Home
last modified time | relevance | path

Searched refs:SkAutoPixmapStorage (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/core/
DSkAutoPixmapStorage.cpp11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() { in ~SkAutoPixmapStorage()
17 SkAutoPixmapStorage::SkAutoPixmapStorage(SkAutoPixmapStorage&& other) : fStorage(nullptr) { in SkAutoPixmapStorage() function in SkAutoPixmapStorage
21 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) { in operator =()
31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize()
39 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { in tryAlloc()
56 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc()
60 void* SkAutoPixmapStorage::detachPixels() { in detachPixels()
72 sk_sp<SkData> SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
DSkAutoPixmapStorage.h14 class SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
19 SkAutoPixmapStorage(SkAutoPixmapStorage&& other);
24 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkPixmapPriv.h37 SkAutoPixmapStorage storage; in Orient()
DBUILD.bazel27 "SkAutoPixmapStorage.cpp",
28 "SkAutoPixmapStorage.h",
/third_party/skia/tests/
DExtendedSkColorTypeTests.cpp94 SkAutoPixmapStorage pm; in raster_tests()
104 SkAutoPixmapStorage pm; in raster_tests()
114 SkAutoPixmapStorage srcPM; in raster_tests()
120 SkAutoPixmapStorage readbackPM; in raster_tests()
133 SkAutoPixmapStorage srcPM; in raster_tests()
147 SkAutoPixmapStorage readbackPM; in raster_tests()
193 SkAutoPixmapStorage nativeExpected; in gpu_tests()
225 SkAutoPixmapStorage nativeActual; in gpu_tests()
254 SkAutoPixmapStorage f32Expected; in gpu_tests()
260 SkAutoPixmapStorage f32Actual; in gpu_tests()
[all …]
DReadWritePixelsGpuTest.cpp180 using GpuReadDstFn = SkAutoPixmapStorage(const T&);
191 static SkAutoPixmapStorage make_ref_data(const SkImageInfo& info, bool forceOpaque) { in make_ref_data()
192 SkAutoPixmapStorage result; in make_ref_data()
340 SkAutoPixmapStorage ref; in gpu_read_pixels_test_driver()
425 SkAutoPixmapStorage srcPixels = make_ref_data(refInfo, forceOpaque); in gpu_read_pixels_test_driver()
830 SkAutoPixmapStorage firstReadPM = read(dst); in gpu_write_pixels_test_driver()
869 SkAutoPixmapStorage secondReadPM = read(dst); in gpu_write_pixels_test_driver()
919 SkAutoPixmapStorage ref; in gpu_write_pixels_test_driver()
1045 SkAutoPixmapStorage writePixels = make_ref_data(writeInfo, forceOpaque); in gpu_write_pixels_test_driver()
1072 SkAutoPixmapStorage result; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
DWrappedSurfaceCopyOnWriteTest.cpp118 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
153 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp194 SkAutoPixmapStorage readback; in DEF_GPUTEST()
344 SkAutoPixmapStorage srcPixmap; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
373 SkAutoPixmapStorage read; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
383 SkAutoPixmapStorage write; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DMatrixColorFilterTest.cpp37 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DCompressedBackendAllocationTest.cpp97 SkAutoPixmapStorage actual2; in check_compressed_mipmaps()
124 SkAutoPixmapStorage actual; in check_readback()
DTestUtils.cpp33 SkAutoPixmapStorage pm; in TestReadPixels()
59 SkAutoPixmapStorage pm; in TestWritePixels()
DSurfaceTest.cpp765 SkAutoPixmapStorage readback; in test_surface_context_clear()
850 SkAutoPixmapStorage readback; in test_surface_draw_partially()
1059 SkAutoPixmapStorage pm; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageTest.cpp66 SkAutoPixmapStorage pmapA, pmapB; in assert_equal()
1056 SkAutoPixmapStorage pixmap; in DEF_GPUTEST()
1332 SkAutoPixmapStorage scaled; in test_scale_pixels()
1400 SkAutoPixmapStorage pm; in make_yuva_image()
DBackendAllocationTest.cpp257 SkAutoPixmapStorage actual; in check_base_readbacks()
419 SkAutoPixmapStorage actual; in check_mipmaps()
DClearTest.cpp49 SkAutoPixmapStorage readback; in check_rect()
/third_party/skia/src/gpu/
DGrSWMaskHelper.h41 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr)
72 SkAutoPixmapStorage* fPixels;
73 SkAutoPixmapStorage fPixelsStorage;
DGrDeferredProxyUploader.h79 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels()
92 SkAutoPixmapStorage fPixels;
/third_party/skia/bench/
DCoverageBench.cpp24 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp99 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/third_party/skia/gm/
Dimage.cpp200 SkAutoPixmapStorage storage; in show_scaled_pixels()
398 SkAutoPixmapStorage pm;
405 SkAutoPixmapStorage pm2;
Dpath_stroke_with_zero_length.cpp47 SkAutoPixmapStorage pmap; in draw_path_cell()
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp406 SkAutoPixmapStorage dst; in addDFPathToAtlas()
485 SkAutoPixmapStorage dst; in addBMPathToAtlas()
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp141 SkAutoPixmapStorage rgbaPixmap; in setup_backend_objects()
/third_party/skia/gn/
Dcore.gni118 "$_src/core/SkAutoPixmapStorage.cpp",
119 "$_src/core/SkAutoPixmapStorage.h",
/third_party/skia/src/image/
DSkImage_Gpu.cpp646 SkAutoPixmapStorage resized; in MakeCrossContextFromPixmap()

12