OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyFactory4
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
bitmaprect.cpp
242
static skiagm::GM*
MyFactory4
(void*) { return new DrawBitmapRect4(true); }
252
static skiagm::GMRegistry reg4(
MyFactory4
);
complexclip2.cpp
179
static GM*
MyFactory4
(void*) { return new ComplexClip2GM(true, true); }
180
static GMRegistry reg4(
MyFactory4
);
gradients.cpp
437
static GM*
MyFactory4
(void*) { return new RadialGradientGM; }
438
static GMRegistry reg4(
MyFactory4
);
Completed in 148 milliseconds