Searched defs:SkPixmap (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/images/
H A DSkImageEncoder.cpp14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
15 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { argument
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
22 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { argument
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
31 bool SkEncodeImage(SkWStream* dst, const SkPixmap& src,
83 sk_sp<SkData> SkEncodePixmap(const SkPixmap& src, SkEncodedImageFormat format, int quality) {
89 SkPixmap pixmap;
/external/skqp/src/images/
H A DSkImageEncoder.cpp14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
15 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { argument
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
22 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { argument
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; } argument
31 bool SkEncodeImage(SkWStream* dst, const SkPixmap& src,
83 sk_sp<SkData> SkEncodePixmap(const SkPixmap& src, SkEncodedImageFormat format, int quality) {
89 SkPixmap pixmap;
/external/skia/include/core/
H A DSkPixmap.h18 /** \class SkPixmap
19 SkPixmap provides a utility to pair SkImageInfo with pixels and row bytes.
20 SkPixmap is a low level class which provides convenience functions to access
21 raster destinations. SkCanvas can not draw SkPixmap, nor does SkPixmap provide
24 Use SkBitmap to draw pixels referenced by SkPixmap; use SkSurface to draw into
25 pixels referenced by SkPixmap.
27 SkPixmap does not try to manage the lifetime of the pixel memory. Use SkPixelRef
30 class SK_API SkPixmap { class
33 /** Creates an empty SkPixmap withou
40 SkPixmap() function in class:SkPixmap
62 SkPixmap(const SkImageInfo& info, const void* addr, size_t rowBytes) function in class:SkPixmap
[all...]
/external/skqp/include/core/
H A DSkPixmap.h18 /** \class SkPixmap
19 SkPixmap provides a utility to pair SkImageInfo with pixels and row bytes.
20 SkPixmap is a low level class which provides convenience functions to access
21 raster destinations. SkCanvas can not draw SkPixmap, nor does SkPixmap provide
24 Use SkBitmap to draw pixels referenced by SkPixmap; use SkSurface to draw into
25 pixels referenced by SkPixmap.
27 SkPixmap does not try to manage the lifetime of the pixel memory. Use SkPixelRef
30 class SK_API SkPixmap { class
33 /** Creates an empty SkPixmap withou
40 SkPixmap() function in class:SkPixmap
62 SkPixmap(const SkImageInfo& info, const void* addr, size_t rowBytes) function in class:SkPixmap
[all...]
/external/skia/src/core/
H A DSkDevice.cpp313 bool SkBaseDevice::readPixels(const SkPixmap& pm, int x, int y) {
317 bool SkBaseDevice::writePixels(const SkPixmap& pm, int x, int y) {
321 bool SkBaseDevice::onWritePixels(const SkPixmap&, int, int) { argument
325 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { argument
329 bool SkBaseDevice::accessPixels(SkPixmap* pmap) {
330 SkPixmap tempStorage;
337 bool SkBaseDevice::peekPixels(SkPixmap* pmap) {
338 SkPixmap tempStorage;
/external/skqp/src/core/
H A DSkDevice.cpp312 bool SkBaseDevice::readPixels(const SkPixmap& pm, int x, int y) {
316 bool SkBaseDevice::writePixels(const SkPixmap& pm, int x, int y) {
320 bool SkBaseDevice::onWritePixels(const SkPixmap&, int, int) { argument
324 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { argument
328 bool SkBaseDevice::accessPixels(SkPixmap* pmap) {
329 SkPixmap tempStorage;
336 bool SkBaseDevice::peekPixels(SkPixmap* pmap) {
337 SkPixmap tempStorage;

Completed in 538 milliseconds