Searched refs:doRect (Results 1 – 3 of 3) sorted by relevance
70 bool doRect(Type type) { in doRect() function in android::CommonCheck263 mBounder.doRect(CommonCheck::kDrawText_Type); in drawText()271 mBounder.doRect(CommonCheck::kDrawPosText_Type); in drawPosText()292 mBounder.doRect(CommonCheck::kDrawPosTextH_Type); in drawPosTextH()301 mBounder.doRect(CommonCheck::kDrawTextOnPath_Type); in drawTextOnPath()350 doRect(); // process the final line of text in left()381 doRect(); // process the previous line of text in onIRect()393 void doRect() in doRect() function in android::LeftCheck469 doRect(); // process the final line of text in center()520 doRect(); // process the previous line of text in onIRect()[all …]
59 bool doRect(const SkRect&, const SkPaint&);
689 if (fBounder && !fBounder->doRect(devRect, paint)) { in drawRect()2110 if (!fBounder->doRect(bounds, paint)) { in drawVertices()2270 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) { in doRect() function in SkBounder