Home
last modified time | relevance | path

Searched refs:isSubpixelText (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPaint.h172 bool isSubpixelText() const in isSubpixelText() function
/external/skia/src/core/
DSkDraw.cpp1509 if (paint.isSubpixelText()) { in drawText()
1670 if (paint.isSubpixelText()) { in drawPosText()
DSkPaint.cpp1314 rec->fSubpixelPositioning = paint.isSubpixelText(); in MakeRec()