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

/external/skia/bench/
H A DMagnifierBench.cpp21 INHERITED(param), fIsSmall(small), fInitialized(false) {
26 return fIsSmall ? "magnifier_small" : "magnifier_large";
37 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
38 const int h = fIsSmall ? FILTER_HEIGHT_SMALL : FILTER_HEIGHT_LARGE;
51 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
52 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
75 bool fIsSmall; member in class:MagnifierBench
H A DBlurImageFilterBench.cpp27 INHERITED(param), fIsSmall(small), fInitialized(false), fSigmaX(sigmaX), fSigmaY(sigmaY) {
28 fName.printf("blur_image_filter_%s_%.2f_%.2f", fIsSmall ? "small" : "large",
52 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
53 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
77 bool fIsSmall; member in class:BlurImageFilterBench
H A DLightingBench.cpp20 LightingBaseBench(void* param, bool small) : INHERITED(param), fIsSmall(small) {
25 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
93 bool fIsSmall; member in class:LightingBaseBench
104 return fIsSmall ? "lightingpointlitdiffuse_small" : "lightingpointlitdiffuse_large";
123 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large";
142 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large";
162 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large";
181 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large";
200 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large";
H A DMergeBench.cpp20 MergeBench(void* param, bool small) : INHERITED(param), fIsSmall(small), fInitialized(false) {
25 return fIsSmall ? "merge_small" : "merge_large";
37 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
90 bool fIsSmall; member in class:MergeBench
H A DDisplacementBench.cpp21 INHERITED(param), fInitialized(false), fIsSmall(small) {
82 inline bool isSmall() const { return fIsSmall; }
87 bool fIsSmall; member in class:DisplacementBaseBench
H A DColorFilterBench.cpp21 ColorFilterBaseBench(void* param, bool small) : INHERITED(param), fIsSmall(small) {
57 inline bool isSmall() const { return fIsSmall; }
59 bool fIsSmall; member in class:ColorFilterBaseBench

Completed in 75 milliseconds