Searched defs:dstR (Results 1 – 9 of 9) sorted by relevance
/external/skia/gm/ |
D | drawbitmaprect.cpp | 83 const SkRect& dstR) { in canvasproc() 88 const SkRect& dstR) { in imageproc() 98 const SkRect& dstR) { in imagescaleproc()
|
D | bitmaprect.cpp | 64 SkRect dstR = { 0, 200, 128, 380 }; in onDraw() local 143 SkRect dstR = { 100, 100, 300, 200 }; in onDraw() local
|
D | image.cpp | 239 SkRect dstR = SkRect::MakeWH(SkIntToScalar(newW), SkIntToScalar(newH)); in drawResized() local
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 20 SkRect dstR = { 0, 0, 640, 480 }; in test_huge_stroke() local
|
/external/skia/src/core/ |
D | SkBlitMask_D32.cpp | 308 int dstR = SkGetPackedR32(d); in LCD16_RowProc_Blend() local 349 int dstR = SkGetPackedR32(d); in LCD16_RowProc_Opaque() local
|
D | SkDraw.cpp | 1228 SkRect dstR; in clipped_out() local
|
/external/skia/tests/ |
D | DrawBitmapRectTest.cpp | 300 SkRect dstR = { 0, 0, SkIntToScalar(16), SkIntToScalar(16) }; in DEF_TEST() local
|
/external/skia/include/core/ |
D | SkColorPriv.h | 966 int dstR = SkGetPackedR32(dst); in SkBlendLCD16() local 1001 int dstR = SkGetPackedR32(dst); in SkBlendLCD16Opaque() local
|
/external/skia/src/utils/ |
D | SkLua.cpp | 529 SkRect srcR, dstR; in lcanvas_drawImageRect() local 1358 SkRect srcR, dstR; in lmatrix_setRectToRect() local
|