Searched refs:dstPM (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | DSLFPTest.cpp | 56 GrPixmap dstPM = GrPixmap::Allocate(dstInfo); in test_dsl_fp() local 57 REPORTER_ASSERT(r, rtCtx->readPixels(ctx, dstPM, /*srcPt=*/{0, 0})); in test_dsl_fp() 59 const GrColor* color = static_cast<const GrColor*>(dstPM.addr()); in test_dsl_fp()
|
D | RenderTargetContextTest.cpp | 61 GrPixmap dstPM = GrPixmap::Allocate(dstInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 63 bool result = rtCtx->readPixels(dContext, dstPM, {0, 0}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | CopySurfaceTest.cpp | 82 GrPixmap dstPM(ii, dstPixels.get(), kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 86 dContext, dRenderable, dOrigin, dstPM); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/image/ |
D | SkImage_Lazy.cpp | 157 const SkPixmap* dstPM = &pmap; in generate_pixels() local 165 dstPM = &fullPM; in generate_pixels() 168 if (!gen->getPixels(dstPM->info(), dstPM->writable_addr(), dstPM->rowBytes())) { in generate_pixels()
|
/external/skqp/src/core/ |
D | SkMipMap.cpp | 473 const SkPixmap& dstPM = levels[i].fPixmap; in Build() local 475 void* dstBasePtr = dstPM.writable_addr(); in Build() 481 dstBasePtr = (char*)dstBasePtr + dstPM.rowBytes(); in Build() 483 srcPM = dstPM; in Build()
|
/external/skia/tools/ |
D | ToolUtils.cpp | 399 SkPixmap dstPM; in copy_to() local 400 if (!tmpDst.peekPixels(&dstPM)) { in copy_to() 404 if (!srcPM.readPixels(dstPM)) { in copy_to()
|
/external/skqp/tools/ |
D | sk_tool_utils.cpp | 326 SkPixmap dstPM; in copy_to() local 327 if (!tmpDst.peekPixels(&dstPM)) { in copy_to() 331 if (!srcPM.readPixels(dstPM)) { in copy_to()
|
/external/skia/src/core/ |
D | SkMipmap.cpp | 635 const SkPixmap& dstPM = levels[i].fPixmap; in Build() local 638 void* dstBasePtr = dstPM.writable_addr(); in Build() 644 dstBasePtr = (char*)dstBasePtr + dstPM.rowBytes(); in Build() 647 srcPM = dstPM; in Build()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 3905 PixMapHandle dstPM; in Qd_CopyPixMap() local 3911 ResObj_Convert, &dstPM)) in Qd_CopyPixMap() 3914 dstPM); in Qd_CopyPixMap()
|