Home
last modified time | relevance | path

Searched refs:SkCodecPrintf (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/codec/
DSkBmpCodec.cpp122 SkCodecPrintf("Error: unknown bmp header format.\n"); in get_header_type()
130 SkCodecPrintf("Error: second bitmap header size is invalid.\n"); in get_header_type()
152 SkCodecPrintf("Error: unable to read first bitmap header.\n"); in ReadHeader()
159 SkCodecPrintf("Error: invalid starting location for pixel data\n"); in ReadHeader()
168 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader()
185 SkCodecPrintf("Error: unable to read size of second bitmap header.\n"); in ReadHeader()
190 SkCodecPrintf("Error: invalid second header size.\n"); in ReadHeader()
207 SkCodecPrintf("Error: unable to read second bitmap header.\n"); in ReadHeader()
282 SkCodecPrintf("Error: invalid bitmap dimensions.\n"); in ReadHeader()
311 SkCodecPrintf("Warning: correcting invalid bitmap format.\n"); in ReadHeader()
[all …]
DSkIcoCodec.cpp41 SkCodecPrintf("Error: unable to read ico directory header.\n"); in NewFromStream()
49 SkCodecPrintf("Error: No images embedded in ico.\n"); in NewFromStream()
63 SkCodecPrintf("Error: OOM allocating ICO directory for %i images.\n", in NewFromStream()
75 SkCodecPrintf("Error: Dir entries truncated in ico.\n"); in NewFromStream()
124 SkCodecPrintf("Warning: invalid ico offset.\n"); in NewFromStream()
131 SkCodecPrintf("Warning: could not skip to ico offset.\n"); in NewFromStream()
139 SkCodecPrintf("Warning: OOM trying to create embedded stream.\n"); in NewFromStream()
144 SkCodecPrintf("Warning: could not create embedded stream.\n"); in NewFromStream()
170 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in NewFromStream()
294 SkCodecPrintf("Error: No matching candidate image in ico.\n"); in onGetPixels()
[all …]
DSkBmpStandardCodec.cpp45 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels()
79 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable()
134 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable()
140 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable()
191 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode()
210 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows()
298 SkCodecPrintf("Warning: incomplete AND mask for bmp-in-ico.\n"); in decodeIcoMask()
DSkBmpRLECodec.cpp79 SkCodecPrintf("Error: unable to read color table.\n"); in createColorTable()
111 SkCodecPrintf("Error: pixel data offset less than color table size.\n"); in createColorTable()
117 SkCodecPrintf("Error: unable to skip to image data.\n"); in createColorTable()
128 SkCodecPrintf("Error: could not read RLE image data.\n"); in initializeStreamBuffer()
258 SkCodecPrintf("Error: could not create color table.\n"); in onPrepareToDecode()
264 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()
DSkBmpMaskCodec.cpp35 SkCodecPrintf("Error: scaling not supported.\n"); in onGetPixels()
86 SkCodecPrintf("Warning: incomplete input stream.\n"); in decodeRows()
DSkCodecPriv.h20 #define SkCodecPrintf SkDebugf macro
22 #define SkCodecPrintf(...) macro
93 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in valid_alpha()
DSkJpegCodec.cpp139 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n"); in get_icc_profile()
143 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n"); in get_icc_profile()
151 SkCodecPrintf("ICC Profile Error: markerIndex is invalid.\n"); in get_icc_profile()
155 SkCodecPrintf("ICC Profile Error: Duplicate value of markerIndex.\n"); in get_icc_profile()
175 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers); in get_icc_profile()
382 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in setOutputColorSpace()
702 SkCodecPrintf("setjmp: Error from libjpeg\n"); in onStartScanlineDecode()
716 SkCodecPrintf("start decompress failed\n"); in onStartScanlineDecode()
DSkSampler.cpp89 SkCodecPrintf("Error: Unsupported dst color type for fill(). Doing nothing.\n"); in Fill()
DSkJpegDecoderMgr.cpp22 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
DSkJpegUtility.cpp61 SkCodecPrintf("Failure to skip.\n"); in sk_skip_buffered_input_data()
DSkMasks.cpp105 SkCodecPrintf("Warning: Bit mask is not continuous.\n"); in process_mask()
DSkPngCodec.cpp47 SkCodecPrintf("------ png error %s\n", msg); in sk_error_fn()
52 SkCodecPrintf("----- png warning %s\n", msg); in sk_warning_fn()
972 SkCodecPrintf("Failed on png_read_update_info.\n"); in initializeXforms()
DSkRawCodec.cpp211 SkCodecPrintf("Error: Stream size exceeds the limit.\n"); in write()
701 SkCodecPrintf("Error: cannot convert input type to output type.\n"); in onGetPixels()
DSkHeifCodec.cpp177 SkCodecPrintf("Warning: an opaque image should be decoded as opaque " in setOutputColorFormat()
DSkGifCodec.cpp66 SkCodecPrintf("Gif Error: %s\n", msg); in gif_error()
DSkCodec.cpp89 SkCodecPrintf("Encoded image data could not peek or rewind to determine format!\n"); in NewFromStream()
/external/skia/src/android/
DSkBitmapRegionCodec.cpp47 SkCodecPrintf("Error: Could not get subset.\n"); in decodeRegion()
86 SkCodecPrintf("Error: Could not allocate pixels.\n"); in decodeRegion()
113 SkCodecPrintf("Error: Could not get pixels.\n"); in decodeRegion()
DSkBitmapRegionDecoder.cpp28 SkCodecPrintf("Error: Failed to create codec.\n"); in Create()