Home
last modified time | relevance | path

Searched refs:insetBL (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrReducedClip.cpp476 const SkVector& insetBL = clipRRect.radii(SkRRect::kLowerLeft_Corner); in addInteriorWindowRectangles() local
477 insetTL.fX = SkTMax(insetTL.x(), insetBL.x()); in addInteriorWindowRectangles()
480 insetBR.fY = SkTMax(insetBR.y(), insetBL.y()); in addInteriorWindowRectangles()