Searched refs:totalGlyphCount (Results 1 – 3 of 3) 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()
1520 size_t totalGlyphCount = glyphRunList.totalGlyphCount(); in Make() local1524 totalGlyphCount * sizeof(DirectMaskSubRun::DevicePosition) in Make()1525 + GlyphVector::GlyphVectorSize(totalGlyphCount) in Make()