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