Home
last modified time | relevance | path

Searched refs:setPixelRef (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkBitmap.cpp171 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()
DSkSpecialSurface.cpp73 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSpecialSurface_Raster()
/third_party/skia/src/core/
DSkBitmap.cpp169 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()
DSkSpecialSurface.cpp74 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSpecialSurface_Raster()
/third_party/flutter/skia/docs/examples/
DBitmap_setPixelRef.cpp10 bitmap.setPixelRef(sk_ref_sp(source.pixelRef()), 5, 5); in draw()
DBitmap_allocPixels_4.cpp15 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
DBitmap_tryAllocPixels_4.cpp29 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
/third_party/skia/docs/examples/
DBitmap_setPixelRef.cpp10 bitmap.setPixelRef(sk_ref_sp(source.pixelRef()), 5, 5); in draw()
DBitmap_tryAllocPixels_4.cpp29 bitmap->setPixelRef(std::move(pr), 0, 0); in allocPixelRef()
/third_party/skia/gm/
Dimagemagnifier.cpp74 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in make_img()
/third_party/flutter/skia/gm/
Dimagemagnifier.cpp74 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in make_img()
/third_party/skia/tools/skdiff/
Dskdiff_main.cpp318 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/
Dskdiff_main.cpp333 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/
DSkSurface_Raster.cpp75 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSurface_Raster()
DSkImage_Raster.cpp385 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y()); in onAsLegacyBitmap()
/third_party/flutter/skia/src/image/
DSkSurface_Raster.cpp86 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSurface_Raster()
DSkImage_Raster.cpp331 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y()); in onAsLegacyBitmap()
/third_party/flutter/skia/include/core/
DSkBitmap.h721 void setPixelRef(sk_sp<SkPixelRef> pixelRef, int dx, int dy);
/third_party/skia/include/core/
DSkBitmap.h733 void setPixelRef(sk_sp<SkPixelRef> pixelRef, int dx, int dy);
/third_party/flutter/skia/tests/
DBitmapTest.cpp235 bm.setPixelRef(nullptr, 0, 0); in DEF_TEST()
DWritePixelsTest.cpp287 bm->setPixelRef(std::move(pr), 0, 0); in alloc_row_bytes()
/third_party/skia/tests/
DBitmapTest.cpp271 bm.setPixelRef(nullptr, 0, 0); in DEF_TEST()
DWritePixelsTest.cpp287 bm->setPixelRef(std::move(pr), 0, 0); in alloc_row_bytes()
/third_party/flutter/skia/tools/
DToolUtils.cpp160 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in create_string_bitmap()
/third_party/skia/tools/
DToolUtils.cpp187 result.setPixelRef(sk_ref_sp(bitmap.pixelRef()), 0, 0); in create_string_bitmap()

12