Home
last modified time | relevance | path

Searched defs:dstR (Results 1 – 25 of 31) 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.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/src/core/
DSkDevice.cpp164 SkRect srcR, dstR; in drawImageNine() local
174 SkRect srcR, dstR; in drawBitmapNine() local
185 SkRect srcR, dstR; in drawImageLattice() local
228 SkRect srcR, dstR; in drawBitmapLattice() local
DSkImageInfo.cpp151 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/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/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/skia/tools/viewer/
DSkottieSlide.cpp130 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/external/skqp/tools/viewer/
DSkottieSlide.cpp130 const auto dstR = SkRect::MakeSize(fWinSize); in draw() local
/external/skia/tests/
DDrawBitmapRectTest.cpp248 SkRect dstR = { 0, 0, SkIntToScalar(16), SkIntToScalar(16) }; in DEF_TEST() local
/external/skqp/tests/
DDrawBitmapRectTest.cpp248 SkRect dstR = { 0, 0, SkIntToScalar(16), SkIntToScalar(16) }; in DEF_TEST() local
/external/skia/src/image/
DSkImage_Lazy.cpp149 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/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/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp151 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/gpu/ops/
DGrLatticeOp.cpp253 SkRect dstR; in onPrepareDraws() local
/external/skia/src/gpu/ops/
DGrLatticeOp.cpp255 SkRect dstR; in onPrepareDraws() local
/external/skia/modules/skottie/src/
DSkottie.cpp560 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const { in render() argument

12