Searched refs:get_src_config (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp502 static bool get_src_config(const jpeg_decompress_struct& cinfo, function
673 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
905 if (!get_src_config(*cinfo, &sc, &srcBytesPerPixel)) {
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp502 static bool get_src_config(const jpeg_decompress_struct& cinfo, function
673 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
905 if (!get_src_config(*cinfo, &sc, &srcBytesPerPixel)) {

Completed in 60 milliseconds