HomeSort by relevance Sort by last modified time
    Searched refs:GM (Results 76 - 100 of 172) sorted by null

1 2 34 5 6 7

  /external/skia/gm/
fatpathfill.cpp 8 #include "gm.h"
54 class FatPathFillGM : public skiagm::GM {
88 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;
pictureimagefilter.cpp 8 #include "gm.h"
12 // This GM exercises the SkPictureImageFilter ImageFilter class.
14 class PictureImageFilterGM : public skiagm::GM {
86 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"
111 class ImageGM : public skiagm::GM {
210 return GM::kSkipPicture_Flag | GM::kSkipPipe_Flag;
214 typedef skiagm::GM INHERITED;
219 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"
23 SkBitmap::kARGB_4444_Config, // TODO(edisonn): Should we remove it from GM?
46 class BitmapCopyGM : public GM {
121 typedef GM INHERITED;
127 static GM* MyFactory(void*) { return new BitmapCopyGM; }
bitmapfilters.cpp 8 #include "gm.h"
79 class FilterGM : public GM {
124 typedef GM INHERITED;
129 static GM* MyFactory(void*) { return new FilterGM; }
circles.cpp 8 #include "gm.h"
19 class CircleGM : public GM {
197 typedef GM INHERITED;
204 static GM* MyFactory(void*) { return new CircleGM; }
colorfilterimagefilter.cpp 8 #include "gm.h"
52 class ColorFilterImageFilterGM : public skiagm::GM {
126 typedef GM INHERITED;
131 static skiagm::GM* MyFactory(void*) { return new ColorFilterImageFilterGM; }
colormatrix.cpp 8 #include "gm.h"
41 class ColorMatrixGM : public GM {
169 typedef GM INHERITED;
174 static GM* MyFactory(void*) { return new ColorMatrixGM; }
filltypespersp.cpp 8 #include "gm.h"
13 class FillTypePerspGM : public GM {
125 typedef GM INHERITED;
130 static GM* MyFactory(void*) { return new FillTypePerspGM; }
gradientDirtyLaundry.cpp 8 #include "gm.h"
71 class GradientsGM : public GM {
105 typedef GM INHERITED;
110 static GM* MyFactory(void*) { return new GradientsGM; }
hairmodes.cpp 8 #include "gm.h"
80 class HairModesGM : public GM {
132 typedef GM INHERITED;
137 static GM* MyFactory(void*) { return new HairModesGM; }
lighting.cpp 8 #include "gm.h"
16 class ImageLightingGM : public GM {
118 typedef GM INHERITED;
125 static GM* MyFactory(void*) { return new ImageLightingGM; }
matrixconvolution.cpp 8 #include "gm.h"
15 class MatrixConvolutionGM : public GM {
107 typedef GM INHERITED;
114 static GM* MyFactory(void*) { return new MatrixConvolutionGM; }
mixedxfermodes.cpp 8 #include "gm.h"
19 class MixedXfermodesGM : public GM {
140 typedef GM INHERITED;
145 static GM* MyFactory(void*) { return new MixedXfermodesGM; }
modecolorfilters.cpp 8 #include "gm.h"
57 class ModeColorFilterGM : public GM {
159 typedef GM INHERITED;
164 static GM* MyFactory(void*) { return new ModeColorFilterGM; }
  /external/skia/dm/
DM.cpp 10 #include "gm.h"
21 using skiagm::GM;
30 DEFINE_string(match, "", "[~][^]substring[$] [...] of GM name to run.\n"
32 "~ causes a matching GM to always be skipped\n"
33 "^ requires the start of the GM to match\n"
34 "$ requires the end of the GM to match\n"
36 "If a GM does not match any list entry,\n"
115 GM::SetResourcePath(FLAGS_resources[0]);
123 SkAutoTDelete<GM> gmForName(reg->factory()(NULL));

Completed in 135 milliseconds

1 2 34 5 6 7