OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_hasColorProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.h
47
virtual bool hasColorProfile() const OVERRIDE { return
m_hasColorProfile
; }
72
bool
m_hasColorProfile
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h
49
virtual bool hasColorProfile() const OVERRIDE { return
m_hasColorProfile
; }
68
void setHasColorProfile(bool hasColorProfile) {
m_hasColorProfile
= hasColorProfile; }
80
bool
m_hasColorProfile
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoder.h
97
bool
m_hasColorProfile
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.h
46
virtual bool hasColorProfile() const OVERRIDE { return
m_hasColorProfile
; }
62
bool
m_hasColorProfile
;
Completed in 122 milliseconds