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