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

  /frameworks/base/libs/hwui/
Renderer.h 79 static inline bool paintWillNotDrawText(const SkPaint& paint) {
DisplayListRenderer.cpp 399 if (!text || count <= 0 || paintWillNotDrawText(*paint)) return DrawGlInfo::kStatusDone;

Completed in 138 milliseconds