/third_party/skia/src/core/ |
D | SkAutoPixmapStorage.cpp | 11 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()
|
D | SkAutoPixmapStorage.h | 14 class SkAutoPixmapStorage : public SkPixmap { 16 SkAutoPixmapStorage(); 17 ~SkAutoPixmapStorage(); 19 SkAutoPixmapStorage(SkAutoPixmapStorage&& other); 24 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
|
D | SkPixmapPriv.h | 37 SkAutoPixmapStorage storage; in Orient()
|
D | BUILD.bazel | 27 "SkAutoPixmapStorage.cpp", 28 "SkAutoPixmapStorage.h",
|
/third_party/skia/tests/ |
D | ExtendedSkColorTypeTests.cpp | 94 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 …]
|
D | ReadWritePixelsGpuTest.cpp | 180 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 …]
|
D | WrappedSurfaceCopyOnWriteTest.cpp | 118 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 153 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrSurfaceTest.cpp | 194 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()
|
D | MatrixColorFilterTest.cpp | 37 SkAutoPixmapStorage pixels; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | CompressedBackendAllocationTest.cpp | 97 SkAutoPixmapStorage actual2; in check_compressed_mipmaps() 124 SkAutoPixmapStorage actual; in check_readback()
|
D | TestUtils.cpp | 33 SkAutoPixmapStorage pm; in TestReadPixels() 59 SkAutoPixmapStorage pm; in TestWritePixels()
|
D | SurfaceTest.cpp | 765 SkAutoPixmapStorage readback; in test_surface_context_clear() 850 SkAutoPixmapStorage readback; in test_surface_draw_partially() 1059 SkAutoPixmapStorage pm; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ImageTest.cpp | 66 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()
|
D | BackendAllocationTest.cpp | 257 SkAutoPixmapStorage actual; in check_base_readbacks() 419 SkAutoPixmapStorage actual; in check_mipmaps()
|
D | ClearTest.cpp | 49 SkAutoPixmapStorage readback; in check_rect()
|
/third_party/skia/src/gpu/ |
D | GrSWMaskHelper.h | 41 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr) 72 SkAutoPixmapStorage* fPixels; 73 SkAutoPixmapStorage fPixelsStorage;
|
D | GrDeferredProxyUploader.h | 79 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels() 92 SkAutoPixmapStorage fPixels;
|
/third_party/skia/bench/ |
D | CoverageBench.cpp | 24 SkAutoPixmapStorage fPixmap;
|
D | PDFBench.cpp | 99 SkAutoPixmapStorage pixmap; in onDelayedSetup()
|
/third_party/skia/gm/ |
D | image.cpp | 200 SkAutoPixmapStorage storage; in show_scaled_pixels() 398 SkAutoPixmapStorage pm; 405 SkAutoPixmapStorage pm2;
|
D | path_stroke_with_zero_length.cpp | 47 SkAutoPixmapStorage pmap; in draw_path_cell()
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 406 SkAutoPixmapStorage dst; in addDFPathToAtlas() 485 SkAutoPixmapStorage dst; in addBMPathToAtlas()
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.cpp | 141 SkAutoPixmapStorage rgbaPixmap; in setup_backend_objects()
|
/third_party/skia/gn/ |
D | core.gni | 118 "$_src/core/SkAutoPixmapStorage.cpp", 119 "$_src/core/SkAutoPixmapStorage.h",
|
/third_party/skia/src/image/ |
D | SkImage_Gpu.cpp | 646 SkAutoPixmapStorage resized; in MakeCrossContextFromPixmap()
|