Lines Matching refs:encoding
290 void SkPaint::setTextEncoding(TextEncoding encoding)
292 if ((unsigned)encoding <= kGlyphID_TextEncoding)
293 fTextEncoding = encoding;
296 SkDebugf("SkPaint::setTextEncoding(%d) out of range\n", encoding);
343 SkASSERT(!"unknown text encoding");
350 // handle this encoding before the setup for the glyphcache
379 SkASSERT(!"unknown text encoding");
391 // handle this encoding before the setup for the glyphcache
428 SkASSERT(!"unknown text encoding");