Searched refs:LookupGlyph (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h213 class LookupGlyph : public LookupGlyphVariant { class in class:SkFindAndPlaceGlyph
215 LookupGlyph(SkPaint::TextEncoding encoding, SkGlyphCache* cache) function in class:SkFindAndPlaceGlyph::LookupGlyph
432 GlyphFindAndPlaceSubpixel(LookupGlyph& glyphFinder)
475 LookupGlyph& fGlyphFinder;
489 GlyphFindAndPlaceFullPixel(LookupGlyph& glyphFinder)
513 LookupGlyph& fGlyphFinder;
551 LookupGlyph& glyphFinder) {
568 static SkPoint MeasureText(LookupGlyph& glyphFinder, const char text[], size_t byteLength) {
596 LookupGlyph glyphFinder(textEncoding, cache);
701 LookupGlyph glyphFinde
[all...]

Completed in 95 milliseconds