HomeSort by relevance Sort by last modified time
    Searched refs:charsToGlyphs (Results 1 - 7 of 7) sorted by null

  /external/skia/bench/
CmapBench.cpp 51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
61 face->charsToGlyphs(text, encoding, nullptr, glyphCount);
  /external/skia/include/core/
SkTypeface.h 185 int charsToGlyphs(const void* chars, Encoding encoding, SkGlyphID glyphs[],
  /external/skia/src/core/
SkFont.cpp 104 (void)fTypeface->charsToGlyphs(text, typefaceEncoding, glyphs, count);
SkTypeface.cpp 253 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding,
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 225 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /external/skia/tests/
FontHostTest.cpp 89 // Test that SkPaint::textToGlyphs agrees with SkTypeface::charsToGlyphs.
102 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount);
PaintTest.cpp 63 // need to implement charsToGlyphs on other backends (e.g. linux, win)
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);

Completed in 958 milliseconds