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

  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 135 paint.glyphsToUnichars((const uint16_t*)text, count, unichars.get());
199 // SkPaint::glyphsToUnichars() returns \0 for inconvertible glyphs, but these
  /external/skqp/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 532 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar textData[]) const {
    [all...]
  /external/skqp/src/core/
SkPaint.cpp 532 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar textData[]) const {
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 929 skPaint.glyphsToUnichars(m_glyphs.begin(), m_glyphs.count(), text.begin());
    [all...]

Completed in 1057 milliseconds