Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DPaintUtils.h92 static inline bool hasTextShadow(const SkPaint* paint) { in hasTextShadow() function
/frameworks/base/libs/hwui/
DLayerBuilder.cpp131 if (!isTextBatch || PaintUtils::hasTextShadow(op->op->paint)) { in canMergeWith()
DBakedOpDispatcher.cpp193 if (CC_LIKELY(!PaintUtils::hasTextShadow(op.paint))) return; in renderTextShadow()