Home
last modified time | relevance | path

Searched refs:doRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp70 bool doRect(Type type) { in doRect() function in android::CommonCheck
263 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::LeftCheck
469 doRect(); // process the final line of text in center()
520 doRect(); // process the previous line of text in onIRect()
[all …]
/external/skia/include/core/
DSkBounder.h59 bool doRect(const SkRect&, const SkPaint&);
/external/skia/src/core/
DSkDraw.cpp689 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