Searched refs:topLImg (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | simple_magnification.cpp | 106 sk_sp<SkImage> topLImg = make_image(context, kImgSize, kTopLeft_GrSurfaceOrigin); in onDraw() local 107 if (!bottomLImg || !topLImg) { in onDraw() 114 this->draw(canvas, topLImg, SkIPoint::Make(bigOffset, kPad), 1); in onDraw() 116 this->draw(canvas, topLImg, SkIPoint::Make(bigOffset, bigOffset), 7); in onDraw()
|
/external/skia/gm/ |
D | simple_magnification.cpp | 106 sk_sp<SkImage> topLImg = make_image(context, kImgSize, kTopLeft_GrSurfaceOrigin); in onDraw() local 107 if (!bottomLImg || !topLImg) { in onDraw() 115 this->draw(canvas, topLImg, SkIPoint::Make(bigOffset, kPad), 1); in onDraw() 117 this->draw(canvas, topLImg, SkIPoint::Make(bigOffset, bigOffset), 7); in onDraw()
|