Searched refs:writeTransparentPixels (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/codec/ |
D | SkGifCodec.h | 36 int rowNumber, int repeatCount, bool writeTransparentPixels);
|
D | SkGifCodec.cpp | 412 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument 494 if (writeTransparentPixels) { in haveDecodedRow()
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.h | 33 int rowNumber, int repeatCount, bool writeTransparentPixels);
|
D | SkLibGifCodec.cpp | 417 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument 499 if (writeTransparentPixels) { in haveDecodedRow()
|
D | SkGifImageReader.cpp | 161 const bool writeTransparentPixels = in outputRow() local 164 drowStart, drowEnd - drowStart + 1, writeTransparentPixels); in outputRow()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 160 const bool writeTransparentPixels = in outputRow() local 163 drowStart, drowEnd - drowStart + 1, writeTransparentPixels); in outputRow()
|