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

  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 200 static bool AdjustForPaint(const SkPaint* paint, SkRect* rect) {
217 if (!AdjustForPaint(paint, &rect)) {
224 if (!AdjustForPaint(fSaveStack[i].fPaint, &rect)) {
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 483 static bool AdjustForPaint(const SkPaint* paint, SkRect* rect) {
496 if (!AdjustForPaint(fSaveStack[i].paint, rect)) {
509 if (!AdjustForPaint(paint, &rect)) {

Completed in 65 milliseconds