Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp196 + PosCount(glyphCount, positioning) * sizeof(SkScalar); in StorageSize()
246 static size_t PosCount(int glyphCount, in PosCount() function in SkTextBlob::RunRecord
254 return (uint32_t*)(&this->posBuffer()[PosCount(fCount, positioning())]); in textSizePtr()