Home
last modified time | relevance | path

Searched defs:SkPixmap (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/encode/
DSkImageEncoder.cpp31 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
32 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make()
38 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
39 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make()
45 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } in Encode()
/external/skia/include/private/
DSkJpegGainmapEncoder.h13 class SkPixmap; variable
/external/skia/tools/gpu/
DBackendTextureImageFactory.h17 class SkPixmap; variable
/external/skia/src/gpu/ganesh/
DGrDataUtils.h18 class SkPixmap; variable
/external/skia/include/core/
DSkImageEncoder.h16 class SkPixmap; variable
DSkPixmap.h51 SkPixmap() in SkPixmap() function
73 SkPixmap(const SkImageInfo& info, const void* addr, size_t rowBytes) in SkPixmap() function
DSkImage.h53 class SkPixmap; variable
/external/skia/src/image/
DSkImage_Base.h47 class SkPixmap; variable
66 virtual bool onPeekPixels(SkPixmap*) const { return false; } in onPeekPixels() argument
DSkSurface_Gpu.h29 class SkPixmap; variable
DSkImage_Lazy.h40 class SkPixmap; variable
/external/skia/src/core/
DSkAutoBlitterChoose.h21 class SkPixmap; variable
DSkBitmapCache.h19 class SkPixmap; variable
DSkBitmapDevice.h27 class SkPixmap; variable
DSkBlitter.h22 class SkPixmap; variable
DSkPictureRecord.h165 bool onPeekPixels(SkPixmap*) override { return false; } in onPeekPixels() argument
DSkSpecialImage.h31 class SkPixmap; variable
/external/skia/include/utils/mac/
DSkCGUtils.h28 class SkPixmap; variable
/external/skia/tests/
DTestUtils.h28 class SkPixmap; variable
/external/skia/include/encode/
DSkWebpEncoder.h15 class SkPixmap; variable
DSkPngEncoder.h18 class SkPixmap; variable
DSkJpegEncoder.h19 class SkPixmap; variable
/external/skia/include/utils/
DSkPaintFilterCanvas.h37 class SkPixmap; variable
/external/skia/src/gpu/graphite/
DDrawContext.h30 class SkPixmap; variable
/external/skia/include/gpu/graphite/
DRecorder.h21 class SkPixmap; variable
/external/skia/tools/
DToolUtils.h43 class SkPixmap; variable

12