/third_party/flutter/skia/gm/ |
D | drawbitmaprect.cpp | 106 static void bitmapproc(SkCanvas* canvas, SkImage*, const SkBitmap& bm, const SkIRect& srcR, in bitmapproc() 111 static void bitmapsubsetproc(SkCanvas* canvas, SkImage*, const SkBitmap& bm, const SkIRect& srcR, in bitmapsubsetproc() 124 static void imageproc(SkCanvas* canvas, SkImage* image, const SkBitmap&, const SkIRect& srcR, in imageproc() 130 const SkIRect& srcR, const SkRect& dstR, const SkPaint* paint) { in imagesubsetproc()
|
D | bitmaprect.cpp | 74 SkRect srcR; in onDraw() local 149 SkRect srcR = { 0.5f, 0.5f, 2.5f, 2.5f }; in onDraw() local
|
/third_party/skia/gm/ |
D | drawbitmaprect.cpp | 107 static void bitmapproc(SkCanvas* canvas, SkImage*, const SkBitmap& bm, const SkIRect& srcR, in bitmapproc() 114 static void bitmapsubsetproc(SkCanvas* canvas, SkImage*, const SkBitmap& bm, const SkIRect& srcR, in bitmapsubsetproc() 128 static void imageproc(SkCanvas* canvas, SkImage* image, const SkBitmap&, const SkIRect& srcR, in imageproc() 135 const SkIRect& srcR, const SkRect& dstR, in imagesubsetproc()
|
D | bitmaprect.cpp | 76 SkRect srcR; in onDraw() local 152 SkRect srcR = { 0.5f, 0.5f, 2.5f, 2.5f }; in onDraw() local
|
D | gpu_blur_utils.cpp | 341 auto srcR = SkRect::Make(srcRect).makeOutset(0.5f, 0.5f); in run() local
|
D | bleed.cpp | 346 static sk_sp<SkImage> make_image(SkCanvas* canvas, SkRect* srcR) { in make_image()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_auto.c | 72 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_RGB888_Blend() local 124 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_RGB888_Blend_Scale() local 284 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_RGB888_Modulate_Blend() local 348 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local 472 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_BGR888_Blend() local 524 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_BGR888_Blend_Scale() local 684 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_BGR888_Modulate_Blend() local 748 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale() local 872 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_ARGB8888_Blend() local 925 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_ARGB8888_Blend_Scale() local [all …]
|
D | SDL_blit_slow.c | 39 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_Slow() local
|
/third_party/flutter/skia/src/core/ |
D | SkDevice.cpp | 149 SkRect srcR, dstR; in drawImageNine() local 159 SkRect srcR, dstR; in drawBitmapNine() local 170 SkRect srcR, dstR; in drawImageLattice() local 197 SkRect srcR, dstR; in drawBitmapLattice() local
|
D | SkImageInfo.cpp | 114 SkIRect srcR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height()); in trim() local
|
D | SkBlitter_ARGB32.cpp | 27 static inline SkPMColor blend_lcd16(int srcA, int srcR, int srcG, int srcB, in blend_lcd16() 62 static inline SkPMColor blend_lcd16_opaque(int srcR, int srcG, int srcB, in blend_lcd16_opaque() 305 int srcR = SkColorGetR(src); in blit_row_lcd16() local 376 int srcR = SkColorGetR(src); in blit_row_lcd16_opaque() local 580 int srcR = SkColorGetR(src); in blit_row_lcd16() local 594 int srcR = SkColorGetR(src); in blit_row_lcd16_opaque() local 1224 int srcR = SkGetPackedR32(s); in blend_row_lcd16() local 1260 int srcR = SkGetPackedR32(s); in blend_row_LCD16_opaque() local
|
/third_party/skia/src/core/ |
D | SkImageInfo.cpp | 145 SkIRect srcR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height()); in trim() local
|
D | SkBlitter_ARGB32.cpp | 27 static inline SkPMColor blend_lcd16(int srcA, int srcR, int srcG, int srcB, in blend_lcd16() 62 static inline SkPMColor blend_lcd16_opaque(int srcR, int srcG, int srcB, in blend_lcd16_opaque() 305 int srcR = SkColorGetR(src); in blit_row_lcd16() local 376 int srcR = SkColorGetR(src); in blit_row_lcd16_opaque() local 580 int srcR = SkColorGetR(src); in blit_row_lcd16() local 594 int srcR = SkColorGetR(src); in blit_row_lcd16_opaque() local 1224 int srcR = SkGetPackedR32(s); in blend_row_lcd16() local 1260 int srcR = SkGetPackedR32(s); in blend_row_LCD16_opaque() local
|
/third_party/skia/samplecode/ |
D | SampleStrokePath.cpp | 20 SkRect srcR = { 0, 0, 72000, 54000 }; in test_huge_stroke() local
|
/third_party/flutter/skia/samplecode/ |
D | SampleStrokePath.cpp | 20 SkRect srcR = { 0, 0, 72000, 54000 }; in test_huge_stroke() local
|
D | SampleBitmapRect.cpp | 75 SkRect srcR = {fSrcPt.fX - 16, fSrcPt.fY - 16, in onDrawContent() local
|
/third_party/flutter/skia/tests/ |
D | DrawBitmapRectTest.cpp | 247 SkIRect srcR = { gWidth, 0, gWidth + 16, 16 }; in DEF_TEST() local
|
D | BitmapCopyTest.cpp | 202 const SkIRect srcR = gRec[i].fExpectedSrcR; in DEF_TEST() local
|
/third_party/skia/tests/ |
D | DrawBitmapRectTest.cpp | 251 SkRect srcR = { gWidth, 0, gWidth + 16, 16 }; in DEF_TEST() local
|
D | BitmapCopyTest.cpp | 198 const SkIRect srcR = gRec[i].fExpectedSrcR; in DEF_TEST() local
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 191 SkIRect srcR = SkIRect::MakeXYWH(srcDx, srcDy, src->width(), src->height()); in intersect() local
|
/third_party/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 174 SkIRect srcR = SkIRect::MakeXYWH(srcDx, srcDy, src->width(), src->height()); in intersect() local
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 486 const SkRect srcR = SkRect::MakeSize(this->size()); in render() local
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Lazy.cpp | 147 const SkIRect srcR = SkIRect::MakeWH(genW, genH); in generate_pixels() local
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrLatticeOp.cpp | 257 SkIRect srcR; in onPrepareDraws() local
|