Home | History | Annotate | Download | only in pdf

Lines Matching defs:numGlyphs

797     size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
799 (uint16_t*)sk_malloc_flags(numGlyphs * 2,
807 SkASSERT(len / 2 == numGlyphs);
817 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y,
823 while (numGlyphs > consumedGlyphCount) {
828 numGlyphs - consumedGlyphCount);
872 size_t numGlyphs;
874 numGlyphs = paint.textToGlyphs(text, len, NULL);
875 glyphIDs = (uint16_t*)sk_malloc_flags(numGlyphs * 2,
882 numGlyphs = len / 2;
889 for (size_t i = 0; i < numGlyphs; i++) {