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

1 2

  /external/skia/src/effects/
SkPaintImageFilter.cpp 44 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkColorFilterImageFilter.cpp 79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkOffsetImageFilter.cpp 54 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDropShadowImageFilter.cpp 78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMagnifierImageFilter.cpp 89 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 151 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkXfermodeImageFilter.cpp 140 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDisplacementMapEffect.cpp 257 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
262 displ = this->applyCropRect(ctx, displ.get(), &displOffset, &displBounds);
SkArithmeticImageFilter.cpp 175 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkMatrixConvolutionImageFilter.cpp 299 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds);
310 // Ensure the input is in the destination color space. Typically applyCropRect will have
  /external/skqp/src/effects/
SkPaintImageFilter.cpp 44 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkColorFilterImageFilter.cpp 80 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkOffsetImageFilter.cpp 54 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDropShadowImageFilter.cpp 78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMagnifierImageFilter.cpp 89 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 151 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkXfermodeImageFilter.cpp 140 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
SkDisplacementMapEffect.cpp 257 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
262 displ = this->applyCropRect(ctx, displ.get(), &displOffset, &displBounds);
SkArithmeticImageFilter.cpp 175 if (!this->applyCropRect(ctx, srcBounds, &bounds)) {
  /external/skia/include/core/
SkImageFilter.h 381 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
392 sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset,
  /external/skqp/include/core/
SkImageFilter.h 381 bool applyCropRect(const Context&, const SkIRect& srcBounds, SkIRect* dstBounds) const;
392 sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset,
  /external/skia/src/core/
SkImageFilter.cpp 352 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds,
434 sk_sp<SkSpecialImage> SkImageFilter::applyCropRect(const Context& ctx,
SkBlurImageFilter.cpp 579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {
  /external/skqp/src/core/
SkImageFilter.cpp 352 bool SkImageFilter::applyCropRect(const Context& ctx, const SkIRect& srcBounds,
434 sk_sp<SkSpecialImage> SkImageFilter::applyCropRect(const Context& ctx,
SkBlurImageFilter.cpp 579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {

Completed in 367 milliseconds

1 2