Searched defs:setTextEncoding (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPaint.cpp345 void SkPaint::setTextEncoding(TextEncoding encoding) { function in class:SkPaint
350 SkDebugf("SkPaint::setTextEncoding(%d) out of range\n", encoding);
1451 this->setTextEncoding(safe.checkLE((tmp >> 8) & 0xF, kGlyphID_TextEncoding));
/external/skqp/src/core/
H A DSkPaint.cpp345 void SkPaint::setTextEncoding(TextEncoding encoding) { function in class:SkPaint
350 SkDebugf("SkPaint::setTextEncoding(%d) out of range\n", encoding);
1453 this->setTextEncoding(safe.checkLE((tmp >> 8) & 0xF, kGlyphID_TextEncoding));

Completed in 165 milliseconds