Searched refs:paintWillNotDrawText (Results 1 – 2 of 2) sorted by relevance
79 static inline bool paintWillNotDrawText(const SkPaint& paint) { in paintWillNotDrawText() function
399 if (!text || count <= 0 || paintWillNotDrawText(*paint)) return DrawGlInfo::kStatusDone; in drawText()