Searched refs:fCell (Results 1 – 1 of 1) sorted by relevance
143 SkSize fCell; member in FilterQualityView150 fCell.set(256, 256); in FilterQualityView()221 canvas->translate(SkScalarHalf(fCell.width() - fImage->width()), in drawHere()222 SkScalarHalf(fCell.height() - fImage->height())); in drawHere()230 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere()231 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere()240 SkRect r = SkRect::MakeWH(fCell.width() * 2, fCell.height() * 2); in drawBorders()252 fCell.set(this->height() / 2, this->height() / 2); in onDrawContent()261 canvas->translate(fCell.width() * x, fCell.height() * y); in onDrawContent()262 SkRect r = SkRect::MakeWH(fCell.width(), fCell.height()); in onDrawContent()[all …]