Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAutoPixmapStorage.cpp11 SkAutoPixmapStorage::SkAutoPixmapStorage() : fStorage(nullptr) {} in SkAutoPixmapStorage() function in SkAutoPixmapStorage
13 SkAutoPixmapStorage::~SkAutoPixmapStorage() { in ~SkAutoPixmapStorage()
17 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) { in operator =()
27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize()
35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { in tryAlloc()
52 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc()
58 const SkData* SkAutoPixmapStorage::detachPixelsAsData() { in detachPixelsAsData()
DSkAutoPixmapStorage.h14 class SK_API SkAutoPixmapStorage : public SkPixmap {
16 SkAutoPixmapStorage();
17 ~SkAutoPixmapStorage();
22 SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
DSkScalerContext.cpp392 SkAutoPixmapStorage dst; in generateMask()
/external/skia/tests/
DDeviceLooperTest.cpp13 static void make_pm(SkAutoPixmapStorage* pixmap, int w, int h) { in make_pm()
43 SkAutoPixmapStorage pmap; in test_simple()
112 SkAutoPixmapStorage pmap; in test_complex()
DFloat16Test.cpp44 SkAutoPixmapStorage pm; in DEF_TEST()
DImageTest.cpp63 SkAutoPixmapStorage pmapA, pmapB; in assert_equal()
962 SkAutoPixmapStorage apm; in check_images_same()
963 SkAutoPixmapStorage bpm; in check_images_same()
1102 SkAutoPixmapStorage scaled; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1286 SkAutoPixmapStorage scaled; in test_scale_pixels()
DPipeTest.cpp32 SkAutoPixmapStorage pmapA, pmapB; in deep_equal()
/external/skia/bench/
DCoverageBench.cpp23 SkAutoPixmapStorage fPixmap;
DPDFBench.cpp75 SkAutoPixmapStorage pixmap; in onDelayedSetup()
/external/skia/src/gpu/
DGrSWMaskHelper.h91 SkAutoPixmapStorage fPixels;
/external/skia/gm/
Dshapes_as_paths.cpp31 SkAutoPixmapStorage pmapA; in draw_diff()
32 SkAutoPixmapStorage pmapB; in draw_diff()
Dpath_stroke_with_zero_length.cpp36 SkAutoPixmapStorage pmap; in draw_path_cell()
Dimage.cpp210 SkAutoPixmapStorage storage; in show_scaled_pixels()
/external/skia/src/image/
DSkImage_Gpu.cpp680 SkAutoPixmapStorage pixmap; in getDeferredTextureImageData()
708 pixelSize = SkAlign8(SkAutoPixmapStorage::AllocSize(info, nullptr)); in getDeferredTextureImageData()
712 SkAutoPixmapStorage decodePixmap; in getDeferredTextureImageData()
755 pixelSize += SkAlign8(SkAutoPixmapStorage::AllocSize(mipInfo, nullptr)); in getDeferredTextureImageData()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp439 SkAutoPixmapStorage dst; in addDFPathToAtlas()
537 SkAutoPixmapStorage dst; in addBMPathToAtlas()
/external/skia/gn/
Dcore.gni24 "$_src/core/SkAutoPixmapStorage.h",
25 "$_src/core/SkAutoPixmapStorage.cpp",
/external/skia/
DAndroid.bp111 "src/core/SkAutoPixmapStorage.cpp",