Home
last modified time | relevance | path

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

/third_party/skia/gm/
Ddrawbitmaprect.cpp108 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapproc()
115 const SkRect& dstR, const SkSamplingOptions& sampling, in bitmapsubsetproc()
129 const SkRect& dstR, const SkSamplingOptions& sampling, const SkPaint* paint) { in imageproc()
135 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.cpp328 auto dstR = SkRect::Make(dstRect).makeOutset(0.5f, 0.5f); in run() local
/third_party/skia/src/core/
DSkImageInfo.cpp193 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height()); in trim() local
DSkDevice.cpp175 SkRect srcR, dstR; in drawImageLattice() local
DSkBlitter_ARGB32.cpp50 int dstR = SkGetPackedR32(dst); in blend_lcd16() local
85 int dstR = SkGetPackedR32(dst); in blend_lcd16_opaque() local
DSkDraw.cpp1048 SkRect dstR; in clipped_out() local
/third_party/skia/samplecode/
DSampleStrokePath.cpp21 SkRect dstR = { 0, 0, 640, 480 }; in test_huge_stroke() local
/third_party/skia/tests/
DDrawBitmapRectTest.cpp252 SkRect dstR = { 0, 0, 16, 16 }; in DEF_TEST() local
/third_party/skia/tools/viewer/
DSkottieSlide.cpp209 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/third_party/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp173 SkIRect dstR = SkIRect::MakeWH(dst->width(), dst->height()); in intersect() local
/third_party/skia/modules/skottie/src/
DSkottie.cpp478 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const { in render() argument
/third_party/skia/src/gpu/ops/
DLatticeOp.cpp280 SkRect dstR; in onPrepareDraws() local
/third_party/skia/src/image/
DSkSurface.cpp301 const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height()); in writePixels() local