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

  /external/skia/src/core/
SkDraw.cpp 740 if (fBounder && !fBounder->doRect(devRect, paint)) {
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 87 bool doRect(Type type) {
185 mBounder.doRect(CommonCheck::kDrawText_Type);
194 mBounder.doRect(CommonCheck::kDrawPosText_Type);
217 mBounder.doRect(CommonCheck::kDrawPosTextH_Type);
226 mBounder.doRect(CommonCheck::kDrawTextOnPath_Type);
278 doRect(); // process the final line of text
309 doRect(); // process the previous line of text
321 void doRect()
398 doRect(); // process the final line of text
449 doRect(); // process the previous line of tex
    [all...]

Completed in 1928 milliseconds