Home
last modified time | relevance | path

Searched refs:hasImagePlanes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.h61 bool hasImagePlanes() const { return m_imagePlanes; } in hasImagePlanes() function
DJPEGImageDecoder.cpp419 if (m_decoder->hasImagePlanes() && (yuvSubsampling(m_info) != YUV_UNKNOWN)) in decode()
753 if (!hasImagePlanes()) in decodeToYUV()
927 if (hasImagePlanes()) { in outputScanlines()
1008 …& (m_frameBufferCache[0].status() == ImageFrame::FrameComplete)) || (hasImagePlanes() && !onlySize… in decode()