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

  /external/skia/src/effects/
SkPaintImageFilter.cpp 43 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkColorFilterImageFilter.cpp 79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkOffsetImageFilter.cpp 48 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDropShadowImageFilter.cpp 75 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 148 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkXfermodeImageFilter.cpp 135 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDisplacementMapEffect.cpp 256 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
261 displ = this->applyCropRect(ctx, displ.get(), &displOffset, &displBounds);
SkArithmeticImageFilter.cpp 168 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkMagnifierImageFilter.cpp 333 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMatrixConvolutionImageFilter.cpp 295 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds);
306 // Ensure the input is in the destination color space. Typically applyCropRect will have
SkMorphologyImageFilter.cpp 543 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds);
571 // Ensure the input is in the destination color space. Typically applyCropRect will have
SkLightingImageFilter.cpp     [all...]
  /external/skia/include/core/
SkImageFilter.h 370 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
381 sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset,
  /external/skia/src/core/
SkImageFilter.cpp 350 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds,
429 sk_sp<SkSpecialImage> SkImageFilter::applyCropRect(const Context& ctx,
SkBlurImageFilter.cpp 159 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {

Completed in 240 milliseconds