Home
last modified time | relevance | path

Searched refs:GMRegistry (Results 1 – 25 of 104) sorted by relevance

12345

/external/skia/gm/
Dgiantbitmap.cpp141 static skiagm::GMRegistry reg000(G000);
142 static skiagm::GMRegistry reg100(G100);
143 static skiagm::GMRegistry reg200(G200);
144 static skiagm::GMRegistry reg010(G010);
145 static skiagm::GMRegistry reg110(G110);
146 static skiagm::GMRegistry reg210(G210);
148 static skiagm::GMRegistry reg001(G001);
149 static skiagm::GMRegistry reg101(G101);
150 static skiagm::GMRegistry reg201(G201);
151 static skiagm::GMRegistry reg011(G011);
[all …]
Dglyph_pos.cpp189 static GMRegistry reg1(GlyphPosHairlineStrokeAndFillFactory);
190 static GMRegistry reg2(GlyphPosStrokeAndFillFactory);
191 static GMRegistry reg3(GlyphPosHairlineStrokeFactory);
192 static GMRegistry reg4(GlyphPosStrokeFactory);
193 static GMRegistry reg5(GlyphPosHairlineFillFactory);
194 static GMRegistry reg6(GlyphPosFillFactory);
Dbitmaprect.cpp288 static skiagm::GMRegistry reg0(MyFactory0);
289 static skiagm::GMRegistry reg1(MyFactory1);
291 static skiagm::GMRegistry reg2(MyFactory2);
294 static skiagm::GMRegistry reg3(MyFactory3);
295 static skiagm::GMRegistry reg4(MyFactory4);
Dselftest.cpp58 static skiagm::GMRegistry gR1(F1);
59 static skiagm::GMRegistry gR2(F2);
Dimageblur.cpp67 static GMRegistry reg1(MyFactory1);
70 static GMRegistry reg2(MyFactory2);
Dgradtext.cpp165 static GMRegistry reg(MyFactory);
166 static GMRegistry Creg(CMyFactory);
167 static GMRegistry Creg2(CMyFactory2);
Dgm.cpp97 template GMRegistry* GMRegistry::gHead;
Dgm.h27 static skiagm::GMRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
120 typedef SkTRegistry<GM*(*)(void*)> GMRegistry; typedef
Dstrokes.cpp250 static skiagm::GMRegistry R0(F0);
251 static skiagm::GMRegistry R1(F1);
252 static skiagm::GMRegistry R2(F2);
DcopyTo4444.cpp54 static GMRegistry reg(MyFactory);
Dfactory.cpp65 static GMRegistry reg(MyFactory);
Dcmykjpeg.cpp68 static GMRegistry reg(MyFactory);
Dtinybitmap.cpp63 static GMRegistry reg(MyFactory);
Ddrawfilter.cpp72 static skiagm::GMRegistry reg(MyFactory);
Dpathopsskpclip.cpp71 static GMRegistry reg(MyFactory);
Dimagemagnifier.cpp65 static GMRegistry reg(MyFactory);
Ddistantclip.cpp71 static GMRegistry reg(MyFactory);
Dpathfill.cpp218 static skiagm::GMRegistry reg(MyFactory);
221 static skiagm::GMRegistry gR1(F1);
Dimageblur2.cpp91 static GMRegistry reg(MyFactory);
Dimagealphathreshold.cpp77 static GMRegistry reg(MyFactory);
Ddashcubics.cpp85 static skiagm::GMRegistry reg(MyFactory);
Dinternal_links.cpp76 static GMRegistry reg(MyFactory);
Dpoints.cpp72 static GMRegistry reg(MyFactory);
Dimageblurtiled.cpp77 static GMRegistry reg1(MyFactory1);
Dfontscaler.cpp90 static GMRegistry reg(MyFactory);

12345