Home
last modified time | relevance | path

Searched refs:fIsSmall (Results 1 – 6 of 6) sorted by relevance

/external/skia/bench/
DMagnifierBench.cpp21 fIsSmall(small), fInitialized(false) { in MagnifierBench()
26 return fIsSmall ? "magnifier_small" : "magnifier_large"; in onGetName()
37 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in onDraw()
38 const int h = fIsSmall ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in onDraw()
54 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in make_checkerboard()
55 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE; in make_checkerboard()
76 bool fIsSmall; member in MagnifierBench
DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
24 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in draw()
96 bool fIsSmall; member in LightingBaseBench
107 return fIsSmall ? "lightingpointlitdiffuse_small" : "lightingpointlitdiffuse_large"; in onGetName()
128 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large"; in onGetName()
149 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large"; in onGetName()
173 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large"; in onGetName()
195 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large"; in onGetName()
217 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large"; in onGetName()
DMergeBench.cpp21 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()
25 return fIsSmall ? "merge_small" : "merge_large"; in onGetName()
37 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in onDraw()
88 bool fIsSmall; member in MergeBench
DBlurImageFilterBench.cpp41 : fIsSmall(small) in BlurImageFilterBench()
48 fIsSmall ? "small" : "large", in BlurImageFilterBench()
93 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in make_checkerboard()
94 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE; in make_checkerboard()
116 bool fIsSmall; member in BlurImageFilterBench
DDisplacementBench.cpp22 fInitialized(false), fIsSmall(small) { in DisplacementBaseBench()
82 inline bool isSmall() const { return fIsSmall; } in isSmall()
89 bool fIsSmall; member in DisplacementBaseBench
DColorFilterBench.cpp23 ColorFilterBaseBench(bool small) : fIsSmall(small) {} in ColorFilterBaseBench()
58 inline bool isSmall() const { return fIsSmall; } in isSmall()
61 bool fIsSmall; member in ColorFilterBaseBench