Searched refs:upperLeftClip (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | coloremoji.cpp | 132 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(), in onDraw() local 139 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip }; in onDraw()
|
D | mixedtextblobs.cpp | 130 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(), in onDraw() local 137 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip}; in onDraw()
|