Searched defs:encodedBitmap (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/skiaserve/
H A DRequest.cpp62 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(*bmp); local
63 SkASSERT(encodedBitmap.get());
67 SkDrawCommand::WritePNG(encodedBitmap->bytes(), bmp->width(), bmp->height(),
302 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(*bitmap); local
303 SkASSERT(encodedBitmap);
305 const uint8_t* start = encodedBitmap->bytes() + ((y * bitmap->width() + x) * 4);
/external/skqp/tools/skiaserve/
H A DRequest.cpp62 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(*bmp); local
63 SkASSERT(encodedBitmap.get());
67 SkDrawCommand::WritePNG(encodedBitmap->bytes(), bmp->width(), bmp->height(),
302 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(*bitmap); local
303 SkASSERT(encodedBitmap);
305 const uint8_t* start = encodedBitmap->bytes() + ((y * bitmap->width() + x) * 4);
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp792 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(bm); local
795 SkDrawCommand::WritePNG(encodedBitmap->bytes(), image.width(), image.height(),
/external/skqp/tools/debugger/
H A DSkDrawCommand.cpp792 sk_sp<SkData> encodedBitmap = sk_tools::encode_bitmap_for_png(bm); local
795 SkDrawCommand::WritePNG(encodedBitmap->bytes(), image.width(), image.height(),

Completed in 222 milliseconds