Home
last modified time | relevance | path

Searched refs:WritePNG (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/go-demo/
Dmain.go72 if err := skImg.WritePNG(out); err != nil {
/external/skia/experimental/go-skia/
Dskia.go79 func (i *Image) WritePNG(w io.Writer) error { func
/external/skia/tools/skiaserve/
DRequest.cpp68 SkDrawCommand::WritePNG(encodedBitmap->bytes(), bmp->width(), bmp->height(), in writeCanvasToPng()
/external/skia/tools/debugger/
DSkDrawCommand.h68 static void WritePNG(const uint8_t* rgba, unsigned width, unsigned height,
DSkDrawCommand.cpp741 void SkDrawCommand::WritePNG(const uint8_t* rgba, unsigned width, unsigned height, in WritePNG() function in SkDrawCommand
794 SkDrawCommand::WritePNG(encodedBitmap->bytes(), image.width(), image.height(), in flatten()