Searched refs:totalGlyphCount (Results 1 – 5 of 5) sorted by relevance
85 size_t totalGlyphCount() const { in totalGlyphCount() function
2396 int totalGlyphCount = 0; in drawTextBlob() local2401 int glyphsLeft = kMaxGlyphCount - totalGlyphCount; in drawTextBlob()2403 totalGlyphCount += r.fGlyphCount; in drawTextBlob()
40 glyphRunList.totalGlyphCount(), glyphRunList.size(), color, strikeCache); in makeBlob()
84 size_t totalGlyphCount() const { in totalGlyphCount() function
1522 size_t totalGlyphCount = glyphRunList.totalGlyphCount(); in Make() local1526 totalGlyphCount * sizeof(DirectMaskSubRun::DevicePosition) in Make()1527 + GlyphVector::GlyphVectorSize(totalGlyphCount) in Make()