Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/include/
DSkShaper.h35 size_t fLineIndex; member
/external/skia/modules/skottie/src/text/
DSkottieShaper.h32 uint32_t fLineIndex; // 0-based index for the line this fragment belongs to. member
DTextAdapter.cpp232 if (frag.fLineIndex != line) { in buildDomainMaps()
233 SkASSERT(frag.fLineIndex == line + 1); in buildDomainMaps()
235 line = frag.fLineIndex; in buildDomainMaps()