Searched defs:cullRectPtr (Results 1 - 2 of 2) sorted by last modified time

/external/skia/src/core/
H A DSkDraw.cpp1056 const SkRect* cullRectPtr = NULL; local
1058 cullRectPtr = &cullRect;
1060 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1062 const SkRect* cullRectPtr = NULL; local
1064 cullRectPtr = &cullRect;
1066 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr);

Completed in 120 milliseconds