Home
last modified time | relevance | path

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

12

/external/skqp/gm/
Ddrawbitmaprect.cpp92 const SkRect& dstR, const SkPaint* paint) { in bitmapproc()
97 const SkRect& dstR, const SkPaint* paint) { in bitmapsubsetproc()
110 const SkRect& dstR, const SkPaint* paint) { in imageproc()
115 const SkIRect& srcR, const SkRect& dstR, const SkPaint* paint) { in imagesubsetproc()
Dbitmaprect.cpp64 SkRect dstR = { 0, 200, 128, 380 }; in onDraw() local
144 SkRect dstR = { 100, 100, 300, 200 }; in onDraw() local
/external/skia/gm/
Ddrawbitmaprect.cpp109 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapproc()
116 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapsubsetproc()
130 const SkRect& dstR, const SkSamplingOptions& sampling, const SkPaint* paint) { in imageproc()
136 const SkIRect& srcR, const SkRect& dstR, in imagesubsetproc()
Dbitmaprect.cpp72 SkRect dstR = { 0, 200, 128, 380 }; in onDraw() local
153 SkRect dstR = { 100, 100, 300, 200 }; in onDraw() local
Dgpu_blur_utils.cpp310 auto dstR = SkRect::Make(dstRect).makeOutset(0.5f, 0.5f); in run() local
/external/skqp/src/core/
DSkDevice.cpp172 SkRect srcR, dstR; in drawImageNine() local
182 SkRect srcR, dstR; in drawBitmapNine() local
193 SkRect srcR, dstR; in drawImageLattice() local
236 SkRect srcR, dstR; in drawBitmapLattice() local
DSkImageInfo.cpp149 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
/external/skia/src/core/
DSkImageInfo.cpp175 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height()); in trim() local
DSkDevice.cpp170 SkRect srcR, dstR; in drawImageLattice() 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/samplecode/
DSampleStrokePath.cpp21 SkRect dstR = { 0, 0, 640, 480 }; in test_huge_stroke() local
/external/skqp/samplecode/
DSampleStrokePath.cpp21 SkRect dstR = { 0, 0, 640, 480 }; in test_huge_stroke() local
/external/skqp/tools/viewer/
DSkottieSlide.cpp130 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/external/skqp/tests/
DDrawBitmapRectTest.cpp248 SkRect dstR = { 0, 0, SkIntToScalar(16), SkIntToScalar(16) }; in DEF_TEST() local
/external/skia/tests/
DDrawBitmapRectTest.cpp252 SkRect dstR = { 0, 0, 16, 16 }; in DEF_TEST() local
/external/skia/tools/viewer/
DSkottieSlide.cpp209 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/external/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp176 SkIRect dstR = SkIRect::MakeWH(dst->width(), dst->height()); in intersect() local
/external/skqp/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp150 SkIRect dstR = SkIRect::MakeWH(dst->width(), dst->height()); in intersect() local
/external/skqp/src/image/
DSkImage_Lazy.cpp148 const SkIRect dstR = SkIRect::MakeXYWH(originX, originY, pmap.width(), pmap.height()); in generate_pixels() local
DSkSurface.cpp216 const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height()); in writePixels() local
/external/skia/modules/skottie/src/
DSkottie.cpp465 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const { in render() argument
/external/skia/src/gpu/ops/
DGrLatticeOp.cpp262 SkRect dstR; in onPrepareDraws() local
/external/skqp/src/gpu/ops/
DGrLatticeOp.cpp253 SkRect dstR; in onPrepareDraws() local
/external/skia/src/image/
DSkSurface.cpp289 const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height()); in writePixels() local

12