OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_bColored
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fpdfapi/font/
cpdf_type3char.h
40
bool colored() const { return
m_bColored
; }
48
bool
m_bColored
= false;
/external/pdfium/core/fpdfapi/page/
cpdf_tilingpattern.h
32
bool colored() const { return
m_bColored
; }
39
bool
m_bColored
;
cpdf_streamcontentparser.h
51
bool IsColored() const { return
m_bColored
; }
221
bool
m_bColored
;
Completed in 1248 milliseconds