HomeSort by relevance Sort by last modified time
    Searched refs:GM (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/skia/gm/
samplerstress.cpp 8 #include "gm.h"
19 class SamplerStressGM : public GM {
152 typedef GM INHERITED;
157 static GM* MyFactory(void*) { return new SamplerStressGM; }
scalebitmap.cpp 8 #include "gm.h"
13 class ScaleBitmapGM : public skiagm::GM {
23 SkString path(skiagm::GM::gResourcePath);
73 typedef skiagm::GM INHERITED;
shaderbounds.cpp 7 #include "gm.h"
26 class ShaderBoundsGM : public GM {
91 typedef GM INHERITED;
101 static GM* MyFactory(void*) {
shadows.cpp 8 #include "gm.h"
25 class ShadowsGM : public GM {
113 typedef GM INHERITED;
118 static GM* MyFactory(void*) { return new ShadowsGM; }
strokefill.cpp 8 #include "gm.h"
15 class StrokeFillGM : public GM {
83 typedef GM INHERITED;
88 static GM* MyFactory(void*) { return new StrokeFillGM; }
thinrects.cpp 8 #include "gm.h"
13 class ThinRectsGM : public GM {
115 typedef GM INHERITED;
120 static GM* MyFactory(void*) { return new ThinRectsGM; }
fontmgr.cpp 8 #include "gm.h"
23 class FontMgrGM : public skiagm::GM {
82 typedef GM INHERITED;
85 class FontMgrMatchGM : public skiagm::GM {
177 typedef GM INHERITED;
typeface.cpp 8 #include "gm.h"
22 class TypefaceGM : public skiagm::GM {
72 typedef skiagm::GM INHERITED;
97 class TypefaceStylesGM : public skiagm::GM {
144 typedef skiagm::GM INHERITED;
alphagradients.cpp 8 #include "gm.h"
12 class AlphaGradientsGM : public skiagm::GM {
79 typedef skiagm::GM INHERITED;
androidfallback.cpp 8 #include "gm.h"
12 class AndroidFallbackGM : public GM {
78 typedef GM INHERITED;
blurquickreject.cpp 8 #include "gm.h"
12 // This GM tests out the quick reject bounds of the blur mask filter. It draws
19 class BlurQuickRejectGM : public skiagm::GM {
79 typedef GM INHERITED;
fatpathfill.cpp 8 #include "gm.h"
60 class FatPathFillGM : public skiagm::GM {
94 typedef skiagm::GM INHERITED;
getpostextpath.cpp 8 #include "gm.h"
14 class GetPosTextPathGM : public skiagm::GM {
72 static skiagm::GM* F(void*) { return new GetPosTextPathGM; }
nested.cpp 8 #include "gm.h"
15 class NestedGM : public GM {
116 typedef GM INHERITED;
shallowgradient.cpp 8 #include "gm.h"
38 class ShallowGradientGM : public skiagm::GM {
69 typedef skiagm::GM INHERITED;
spritebitmap.cpp 8 #include "gm.h"
61 class SpriteBitmapGM : public skiagm::GM {
94 typedef GM INHERITED;
complexclip.cpp 8 #include "gm.h"
20 class ComplexClipGM : public GM {
179 typedef GM INHERITED;
185 static GM* gFact0(void*) { return new ComplexClipGM(false, false); }
186 static GM* gFact1(void*) { return new ComplexClipGM(true, false); }
189 static GM* gFact2(void*) { return new ComplexClipGM(false, true); }
190 static GM* gFact3(void*) { return new ComplexClipGM(true, true); }
complexclip2.cpp 9 #include "gm.h"
16 class ComplexClip2GM : public GM {
161 typedef GM INHERITED;
167 static GM* MyFactory(void*) { return new ComplexClip2GM(false, false); }
171 static GM* MyFactory2(void*) { return new ComplexClip2GM(true, false); }
175 static GM* MyFactory3(void*) { return new ComplexClip2GM(false, true); }
179 static GM* MyFactory4(void*) { return new ComplexClip2GM(true, true); }
pathfill.cpp 8 #include "gm.h"
117 class PathFillGM : public skiagm::GM {
147 typedef skiagm::GM INHERITED;
151 class PathInverseFillGM : public skiagm::GM {
213 typedef skiagm::GM INHERITED;
218 static skiagm::GM* MyFactory(void*) { return new PathFillGM; }
221 static skiagm::GM* F1(void*) { return new PathInverseFillGM; }
image.cpp 8 #include "gm.h"
115 class ImageGM : public skiagm::GM {
217 return GM::kSkipPicture_Flag | GM::kSkipPipe_Flag;
221 typedef skiagm::GM INHERITED;
226 static skiagm::GM* MyFactory(void*) { return new ImageGM; }
aarectmodes.cpp 8 #include "gm.h"
129 class AARectModesGM : public GM {
181 typedef GM INHERITED;
186 static GM* MyFactory(void*) { return new AARectModesGM; }
arithmode.cpp 8 #include "gm.h"
70 class ArithmodeGM : public skiagm::GM {
127 typedef GM INHERITED;
132 static skiagm::GM* MyFactory(void*) { return new ArithmodeGM; }
bitmapcopy.cpp 8 #include "gm.h"
24 SkBitmap::kARGB_4444_Config, // TODO(edisonn): Should we remove it from GM?
47 class BitmapCopyGM : public GM {
122 typedef GM INHERITED;
128 static GM* MyFactory(void*) { return new BitmapCopyGM; }
bitmapfilters.cpp 8 #include "gm.h"
80 class FilterGM : public GM {
125 typedef GM INHERITED;
130 static GM* MyFactory(void*) { return new FilterGM; }
circles.cpp 8 #include "gm.h"
18 class CircleGM : public GM {
195 typedef GM INHERITED;
202 static GM* MyFactory(void*) { return new CircleGM; }

Completed in 388 milliseconds

1 23 4 5 6