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

  /external/skia/bench/
CmapBench.cpp 51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
61 face->charsToGlyphs(text, encoding, NULL, glyphCount);
  /external/skia/include/core/
SkTypeface.h 176 int charsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[],
  /external/skia/src/core/
SkFont.cpp 108 (void)fTypeface->charsToGlyphs(text, typeface_encoding, glyphs, count);
SkTypeface.cpp 221 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding,
  /external/skia/src/fonts/
SkGScalerContext.cpp 198 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /external/skia/tests/
FontHostTest.cpp 88 // Test that SkPaint::textToGlyphs agrees with SkTypeface::charsToGlyphs.
101 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);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 402 milliseconds