Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp649 SkScalar vFactor = 65535.f / proxy->height(); in writePathVertices() local
651 uint16_t t = (uint16_t)(texTop*vFactor); in writePathVertices()
653 uint16_t b = (uint16_t)(texBottom*vFactor); in writePathVertices()