Home | History | Annotate | Download | only in core

Lines Matching full:glyphs

488                           uint16_t glyphs[]) const {
495 if (NULL == glyphs) {
512 // if we get here, we have a valid glyphs[] array, so time to fill it in
517 memcpy(glyphs, textData, byteLength >> 1 << 1);
526 uint16_t* gptr = glyphs;
553 return gptr - glyphs;
616 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count,
622 SkASSERT(glyphs != NULL);
629 textData[index] = cache->glyphToUnichar(glyphs[index]);
1576 // It is possible that the SkTypeface used to draw glyphs has
1580 // glyphs, we need to use fake bold to render those glyphs. In