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

/external/chromium_org/third_party/skia/bench/
H A DMagnifierBench.cpp21 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;
54 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
55 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
76 bool fIsSmall; member in class:MagnifierBench
H A DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { }
24 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
94 bool fIsSmall; member in class:LightingBaseBench
105 return fIsSmall ? "lightingpointlitdiffuse_small" : "lightingpointlitdiffuse_large";
126 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large";
147 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large";
171 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large";
193 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large";
215 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large";
H A DBlurImageFilterBench.cpp28 fIsSmall(small), fInitialized(false), fSigmaX(sigmaX), fSigmaY(sigmaY) {
29 fName.printf("blur_image_filter_%s_%.2f_%.2f", fIsSmall ? "small" : "large",
56 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
57 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
79 bool fIsSmall; member in class:BlurImageFilterBench
H A DMergeBench.cpp20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { }
24 return fIsSmall ? "merge_small" : "merge_large";
36 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
87 bool fIsSmall; member in class:MergeBench
H A DDisplacementBench.cpp21 fInitialized(false), fIsSmall(small) {
79 inline bool isSmall() const { return fIsSmall; }
84 bool fIsSmall; member in class:DisplacementBaseBench
H A DColorFilterBench.cpp22 ColorFilterBaseBench(bool small) : fIsSmall(small) { }
57 inline bool isSmall() const { return fIsSmall; }
59 bool fIsSmall; member in class:ColorFilterBaseBench
/external/skia/bench/
H A DMagnifierBench.cpp21 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;
54 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
55 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
76 bool fIsSmall; member in class:MagnifierBench
H A DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { }
24 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
94 bool fIsSmall; member in class:LightingBaseBench
105 return fIsSmall ? "lightingpointlitdiffuse_small" : "lightingpointlitdiffuse_large";
126 return fIsSmall ? "lightingdistantlitdiffuse_small" : "lightingdistantlitdiffuse_large";
147 return fIsSmall ? "lightingspotlitdiffuse_small" : "lightingspotlitdiffuse_large";
171 return fIsSmall ? "lightingpointlitspecular_small" : "lightingpointlitspecular_large";
193 return fIsSmall ? "lightingdistantlitspecular_small" : "lightingdistantlitspecular_large";
215 return fIsSmall ? "lightingspotlitspecular_small" : "lightingspotlitspecular_large";
H A DBlurImageFilterBench.cpp28 fIsSmall(small), fInitialized(false), fSigmaX(sigmaX), fSigmaY(sigmaY) {
29 fName.printf("blur_image_filter_%s_%.2f_%.2f", fIsSmall ? "small" : "large",
56 const int w = fIsSmall ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
57 const int h = fIsSmall ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
79 bool fIsSmall; member in class:BlurImageFilterBench
H A DMergeBench.cpp20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { }
24 return fIsSmall ? "merge_small" : "merge_large";
36 SkRect r = fIsSmall ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
87 bool fIsSmall; member in class:MergeBench
H A DDisplacementBench.cpp21 fInitialized(false), fIsSmall(small) {
79 inline bool isSmall() const { return fIsSmall; }
84 bool fIsSmall; member in class:DisplacementBaseBench
H A DColorFilterBench.cpp22 ColorFilterBaseBench(bool small) : fIsSmall(small) { }
57 inline bool isSmall() const { return fIsSmall; }
59 bool fIsSmall; member in class:ColorFilterBaseBench

Completed in 189 milliseconds