Searched defs:cullRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp105 const SkRect* cullRect, SkScalar intervalLength,
107 if (NULL == cullRect) {
116 SkRect bounds = *cullRect;
232 SkStrokeRec* rec, const SkRect* cullRect) const {
244 if (cull_path(src, *rec, cullRect, fIntervalLength, &cullPathStorage)) {
346 const SkRect* cullRect) const {
104 cull_path(const SkPath& srcPath, const SkStrokeRec& rec, const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) argument
/external/skia/src/effects/
H A DSkDashPathEffect.cpp105 const SkRect* cullRect, SkScalar intervalLength,
107 if (NULL == cullRect) {
116 SkRect bounds = *cullRect;
232 SkStrokeRec* rec, const SkRect* cullRect) const {
244 if (cull_path(src, *rec, cullRect, fIntervalLength, &cullPathStorage)) {
346 const SkRect* cullRect) const {
104 cull_path(const SkPath& srcPath, const SkStrokeRec& rec, const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp920 const SkRect* cullRect = NULL; // TODO: what is our bounds? local
922 cullRect)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp920 const SkRect* cullRect = NULL; // TODO: what is our bounds? local
922 cullRect)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp697 SkRect cullRect = SkRect::Make(fRC->getBounds()); local
700 *fMatrix, &cullRect)) {
1089 SkRect cullRect; local
1091 if (this->computeConservativeLocalClipBounds(&cullRect)) {
1092 cullRectPtr = &cullRect;
/external/skia/src/core/
H A DSkDraw.cpp698 SkRect cullRect = SkRect::Make(fRC->getBounds()); local
701 *fMatrix, &cullRect)) {
1135 SkRect cullRect; local
1137 if (this->computeConservativeLocalClipBounds(&cullRect)) {
1138 cullRectPtr = &cullRect;

Completed in 179 milliseconds