Searched refs:bottomLImg (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | simple_magnification.cpp | 117 sk_sp<SkImage> bottomLImg = make_image(context, kImgSize, kBottomLeft_GrSurfaceOrigin); in onDraw() local 119 if (!bottomLImg || !topLImg) { in onDraw() 126 this->draw(canvas, bottomLImg, SkIPoint::Make(kPad, kPad), 1); in onDraw() 128 this->draw(canvas, bottomLImg, SkIPoint::Make(kPad, bigOffset), 7); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | simple_magnification.cpp | 119 sk_sp<SkImage> bottomLImg = make_image(context, kImgSize, kBottomLeft_GrSurfaceOrigin); in onDraw() local 121 if (!bottomLImg || !topLImg) { in onDraw() 128 this->draw(canvas, bottomLImg, SkIPoint::Make(kPad, kPad), 1); in onDraw() 130 this->draw(canvas, bottomLImg, SkIPoint::Make(kPad, bigOffset), 7); in onDraw()
|