skia2/samplecode
mike@reedtribe.org 5fd9243fd6 switch to inheriting from SampleView
git-svn-id: http://skia.googlecode.com/svn/trunk@1249 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-05-05 01:59:48 +00:00
..
ClockFaceView.cpp safeUnref() -> SkSafeUnref() 2011-02-13 18:21:16 +00:00
OverView.cpp add onSendClickToChildren to views, so a view can capture all clicks. 2009-11-16 14:52:01 +00:00
SampleAARects.cpp Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. 2011-04-25 12:43:45 +00:00
SampleAll.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleAnimator.cpp updates 2010-05-17 14:50:04 +00:00
SampleApp.cpp update pipe test 2011-05-04 14:32:04 +00:00
SampleArc.cpp updates 2010-04-22 16:07:49 +00:00
SampleAvoid.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleBigGradient.cpp add dithering to 32bit linear gradients 2011-01-13 16:22:35 +00:00
SampleBitmapRect.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleBlur.cpp fix warnings 2011-04-14 17:53:24 +00:00
SampleCamera.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleCircle.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleClamp.cpp new samples 2011-05-04 14:34:56 +00:00
samplecode_files.mk Add a sample application that runs on unix. 2011-03-15 15:15:15 +00:00
SampleCode.h migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleComplexClip.cpp Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip 2011-03-10 19:20:15 +00:00
SampleCull.cpp fix warnings 2011-04-14 17:53:24 +00:00
SampleDash.cpp new samples 2011-05-04 14:34:56 +00:00
SampleDecode.cpp Fix crash when codec not found for SampleDecode 2011-04-01 18:43:22 +00:00
SampleDither.cpp fix warnings 2011-04-14 17:53:24 +00:00
SampleDitherBitmap.cpp expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader 2009-08-27 19:28:37 +00:00
SampleDraw.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleDrawLooper.cpp add mask for paint-bits to layerdrawlooper 2011-04-14 01:22:45 +00:00
SampleEffects.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleEmboss.cpp add CG imagedecoder (still needs encoding) 2008-12-23 16:06:51 +00:00
SampleEncode.cpp check if the encoder factory returned null 2009-07-07 21:18:10 +00:00
SampleExtractAlpha.cpp update 2009-09-02 21:11:44 +00:00
SampleFillType.cpp tweaks to 16bit shaders 2009-07-10 15:58:53 +00:00
SampleFilter2.cpp remove remaining references to porterduff 2009-06-23 12:19:41 +00:00
SampleFilter.cpp add CG imagedecoder (still needs encoding) 2008-12-23 16:06:51 +00:00
SampleFontCache.cpp updates 2010-04-22 16:07:49 +00:00
SampleFontScalerTest.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleFuzz.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleGM.cpp git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-b0007b416f81 2011-01-11 19:45:38 +00:00
SampleGradients.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleHairline.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleImage.cpp remove remaining references to porterduff 2009-06-23 12:19:41 +00:00
SampleImageDir.cpp remove remaining references to porterduff 2009-06-23 12:19:41 +00:00
SampleLayerMask.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleLayers.cpp merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SampleLCD.cpp rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the 2009-07-22 19:21:01 +00:00
SampleLineClipper.cpp fix warnings (local storage too small, int->scalar) 2011-03-18 14:47:36 +00:00
SampleLines.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleMeasure.cpp add CG imagedecoder (still needs encoding) 2008-12-23 16:06:51 +00:00
SampleMipMap.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleMovie.cpp remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with 2011-02-07 15:30:46 +00:00
SampleNinePatch.cpp updates 2010-04-22 16:07:49 +00:00
SampleOvalTest.cpp add setXYWH to rects 2011-03-03 13:23:35 +00:00
SampleOverflow.cpp grab from latest android 2008-12-17 15:59:43 +00:00
SamplePageFlip.cpp remove deprecated use of porterduff enum 2009-06-23 03:01:32 +00:00
SamplePatch.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SamplePath.cpp fix warnings 2011-04-14 17:53:24 +00:00
SamplePathClip.cpp add onSendClickToChildren to views, so a view can capture all clicks. 2009-11-16 14:52:01 +00:00
SamplePathEffects.cpp merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SamplePathFill.cpp add 2011-04-11 13:57:34 +00:00
SamplePicture.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SamplePoints.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SamplePolyToPoly.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleRegion.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleRepeatTile.cpp test for non-scaled bitmap tiles 2009-08-13 19:33:44 +00:00
SampleShaders.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleShaderText.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleShapes.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleSkLayer.cpp updates 2010-04-22 16:07:49 +00:00
SampleSlides.cpp merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SampleStrokePath.cpp fix warnings 2011-04-14 17:53:24 +00:00
SampleStrokeText.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleSVG.cpp updates 2010-05-17 14:50:04 +00:00
SampleTests.cpp remove remaining references to porterduff 2009-06-23 12:19:41 +00:00
SampleText.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleTextAlpha.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleTextBox.cpp add debugging test for building SkDescriptor 2011-05-04 14:31:07 +00:00
SampleTextEffects.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleTextOnPath.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleTiling.cpp migrate some samples over to SampleView, for FPS measurements 2011-04-22 14:10:48 +00:00
SampleTinyBitmap.cpp add debugging test for building SkDescriptor 2011-05-04 14:31:07 +00:00
SampleTriangles.cpp fix dumpcanvas to recurse on pictures and shapes 2009-06-05 12:24:41 +00:00
SampleTypeface.cpp add typefacecache 2011-05-02 17:33:45 +00:00
SampleUnitMapper.cpp switch to inheriting from SampleView 2011-05-05 01:59:48 +00:00
SampleVertices.cpp 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. 2011-05-02 12:53:34 +00:00
SampleWarp.cpp updates 2010-04-22 16:07:49 +00:00
SampleXfermodes.cpp add 'f' toggle to trigger timer for sample. Must subclass SampleView instead 2011-04-22 01:59:09 +00:00
vertexdump.cpp grab from latest android 2008-12-17 15:59:43 +00:00