Searched refs:fCell (Results 1 – 2 of 2) sorted by relevance
/external/skia/samplecode/ |
D | SampleFilterQuality.cpp | 144 SkSize fCell; member in FilterQualityView 151 fCell.set(256, 256); in FilterQualityView() 227 canvas->translate(SkScalarHalf(fCell.width() - fImage->width()), in drawHere() 228 SkScalarHalf(fCell.height() - fImage->height())); in drawHere() 236 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere() 237 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere() 246 SkRect r = SkRect::MakeWH(fCell.width() * 2, fCell.height() * 2); in drawBorders() 258 fCell.set(this->height() / 2, this->height() / 2); in onDrawContent() 267 canvas->translate(fCell.width() * x, fCell.height() * y); in onDrawContent() 268 SkRect r = SkRect::MakeWH(fCell.width(), fCell.height()); in onDrawContent() [all …]
|
/external/skqp/samplecode/ |
D | SampleFilterQuality.cpp | 144 SkSize fCell; member in FilterQualityView 151 fCell.set(256, 256); in FilterQualityView() 227 canvas->translate(SkScalarHalf(fCell.width() - fImage->width()), in drawHere() 228 SkScalarHalf(fCell.height() - fImage->height())); in drawHere() 236 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere() 237 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere() 246 SkRect r = SkRect::MakeWH(fCell.width() * 2, fCell.height() * 2); in drawBorders() 258 fCell.set(this->height() / 2, this->height() / 2); in onDrawContent() 267 canvas->translate(fCell.width() * x, fCell.height() * y); in onDrawContent() 268 SkRect r = SkRect::MakeWH(fCell.width(), fCell.height()); in onDrawContent() [all …]
|