Searched refs:getTextShadow (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DPaintUtils.h106 static inline bool getTextShadow(const SkPaint* paint, TextShadow* textShadow) { function in class:android::uirenderer::PaintUtils
121 return getTextShadow(paint, nullptr);
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp206 if (!PaintUtils::getTextShadow(op.paint, &textShadow)) {
H A DDisplayListOp.h252 if (PaintUtils::getTextShadow(mPaint, &textShadow)) {
H A DOpenGLRenderer.cpp1966 if (!PaintUtils::getTextShadow(paint, &textShadow)) {

Completed in 108 milliseconds