Home | History | Annotate | Download | only in core

Lines Matching refs:inputBounds

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();
232 return input->makeSubset(inputBounds.makeOffset(-inputOffset.x(),
259 const SkPMColor* s = inputBM.getAddr32(inputBounds.x() - inputOffset.x(),
260 inputBounds.y() - inputOffset.y());
261 inputBounds.offset(-dstBounds.x(), -dstBounds.y());
263 SkIRect inputBoundsT = SkIRect::MakeLTRB(inputBounds.top(), inputBounds.left(),
264 inputBounds.bottom(), inputBounds.right());
287 SkOpts::box_blur_xx(s, sw, inputBounds, t, kernelSizeX, lowOffsetX, highOffsetX, w, h);
294 SkOpts::box_blur_xx(s, sw, inputBounds, d, kernelSizeX, lowOffsetX, highOffsetX, w, h);