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