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

  /external/skia/src/core/
SkBlurImageFilter.cpp 155 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY,
159 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) {
162 if (!inputBounds.intersect(dstBounds)) {
182 offset->fX = inputBounds.x();
183 offset->fY = inputBounds.y();
184 return input->makeSubset(inputBounds.makeOffset(-inputOffset.x(),
190 inputBounds.offset(-inputOffset);
201 inputBounds,
230 offset->fX = inputBounds.x();
231 offset->fY = inputBounds.y()
    [all...]
  /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 67 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
69 if (!SkIRect::Intersects(srcIRect, inputBounds)) {
75 if (inputBounds.contains(srcIRect)) {
SkDropShadowImageFilter.cpp 72 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
75 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkAlphaThresholdFilter.cpp 144 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
148 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkMagnifierImageFilter.cpp 329 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
333 if (!this->applyCropRect(ctx, inputBounds, &bounds)) {
SkLightingImageFilter.cpp 482 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height());
493 const SkIRect* pSrcBounds = inputBounds.contains(offsetBounds) ? nullptr : &inputBounds;
    [all...]

Completed in 167 milliseconds