HomeSort by relevance Sort by last modified time
    Searched refs:hasTextShadow (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/utils/
PaintUtils.h 92 static inline bool hasTextShadow(const SkPaint* paint) {
  /frameworks/base/libs/hwui/
LayerBuilder.cpp 131 if (!isTextBatch || PaintUtils::hasTextShadow(op->op->paint)) {
BakedOpDispatcher.cpp 193 if (CC_LIKELY(!PaintUtils::hasTextShadow(op.paint))) return;
    [all...]

Completed in 312 milliseconds