Home | History | Annotate | Download | only in bench

Lines Matching defs:isSmall

51         return this->isSmall() ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
55 inline bool isSmall() const { return fIsSmall; }
70 return this->isSmall() ? "colorfilter_dim_bright_small" : "colorfilter_dim_bright_large";
98 return this->isSmall() ? "colorfilter_bright_gray_small" : "colorfilter_bright_gray_large";
123 return this->isSmall() ? "colorfilter_gray_bright_small" : "colorfilter_gray_bright_large";
148 return this->isSmall() ? "colorfilter_blue_bright_small" : "colorfilter_blue_bright_large";
173 return this->isSmall() ? "colorfilter_bright_blue_small" : "colorfilter_bright_blue_large";
198 return this->isSmall() ? "colorfilter_bright_small" : "colorfilter_bright_large";
222 return this->isSmall() ? "colorfilter_blue_small" : "colorfilter_blue_large";
246 return this->isSmall() ? "colorfilter_gray_small" : "colorfilter_gray_large";