Searched defs:dstR (Results  1 – 14 of 14) sorted by relevance
| /external/skia/gm/ | 
| D | drawbitmaprect.cpp | 109                        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()
  | 
| D | bitmaprect.cpp | 73         SkRect dstR = { 0, 200, 128, 380 };  in onDraw()  local 154         SkRect dstR = { 100, 100, 300, 200 };  in onDraw()  local
  | 
| D | gpu_blur_utils.cpp | 327                     auto dstR = SkRect::Make(dstRect).makeOutset(0.5f, 0.5f);  in run()  local
  | 
| /external/skia/src/core/ | 
| D | SkWritePixelsRec.cpp | 22     SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());  in trim()  local
  | 
| D | SkBlitter_ARGB32.cpp | 50     int dstR = SkGetPackedR32(dst);  in blend_lcd16()  local 85     int dstR = SkGetPackedR32(dst);  in blend_lcd16_opaque()  local
  | 
| D | SkDevice.cpp | 165     SkRect srcR, dstR;  in drawImageLattice()  local
  | 
| D | SkDraw.cpp | 1055     SkRect  dstR;  in clipped_out()  local
  | 
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/ | 
| D | ResizeWithCropOrPadOp.java | 73     int dstR;  in apply()  local
  | 
| /external/skia/tests/ | 
| D | DrawBitmapRectTest.cpp | 253     SkRect dstR = { 0, 0, 16, 16 };  in DEF_TEST()  local
  | 
| /external/skia/src/effects/imagefilters/ | 
| D | SkArithmeticImageFilter.cpp | 199     SkIRect dstR = SkIRect::MakeWH(dst->width(), dst->height());  in intersect()  local
  | 
| /external/skia/modules/skottie/src/ | 
| D | Skottie.cpp | 436 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const {  in render()  argument
  | 
| /external/skia/src/gpu/ganesh/ops/ | 
| D | LatticeOp.cpp | 272             SkRect dstR;  in onPrepareDraws()  local
  | 
| /external/skia/tools/viewer/ | 
| D | SkottieSlide.cpp | 517         const auto dstR = SkRect::MakeSize(fWinSize);  in draw()  local
  | 
| /external/skia/src/image/ | 
| D | SkSurface.cpp | 353     const SkIRect dstR = SkIRect::MakeWH(this->width(), this->height());  in writePixels()  local
  |