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

/external/skia/bench/
H A DCmapBench.cpp51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
61 face->charsToGlyphs(text, encoding, NULL, glyphCount);
/external/skia/src/core/
H A DSkFont.cpp108 (void)fTypeface->charsToGlyphs(text, typeface_encoding, glyphs, count);
H A DSkTypeface.cpp221 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding, function in class:SkTypeface
/external/skia/include/core/
H A DSkTypeface.h176 int charsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[],
/external/skia/src/fonts/
H A DSkGScalerContext.cpp198 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
/external/skia/tests/
H A DFontHostTest.cpp88 // Test that SkPaint::textToGlyphs agrees with SkTypeface::charsToGlyphs.
101 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount);
H A DPaintTest.cpp63 // need to implement charsToGlyphs on other backends (e.g. linux, win)
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);

Completed in 279 milliseconds