Home
last modified time | relevance | path

Searched defs:dstR (Results 1 – 14 of 14) sorted by relevance

/external/skia/gm/
Ddrawbitmaprect.cpp109 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapproc()
117 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapsubsetproc()
132 const SkRect& dstR, const SkSamplingOptions& sampling, const SkPaint* paint) { in imageproc()
139 const SkIRect& srcR, const SkRect& dstR, in imagesubsetproc()
Dbitmaprect.cpp73 SkRect dstR = { 0, 200, 128, 380 }; in onDraw() local
154 SkRect dstR = { 100, 100, 300, 200 }; in onDraw() local
Dgpu_blur_utils.cpp327 auto dstR = SkRect::Make(dstRect).makeOutset(0.5f, 0.5f); in run() local
/external/skia/src/core/
DSkWritePixelsRec.cpp22 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height()); in trim() local
DSkBlitter_ARGB32.cpp50 int dstR = SkGetPackedR32(dst); in blend_lcd16() local
85 int dstR = SkGetPackedR32(dst); in blend_lcd16_opaque() local
DSkDevice.cpp165 SkRect srcR, dstR; in drawImageLattice() local
DSkDraw.cpp1055 SkRect dstR; in clipped_out() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DResizeWithCropOrPadOp.java73 int dstR; in apply() local
/external/skia/tests/
DDrawBitmapRectTest.cpp253 SkRect dstR = { 0, 0, 16, 16 }; in DEF_TEST() local
/external/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp199 SkIRect dstR = SkIRect::MakeWH(dst->width(), dst->height()); in intersect() local
/external/skia/modules/skottie/src/
DSkottie.cpp436 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const { in render() argument
/external/skia/src/gpu/ganesh/ops/
DLatticeOp.cpp272 SkRect dstR; in onPrepareDraws() local
/external/skia/tools/viewer/
DSkottieSlide.cpp517 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/external/skia/src/image/
DSkSurface.cpp353 const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height()); in writePixels() local