/third_party/flutter/skia/src/core/ |
D | SkBitmap.cpp | 171 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef() function in SkBitmap 198 this->setPixelRef(nullptr, 0, 0); in setPixels() 203 this->setPixelRef(nullptr, 0, 0); in setPixels() 206 this->setPixelRef( in setPixels() 271 this->setPixelRef(std::move(pr), 0, 0); in tryAllocPixels() 292 this->setPixelRef(std::move(pr), 0, 0); in tryAllocPixelsFlags() 320 this->setPixelRef( in installPixels() 372 dst->setPixelRef(std::move(pr), 0, 0); in allocPixelRef() 465 dst.setPixelRef(fPixelRef, origin.x() + r.fLeft, origin.y() + r.fTop); in extractSubset()
|
D | SkSpecialSurface.cpp | 73 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSpecialSurface_Raster()
|
/third_party/skia/src/core/ |
D | SkBitmap.cpp | 169 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef() function in SkBitmap 269 this->setPixelRef(std::move(pr), 0, 0); in tryAllocPixels() 290 this->setPixelRef(std::move(pr), 0, 0); in tryAllocPixelsFlags() 318 this->setPixelRef( in installPixels() 370 dst->setPixelRef(std::move(pr), 0, 0); in allocPixelRef() 450 dst.setPixelRef(fPixelRef, origin.x() + r.fLeft, origin.y() + r.fTop); in extractSubset()
|
D | SkSpecialSurface.cpp | 74 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSpecialSurface_Raster()
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_setPixelRef.cpp | 10 bitmap.setPixelRef(sk_ref_sp(source.pixelRef()), 5, 5); in draw()
|
D | Bitmap_allocPixels_4.cpp | 15 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
|
D | Bitmap_tryAllocPixels_4.cpp | 29 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
|
/third_party/skia/docs/examples/ |
D | Bitmap_setPixelRef.cpp | 10 bitmap.setPixelRef(sk_ref_sp(source.pixelRef()), 5, 5); in draw()
|
D | Bitmap_tryAllocPixels_4.cpp | 29 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
|
/third_party/skia/gm/ |
D | imagemagnifier.cpp | 74 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in make_img()
|
/third_party/flutter/skia/gm/ |
D | imagemagnifier.cpp | 74 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in make_img()
|
/third_party/skia/tools/skdiff/ |
D | skdiff_main.cpp | 318 fDrp->fBase.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 319 fDrp->fComparison.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 320 fDrp->fDifference.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 321 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels()
|
/third_party/flutter/skia/tools/skdiff/ |
D | skdiff_main.cpp | 333 fDrp->fBase.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 334 fDrp->fComparison.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 335 fDrp->fDifference.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 336 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels()
|
/third_party/skia/src/image/ |
D | SkSurface_Raster.cpp | 75 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSurface_Raster()
|
D | SkImage_Raster.cpp | 385 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y()); in onAsLegacyBitmap()
|
/third_party/flutter/skia/src/image/ |
D | SkSurface_Raster.cpp | 86 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSurface_Raster()
|
D | SkImage_Raster.cpp | 331 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y()); in onAsLegacyBitmap()
|
/third_party/flutter/skia/include/core/ |
D | SkBitmap.h | 721 void setPixelRef(sk_sp<SkPixelRef> pixelRef, int dx, int dy);
|
/third_party/skia/include/core/ |
D | SkBitmap.h | 733 void setPixelRef(sk_sp<SkPixelRef> pixelRef, int dx, int dy);
|
/third_party/flutter/skia/tests/ |
D | BitmapTest.cpp | 235 bm.setPixelRef(nullptr, 0, 0); in DEF_TEST()
|
D | WritePixelsTest.cpp | 287 bm->setPixelRef(std::move(pr), 0, 0); in alloc_row_bytes()
|
/third_party/skia/tests/ |
D | BitmapTest.cpp | 271 bm.setPixelRef(nullptr, 0, 0); in DEF_TEST()
|
D | WritePixelsTest.cpp | 287 bm->setPixelRef(std::move(pr), 0, 0); in alloc_row_bytes()
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 160 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in create_string_bitmap()
|
/third_party/skia/tools/ |
D | ToolUtils.cpp | 187 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in create_string_bitmap()
|