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

  /external/skia/include/core/
SkPaint.h 785 void glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const;
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 134 paint.glyphsToUnichars((const uint16_t*)text, count, unichars.get());
198 // SkPaint::glyphsToUnichars() returns \0 for inconvertible glyphs, but these
  /external/skia/src/core/
SkPaint.cpp 544 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar textData[]) const {
    [all...]

Completed in 80 milliseconds