Searched refs:doEmbeddedBitmapText (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPaint.cpp228 void SkPaint::setEmbeddedBitmapText(bool doEmbeddedBitmapText) { argument
229 this->setFlags(set_clear_mask(fBitfields.fFlags, doEmbeddedBitmapText, kEmbeddedBitmapText_Flag));
/external/skqp/src/core/
H A DSkPaint.cpp228 void SkPaint::setEmbeddedBitmapText(bool doEmbeddedBitmapText) { argument
229 this->setFlags(set_clear_mask(fBitfields.fFlags, doEmbeddedBitmapText, kEmbeddedBitmapText_Flag));

Completed in 420 milliseconds