OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasImagePlanes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h
61
bool
hasImagePlanes
() const { return m_imagePlanes; }
JPEGImageDecoder.cpp
419
if (m_decoder->
hasImagePlanes
() && (yuvSubsampling(m_info) != YUV_UNKNOWN))
753
if (!
hasImagePlanes
())
[
all
...]
Completed in 294 milliseconds