Searched refs:fIsSmall (Results 1 – 6 of 6) sorted by relevance
22 fIsSmall(small), fInitialized(false) { in MagnifierBench()27 return fIsSmall ? "magnifier_small" : "magnifier_large"; in onGetName()38 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in onDraw()39 const int h = fIsSmall ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE; in onDraw()55 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE; in make_checkerboard()56 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE; in make_checkerboard()77 bool fIsSmall; member in MagnifierBench
19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()23 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in draw()94 bool fIsSmall; member in LightingBaseBench104 return fIsSmall ? "lightingpointlitdiffuse_small" : "lightingpointlitdiffuse_large"; in onGetName()125 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large"; in onGetName()146 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large"; in onGetName()170 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large"; in onGetName()192 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large"; in onGetName()214 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large"; in onGetName()
56 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()60 return fIsSmall ? "merge_small" : "merge_large"; in onGetName()72 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in onDraw()87 bool fIsSmall; member in MergeBench
65 : fIsSmall(small) in BlurImageFilterBench()72 fIsSmall ? "small" : "large", in BlurImageFilterBench()86 fCheckerboard = make_checkerboard(fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE, in onDelayedSetup()87 fIsSmall ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE); in onDelayedSetup()118 bool fIsSmall; member in BlurImageFilterBench
21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()80 inline bool isSmall() const { return fIsSmall; } in isSmall()87 bool fIsSmall; member in DisplacementBaseBench
47 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench()55 inline bool isSmall() const { return fIsSmall; } in isSmall()58 bool fIsSmall; member in ColorFilterBaseBench