Lines Matching full:glyphs
134 (const char*)it.glyphs(), textLen, x + offset.x(), y + offset.y(),
139 (const char*)it.glyphs(), textLen, it.pos(), 1,
144 (const char*)it.glyphs(), textLen, it.pos(), 2,
266 const char* text = reinterpret_cast<const char*>(iter.glyphs());
348 // We can draw the glyphs from canonically sized paths.
352 // Compensate for the glyphs being scaled by fTextRatio.
516 sk_sp<GrPathRange> glyphs =
518 if (!glyphs) {
521 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects,
525 glyphs = resourceProvider->createGlyphs(cache->getScalerContext()->getTypeface(),
530 resourceProvider->assignUniqueKeyToResource(fGlyphPathsKey, glyphs.get());
532 return glyphs;
538 // Stick the glyphs we can't draw into the fallback text blob.
560 sk_sp<GrPathRange> glyphs(this->createGlyphs(ctx->contextPriv().resourceProvider()));
561 if (fLastDrawnGlyphsID != glyphs->uniqueID()) {
562 // Either this is the first draw or the glyphs object was purged since last draw.
563 glyphs->loadPathsIfNeeded(fInstanceData->indices(), fInstanceData->count());
564 fLastDrawnGlyphsID = glyphs->uniqueID();
587 std::move(grPaint), GrPathRendering::kWinding_FillType, aaType, glyphs.get(),
645 // No need for subpixel positioning with bitmap glyphs. TODO: revisit if non-bitmap color glyphs
672 memcpy(buff.glyphs, fGlyphIds, fBuffIdx * sizeof(uint16_t));