Searched refs:doRect (Results 1 – 5 of 5) sorted by relevance
76 bool doRect(Type type) { in doRect() function in android::CommonCheck269 mBounder.doRect(CommonCheck::kDrawText_Type); in drawText()277 mBounder.doRect(CommonCheck::kDrawPosText_Type); in drawPosText()298 mBounder.doRect(CommonCheck::kDrawPosTextH_Type); in drawPosTextH()307 mBounder.doRect(CommonCheck::kDrawTextOnPath_Type); in drawTextOnPath()356 doRect(); // process the final line of text in left()387 doRect(); // process the previous line of text in onIRect()399 void doRect() in doRect() function in android::LeftCheck475 doRect(); // process the final line of text in center()526 doRect(); // process the previous line of text in onIRect()[all …]
82 bool doRect(const SkRect&, const SkPaint&);
689 if (fBounder && !fBounder->doRect(devRect, paint)) { in drawRect()2188 if (!fBounder->doRect(bounds, paint)) { in drawVertices()2364 bool SkBounder::doRect(const SkRect& rect, const SkPaint& paint) { in doRect() function in SkBounder
1443 void MGLAPI MGL_traverseRegion(region_t *rgn,rgncallback_t doRect);