Searched refs:fIsSmall (Results 1 – 4 of 4) sorted by relevance
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()122 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large"; in onGetName()140 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large"; in onGetName()159 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large"; in onGetName()178 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large"; in onGetName()197 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large"; in onGetName()
55 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()59 return fIsSmall ? "merge_small" : "merge_large"; in onGetName()71 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) : in onDraw()82 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()117 bool fIsSmall; member in BlurImageFilterBench
22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()78 inline bool isSmall() const { return fIsSmall; } in isSmall()84 bool fIsSmall; member in DisplacementBaseBench