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

  /external/chromium_org/third_party/skia/src/core/
SkPathEffect.cpp 59 SkStrokeRec* rec, const SkRect* cullRect) const {
68 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
71 return fPE0->filterPath(dst, *ptr, rec, cullRect);
77 SkStrokeRec* rec, const SkRect* cullRect) const {
79 return fPE0->filterPath(dst, src, rec, cullRect) |
80 fPE1->filterPath(dst, src, rec, cullRect);
SkDraw.cpp 697 SkRect cullRect = SkRect::Make(fRC->getBounds());
700 *fMatrix, &cullRect)) {
    [all...]
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkPathEffect.cpp 59 SkStrokeRec* rec, const SkRect* cullRect) const {
68 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
71 return fPE0->filterPath(dst, *ptr, rec, cullRect);
77 SkStrokeRec* rec, const SkRect* cullRect) const {
79 return fPE0->filterPath(dst, src, rec, cullRect) |
80 fPE1->filterPath(dst, src, rec, cullRect);
SkDraw.cpp 698 SkRect cullRect = SkRect::Make(fRC->getBounds());
701 *fMatrix, &cullRect)) {
    [all...]
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
Sk2DPathEffect.cpp 83 SkStrokeRec* rec, const SkRect* cullRect) const {
84 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
SkDashPathEffect.cpp 105 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 {
Sk1DPathEffect.cpp 72 SkStrokeRec* rec, const SkRect* cullRect) const {
75 return this->INHERITED::filterPath(dst, src, rec, cullRect);
  /external/skia/src/effects/
Sk2DPathEffect.cpp 83 SkStrokeRec* rec, const SkRect* cullRect) const {
84 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
SkDashPathEffect.cpp 105 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 {
Sk1DPathEffect.cpp 72 SkStrokeRec* rec, const SkRect* cullRect) const {
75 return this->INHERITED::filterPath(dst, src, rec, cullRect);
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 480 * @param cullRect If not null, the dst path may be culled to this rect.
485 const SkRect* cullRect = NULL) const;
    [all...]
  /external/skia/include/core/
SkPaint.h 480 * @param cullRect If not null, the dst path may be culled to this rect.
485 const SkRect* cullRect = NULL) const;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 920 const SkRect* cullRect = NULL; // TODO: what is our bounds?
922 cullRect)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 920 const SkRect* cullRect = NULL; // TODO: what is our bounds?
922 cullRect)) {
    [all...]

Completed in 504 milliseconds