Home
last modified time | relevance | path

Searched refs:getROPixels (Results 1 – 25 of 56) sorted by relevance

123

/third_party/flutter/skia/src/core/
DSkBitmapController.cpp39 (void)image->getROPixels(&fResultBitmap); in processHighRequest()
100 (void)image->getROPixels(&fResultBitmap); in State()
DSkSpecialImage.cpp104 if (!this->getROPixels(&bmp)) { in makeTextureImage()
139 bool SkSpecialImage::getROPixels(SkBitmap* bm) const { in getROPixels() function in SkSpecialImage
219 if (as_IB(image)->getROPixels(&bm)) { in MakeFromImage()
DSkSpecialImage.h152 bool getROPixels(SkBitmap*) const;
/third_party/flutter/skia/tests/
DSpecialImageTest.cpp78 REPORTER_ASSERT(reporter, img->getROPixels(&bitmap)); in test_image()
309 SkAssertResult(redImg->getROPixels(&redBM)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
310 SkAssertResult(blueImg->getROPixels(&blueBM)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp536 REPORTER_ASSERT(reporter, positiveResult1->getROPixels(&positiveResultBM1)); in test_negative_blur_sigma()
537 REPORTER_ASSERT(reporter, positiveResult2->getROPixels(&positiveResultBM2)); in test_negative_blur_sigma()
538 REPORTER_ASSERT(reporter, negativeResult1->getROPixels(&negativeResultBM1)); in test_negative_blur_sigma()
539 REPORTER_ASSERT(reporter, negativeResult2->getROPixels(&negativeResultBM2)); in test_negative_blur_sigma()
595 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM)); in test_zero_blur_sigma()
633 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM)); in test_fail_affects_transparent_black()
1409 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM)); in test_composed_imagefilter_bounds()
/third_party/skia/src/image/
DSkImage_Lazy.cpp130 bool SkImage_Lazy::getROPixels(GrDirectContext*, SkBitmap* bitmap, in getROPixels() function in SkImage_Lazy
174 if (this->getROPixels(dContext, &bm, chint)) { in onReadPixels()
506 if (SkBitmap bitmap; this->getROPixels(nullptr, &bitmap, hint)) { in lockTextureProxyView()
DSkImage_GpuBase.h26 bool getROPixels(GrDirectContext*, SkBitmap*, CachingHint) const final;
DSkImage_Lazy.h46 bool getROPixels(GrDirectContext*, SkBitmap*, CachingHint) const override;
DSkImage_Raster.cpp88 bool getROPixels(GrDirectContext*, SkBitmap*, CachingHint) const override;
200 bool SkImage_Raster::getROPixels(GrDirectContext*, SkBitmap* dst, CachingHint) const { in getROPixels() function in SkImage_Raster
DSkImage_Base.h134 virtual bool getROPixels(GrDirectContext*, SkBitmap*,
/third_party/skia/experimental/graphite/src/
DImage_Graphite.h30 bool getROPixels(GrDirectContext*,
/third_party/flutter/skia/src/image/
DSkImage_Lazy.cpp180 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkImage::CachingHint chint) const { in getROPixels() function in SkImage_Lazy
221 if (this->getROPixels(&bm, chint)) { in onReadPixels()
528 if (!proxy && this->getROPixels(&bitmap, chint)) { in lockTextureProxy()
DSkImage_Lazy.h53 bool getROPixels(SkBitmap*, CachingHint) const override;
DSkImage_Raster.cpp84 bool getROPixels(SkBitmap*, CachingHint) const override;
163 bool SkImage_Raster::getROPixels(SkBitmap* dst, CachingHint) const { in getROPixels() function in SkImage_Raster
DSkImage_Base.h74 virtual bool getROPixels(SkBitmap*, CachingHint = kAllow_CachingHint) const = 0;
DSkImage_GpuBase.h29 bool getROPixels(SkBitmap*, CachingHint) const final;
DSkImage.cpp65 if (as_IB(this)->getROPixels(&bm, chint)) { in scalePixels()
93 if (as_IB(this)->getROPixels(&bm)) { in encodeToData()
/third_party/skia/src/core/
DSkMipmapAccessor.cpp37 (void)image->getROPixels(nullptr, &fBaseStorage); in SkMipmapAccessor()
DSkSpecialImage.h156 bool getROPixels(SkBitmap*) const;
DSkSpecialImage.cpp93 bool SkSpecialImage::getROPixels(SkBitmap* bm) const { in getROPixels() function in SkSpecialImage
176 if (as_IB(image)->getROPixels(nullptr, &bm)) { in MakeFromImage()
/third_party/flutter/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp395 if (!input->getROPixels(&inputBM)) { in copy_image_with_bounds()
470 if (!input->getROPixels(&inputBM)) { in cpu_blur()
DSkMagnifierImageFilter.cpp154 if (!input->getROPixels(&inputBM)) { in onFilterImage()
/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp342 if (!color->getROPixels(&colorBM) || !displ->getROPixels(&displBM)) { in onFilterImage()
/third_party/flutter/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp428 if (!as_IB(image)->getROPixels(&bm)) { in drawImageQuad()
448 if (as_IB(image)->getROPixels(&bm)) { in drawImageQuad()
/third_party/skia/tests/
DSpecialImageTest.cpp81 REPORTER_ASSERT(reporter, img->getROPixels(&bitmap)); in test_image()

123