Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCClipPath.cpp32 fAtlasScale = fAtlasTranslate = {0, 0}; in init()
39 fAtlasScale = {1.f / textureProxy->width(), 1.f / textureProxy->height()}; in init()
40 fAtlasTranslate.set(fDevToAtlasOffset.fX * fAtlasScale.x(), in init()
41 fDevToAtlasOffset.fY * fAtlasScale.y()); in init()
/external/skqp/include/private/
DGrCCClipPath.h63 const SkVector& atlasScale() const { SkASSERT(fHasAtlasTransform); return fAtlasScale; } in atlasScale()
76 SkVector fAtlasScale; variable