Searched defs:bounder (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/skia/ext/
H A Dvector_canvas.cc17 SkBounder* VectorCanvas::setBounder(SkBounder* bounder) { argument
19 return PlatformCanvas::setBounder(bounder);
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp182 const SkRasterClip& clip, SkBounder* bounder,
190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
207 const SkRasterClip& clip, SkBounder* bounder,
221 bounder, blitter);
227 const SkRasterClip& clip, SkBounder* bounder,
246 1 == rectCount, clip, bounder, blitter);
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
180 draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter) argument
206 filterRRect(const SkRRect& devRRect, const SkMatrix& matrix, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter, SkPaint::Style style) const argument
226 filterPath(const SkPath& devPath, const SkMatrix& matrix, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter, SkPaint::Style style) const argument
H A DSkCanvas.cpp447 given a bounder, we call its commit() method, signifying that we are
452 SkAutoBounderCommit(SkBounder* bounder) : fBounder(bounder) {} argument
541 SkBounder* SkCanvas::setBounder(SkBounder* bounder) { argument
542 SkRefCnt_SafeAssign(fBounder, bounder);
543 return bounder;
H A DSkDraw.cpp565 static bool bounder_points(SkBounder* bounder, SkCanvas::PointMode mode, argument
577 return bounder->doIRect(ibounds);
609 // clear the bounder and call this again, so we don't invoke the bounder
/external/skia/src/core/
H A DSkMaskFilter.cpp182 const SkRasterClip& clip, SkBounder* bounder,
190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
207 const SkRasterClip& clip, SkBounder* bounder,
221 bounder, blitter);
227 const SkRasterClip& clip, SkBounder* bounder,
246 1 == rectCount, clip, bounder, blitter);
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
180 draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter) argument
206 filterRRect(const SkRRect& devRRect, const SkMatrix& matrix, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter, SkPaint::Style style) const argument
226 filterPath(const SkPath& devPath, const SkMatrix& matrix, const SkRasterClip& clip, SkBounder* bounder, SkBlitter* blitter, SkPaint::Style style) const argument
H A DSkCanvas.cpp447 given a bounder, we call its commit() method, signifying that we are
452 SkAutoBounderCommit(SkBounder* bounder) : fBounder(bounder) {} argument
541 SkBounder* SkCanvas::setBounder(SkBounder* bounder) { argument
542 SkRefCnt_SafeAssign(fBounder, bounder);
543 return bounder;
H A DSkDraw.cpp565 static bool bounder_points(SkBounder* bounder, SkCanvas::PointMode mode, argument
577 return bounder->doIRect(ibounds);
609 // clear the bounder and call this again, so we don't invoke the bounder
/external/chromium_org/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp322 SkBounder* SkNWayCanvas::setBounder(SkBounder* bounder) { argument
325 iter->setBounder(bounder);
327 return this->INHERITED::setBounder(bounder);
H A DSkProxyCanvas.cpp174 SkBounder* SkProxyCanvas::setBounder(SkBounder* bounder) { argument
175 return fProxy->setBounder(bounder);
H A DSkDeferredCanvas.cpp992 SkBounder* SkDeferredCanvas::setBounder(SkBounder* bounder) { argument
993 this->drawingCanvas()->setBounder(bounder);
994 this->INHERITED::setBounder(bounder);
996 return bounder;
/external/skia/src/utils/
H A DSkNWayCanvas.cpp322 SkBounder* SkNWayCanvas::setBounder(SkBounder* bounder) { argument
325 iter->setBounder(bounder);
327 return this->INHERITED::setBounder(bounder);
H A DSkProxyCanvas.cpp174 SkBounder* SkProxyCanvas::setBounder(SkBounder* bounder) { argument
175 return fProxy->setBounder(bounder);
H A DSkDeferredCanvas.cpp992 SkBounder* SkDeferredCanvas::setBounder(SkBounder* bounder) { argument
993 this->drawingCanvas()->setBounder(bounder);
994 this->INHERITED::setBounder(bounder);
996 return bounder;
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp755 SkMaskFilter* filter, const SkRegion& clip, SkBounder* bounder,
774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
754 draw_with_mask_filter(GrContext* context, const SkPath& devPath, SkMaskFilter* filter, const SkRegion& clip, SkBounder* bounder, GrPaint* grp, SkPaint::Style style) argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp755 SkMaskFilter* filter, const SkRegion& clip, SkBounder* bounder,
774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
754 draw_with_mask_filter(GrContext* context, const SkPath& devPath, SkMaskFilter* filter, const SkRegion& clip, SkBounder* bounder, GrPaint* grp, SkPaint::Style style) argument

Completed in 778 milliseconds