Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp272 const SkVector& radiiTL = rrect.radii(SkRRect::kUpperLeft_Corner); in appendRRectParams() local
274 this->appendParamsTexel(radiiTL.x() * twoOverW, radiiBR.x() * twoOverW, in appendRRectParams()
275 radiiTL.y() * twoOverH, radiiBR.y() * twoOverH); in appendRRectParams()
294 const SkVector& radiiTL = rrect.radii(SkRRect::kUpperLeft_Corner); in appendRRectParams() local
298 this->appendParamsTexel(radiiTL.x() * twoOverW, radiiBL.x() * twoOverW, in appendRRectParams()
300 this->appendParamsTexel(radiiTL.y() * twoOverH, radiiTR.y() * twoOverH, in appendRRectParams()