Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DPaintUtils.h77 static inline bool getTextShadow(const SkPaint* paint, TextShadow* textShadow) { in getTextShadow() function
91 static inline bool hasTextShadow(const SkPaint* paint) { return getTextShadow(paint, nullptr); } in hasTextShadow()