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

  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 67 SkIRect inputBounds;
70 inputBounds = ctx.clipBounds();
74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMergeImageFilter.cpp 51 const SkIRect inputBounds = SkIRect::MakeXYWH(offsets[i].fX, offsets[i].fY,
53 bounds.join(inputBounds);
SkTileImageFilter.cpp 68 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
70 if (!SkIRect::Intersects(srcIRect, inputBounds)) {
76 if (inputBounds.contains(srcIRect)) {
SkDropShadowImageFilter.cpp 75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMagnifierImageFilter.cpp 85 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
89 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 147 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
151 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkLightingImageFilter.cpp 483 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
494 const SkIRect* pSrcBounds = inputBounds.contains(offsetBounds) ? nullptr : &inputBounds;
    [all...]
  /external/skqp/src/effects/
SkColorFilterImageFilter.cpp 68 SkIRect inputBounds;
71 inputBounds = ctx.clipBounds();
75 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
80 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMergeImageFilter.cpp 51 const SkIRect inputBounds = SkIRect::MakeXYWH(offsets[i].fX, offsets[i].fY,
53 bounds.join(inputBounds);
SkTileImageFilter.cpp 68 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
70 if (!SkIRect::Intersects(srcIRect, inputBounds)) {
76 if (inputBounds.contains(srcIRect)) {
SkDropShadowImageFilter.cpp 75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMagnifierImageFilter.cpp 85 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
89 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 147 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
151 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkLightingImageFilter.cpp 483 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
494 const SkIRect* pSrcBounds = inputBounds.contains(offsetBounds) ? nullptr : &inputBounds;
    [all...]
  /external/skia/src/core/
SkBlurImageFilter.cpp 62 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const;
574 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY,
579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {
582 if (!inputBounds.intersect(dstBounds)) {
590 inputBounds.offset(-inputOffset);
605 result = this->gpuFilter(source, sigma, input, inputBounds, dstBounds,
610 result = cpu_blur(sigma, source, input, inputBounds, dstBounds);
624 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const
635 return copy_image_with_bounds(source, input, inputBounds, dstBounds);
661 inputBounds,
    [all...]
  /external/skqp/src/core/
SkBlurImageFilter.cpp 62 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const;
574 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY,
579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {
582 if (!inputBounds.intersect(dstBounds)) {
590 inputBounds.offset(-inputOffset);
605 result = this->gpuFilter(source, sigma, input, inputBounds, dstBounds,
610 result = cpu_blur(sigma, source, input, inputBounds, dstBounds);
624 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const
635 return copy_image_with_bounds(source, input, inputBounds, dstBounds);
661 inputBounds,
    [all...]

Completed in 378 milliseconds