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

  /external/skia/bench/
CmapBench.cpp 51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
61 face->charsToGlyphs(text, encoding, nullptr, glyphCount);
  /external/skqp/bench/
CmapBench.cpp 51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
61 face->charsToGlyphs(text, encoding, nullptr, glyphCount);
  /external/skia/include/core/
SkTypeface.h 155 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 248 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding,
  /external/skqp/gm/
atlastext.cpp 34 typeface->charsToGlyphs(text.c_str(), SkTypeface::Encoding::kUTF8_Encoding, glyphs.get(), cnt);
  /external/skqp/include/core/
SkTypeface.h 155 int charsToGlyphs(const void* chars, Encoding encoding, SkGlyphID glyphs[],
  /external/skqp/src/core/
SkFont.cpp 104 (void)fTypeface->charsToGlyphs(text, typefaceEncoding, glyphs, count);
SkTypeface.cpp 248 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding,
  /external/skia/gm/
atlastext.cpp 34 typeface->charsToGlyphs(text.c_str(), SkTypeface::Encoding::kUTF8_Encoding, glyphs.get(), cnt);
  /external/skia/tools/fonts/
SkRandomScalerContext.cpp 224 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /external/skqp/tools/
SkRandomScalerContext.cpp 224 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);
  /external/skqp/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);
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 245 if (fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {
269 fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1))
275 if (!fCurrentTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 243 if (fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {
267 fTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1))
273 if (!fCurrentTypeface->charsToGlyphs(&u, SkTypeface::kUTF32_Encoding, nullptr, 1)) {

Completed in 1097 milliseconds