/third_party/flutter/skia/src/codec/ |
D | SkBmpCodec.cpp | 123 SkCodecPrintf("Error: unknown bmp header format.\n"); in get_header_type() 131 SkCodecPrintf("Error: second bitmap header size is invalid.\n"); in get_header_type() 153 SkCodecPrintf("Error: unable to read first bitmap header.\n"); in ReadHeader() 160 SkCodecPrintf("Error: invalid starting location for pixel data\n"); in ReadHeader() 169 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader() 186 SkCodecPrintf("Error: unable to read size of second bitmap header.\n"); in ReadHeader() 191 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader() 208 SkCodecPrintf("Error: unable to read second bitmap header.\n"); in ReadHeader() 288 SkCodecPrintf("Error: invalid bitmap dimensions.\n"); in ReadHeader() 317 SkCodecPrintf("Warning: correcting invalid bitmap format.\n"); in ReadHeader() [all …]
|
D | SkIcoCodec.cpp | 38 SkCodecPrintf("Error: unable to read ico directory header.\n"); in MakeFromStream() 46 SkCodecPrintf("Error: No images embedded in ico.\n"); in MakeFromStream() 60 SkCodecPrintf("Error: OOM allocating ICO directory for %i images.\n", in MakeFromStream() 71 SkCodecPrintf("Error: Dir entries truncated in ico.\n"); in MakeFromStream() 120 SkCodecPrintf("Warning: invalid ico offset.\n"); in MakeFromStream() 127 SkCodecPrintf("Warning: could not skip to ico offset.\n"); in MakeFromStream() 135 SkCodecPrintf("Warning: OOM trying to create embedded stream.\n"); in MakeFromStream() 140 SkCodecPrintf("Warning: could not create embedded stream.\n"); in MakeFromStream() 166 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in MakeFromStream() 281 SkCodecPrintf("Error: No matching candidate image in ico.\n"); in onGetPixels() [all …]
|
D | SkBmpStandardCodec.cpp | 46 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels() 80 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable() 135 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable() 141 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable() 205 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode() 224 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows() 312 SkCodecPrintf("Warning: incomplete AND mask for bmp-in-ico.\n"); in decodeIcoMask()
|
D | SkBmpRLECodec.cpp | 80 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable() 112 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable() 118 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable() 129 SkCodecPrintf("Error: could not read RLE image data.\n"); in initializeStreamBuffer() 259 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode() 265 SkCodecPrintf("Error: cannot initialize stream buffer.\n"); in onPrepareToDecode() 395 SkCodecPrintf("Warning: invalid RLE input.\n"); in decodeRLE() 414 SkCodecPrintf("Warning: invalid RLE input.\n"); in decodeRLE()
|
D | SkCodecPriv.h | 19 #define SkCodecPrintf SkDebugf macro 21 #define SkCodecPrintf(...) macro 95 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in valid_alpha()
|
D | SkBmpMaskCodec.cpp | 36 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels() 87 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows()
|
D | SkJpegCodec.cpp | 149 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n"); in read_color_profile() 153 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n"); in read_color_profile() 161 SkCodecPrintf("ICC Profile Error: markerIndex is invalid.\n"); in read_color_profile() 165 SkCodecPrintf("ICC Profile Error: Duplicate value of markerIndex.\n"); in read_color_profile() 185 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers); in read_color_profile() 397 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in conversionSupported() 708 SkCodecPrintf("setjmp: Error from libjpeg\n"); in onStartScanlineDecode() 713 SkCodecPrintf("start decompress failed\n"); in onStartScanlineDecode()
|
D | SkWuffsCodec.cpp | 337 SkCodecPrintf("decodeFrameConfig: %s", status); in onStartIncrementalDecode() 388 SkCodecPrintf("decodeFrame: %s", status); in onIncrementalDecode() 673 SkCodecPrintf("initialize: %s", status); in reset_and_decode_image_config() 681 SkCodecPrintf("decode_image_config: %s", status); in reset_and_decode_image_config() 849 SkCodecPrintf("set_from_slice: %s", status); in SkWuffsCodec_MakeFromStream()
|
D | SkSampler.cpp | 60 SkCodecPrintf("Error: Unsupported dst color type for fill(). Doing nothing.\n"); in Fill()
|
D | SkJpegDecoderMgr.cpp | 22 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
|
/third_party/skia/src/codec/ |
D | SkBmpCodec.cpp | 126 SkCodecPrintf("Error: unknown bmp header format.\n"); in get_header_type() 134 SkCodecPrintf("Error: second bitmap header size is invalid.\n"); in get_header_type() 156 SkCodecPrintf("Error: unable to read first bitmap header.\n"); in ReadHeader() 163 SkCodecPrintf("Error: invalid starting location for pixel data\n"); in ReadHeader() 172 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader() 189 SkCodecPrintf("Error: unable to read size of second bitmap header.\n"); in ReadHeader() 194 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader() 211 SkCodecPrintf("Error: unable to read second bitmap header.\n"); in ReadHeader() 291 SkCodecPrintf("Error: invalid bitmap dimensions.\n"); in ReadHeader() 320 SkCodecPrintf("Warning: correcting invalid bitmap format.\n"); in ReadHeader() [all …]
|
D | SkIcoCodec.cpp | 54 SkCodecPrintf("Error: unable to read ico directory header.\n"); in MakeFromStream() 62 SkCodecPrintf("Error: No images embedded in ico.\n"); in MakeFromStream() 76 SkCodecPrintf("Error: OOM allocating ICO directory for %i images.\n", in MakeFromStream() 87 SkCodecPrintf("Error: Dir entries truncated in ico.\n"); in MakeFromStream() 136 SkCodecPrintf("Warning: invalid ico offset.\n"); in MakeFromStream() 143 SkCodecPrintf("Warning: could not skip to ico offset.\n"); in MakeFromStream() 149 SkCodecPrintf("Warning: could not create embedded stream.\n"); in MakeFromStream() 173 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in MakeFromStream() 288 SkCodecPrintf("Error: No matching candidate image in ico.\n"); in onGetPixels() 312 SkCodecPrintf("Error: No matching candidate image in ico.\n"); in onStartScanlineDecode() [all …]
|
D | SkBmpStandardCodec.cpp | 46 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels() 80 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable() 135 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable() 141 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable() 205 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode() 224 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows() 312 SkCodecPrintf("Warning: incomplete AND mask for bmp-in-ico.\n"); in decodeIcoMask()
|
D | SkBmpRLECodec.cpp | 83 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable() 115 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable() 121 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable() 132 SkCodecPrintf("Error: could not read RLE image data.\n"); in initializeStreamBuffer() 262 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode() 268 SkCodecPrintf("Error: cannot initialize stream buffer.\n"); in onPrepareToDecode() 398 SkCodecPrintf("Warning: invalid RLE input.\n"); in decodeRLE() 417 SkCodecPrintf("Warning: invalid RLE input.\n"); in decodeRLE()
|
D | SkCodecPriv.h | 19 #define SkCodecPrintf SkDebugf macro 21 #define SkCodecPrintf(...) macro 95 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in valid_alpha()
|
D | SkBmpMaskCodec.cpp | 36 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels() 87 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows()
|
D | SkJpegCodec.cpp | 98 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n"); in read_color_profile() 102 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n"); in read_color_profile() 110 SkCodecPrintf("ICC Profile Error: markerIndex is invalid.\n"); in read_color_profile() 114 SkCodecPrintf("ICC Profile Error: Duplicate value of markerIndex.\n"); in read_color_profile() 134 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers); in read_color_profile() 346 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in conversionSupported() 664 SkCodecPrintf("setjmp: Error from libjpeg\n"); in onStartScanlineDecode() 669 SkCodecPrintf("start decompress failed\n"); in onStartScanlineDecode()
|
D | SkWuffsCodec.cpp | 113 SkCodecPrintf("initialize: %s", status.message()); in reset_and_decode_image_config() 125 SkCodecPrintf("decode_image_config: %s", status.message()); in reset_and_decode_image_config() 435 SkCodecPrintf("decodeFrameConfig: %s", status); in onStartIncrementalDecode() 500 SkCodecPrintf("set_from_table: %s", status.message()); in onStartIncrementalDecodeOnePass() 539 SkCodecPrintf("set_from_slice: %s", status.message()); in onStartIncrementalDecodeTwoPass() 599 SkCodecPrintf("decodeFrame: %s", status); in onIncrementalDecodeOnePass() 624 SkCodecPrintf("decodeFrame: %s", status); in onIncrementalDecodeTwoPass()
|
D | SkSampler.cpp | 60 SkCodecPrintf("Error: Unsupported dst color type for fill(). Doing nothing.\n"); in Fill()
|
D | SkJpegDecoderMgr.cpp | 22 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
|
/third_party/skia/client_utils/android/ |
D | BitmapRegionDecoder.cpp | 19 SkCodecPrintf("Error: Failed to create codec.\n"); in Make() 76 SkCodecPrintf("Error: Could not get subset.\n"); in decodeRegion() 112 SkCodecPrintf("Error: Could not allocate pixels.\n"); in decodeRegion() 144 SkCodecPrintf("Error: Could not get pixels with message \"%s\".\n", in decodeRegion()
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 200 SkCodecPrintf("Frame %i not fully received\n", frameToDecode); in decodeNextFrame() 217 SkCodecPrintf("Error getting frameInfo for frame %i\n", in decodeNextFrame() 279 SkCodecPrintf("Failed to allocate pixels for frame\n"); in decodeNextFrame() 288 SkCodecPrintf("Failed to restore frame\n"); in decodeNextFrame() 306 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame() 328 SkCodecPrintf("Failed to getFrameInfo on second attempt (HEIF)"); in decodeNextFrame()
|
/third_party/flutter/skia/src/android/ |
D | SkBitmapRegionCodec.cpp | 46 SkCodecPrintf("Error: Could not get subset.\n"); in decodeRegion() 82 SkCodecPrintf("Error: Could not allocate pixels.\n"); in decodeRegion() 114 SkCodecPrintf("Error: Could not get pixels with message \"%s\".\n", in decodeRegion()
|
D | SkAnimatedImage.cpp | 198 SkCodecPrintf("Frame %i not fully received\n", frameToDecode); in decodeNextFrame() 215 SkCodecPrintf("Error getting frameInfo for frame %i\n", in decodeNextFrame() 276 SkCodecPrintf("Failed to allocate pixels for frame\n"); in decodeNextFrame() 285 SkCodecPrintf("Failed to restore frame\n"); in decodeNextFrame() 303 SkCodecPrintf("error %i, frame %i of %i\n", result, frameToDecode, fFrameCount); in decodeNextFrame()
|
D | SkBitmapRegionDecoder.cpp | 27 SkCodecPrintf("Error: Failed to create codec.\n"); in Create()
|