Home
last modified time | relevance | path

Searched refs:m_bColored (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h33 bool colored() const { return m_bColored; } in colored()
45 bool m_bColored; variable
Dcpdf_tilingpattern.cpp22 m_bColored = pattern_obj()->GetDict()->GetIntegerFor("PaintType") == 1; in CPDF_TilingPattern()
34 m_bColored = pDict->GetIntegerFor("PaintType") == 1; in Load()
Dcpdf_streamcontentparser.h59 bool IsColored() const { return m_bColored; } in IsColored()
228 bool m_bColored = false; variable
Dcpdf_streamcontentparser.cpp715 m_bColored = true; in Handle_SetCharWidth()
722 m_bColored = false; in Handle_SetCachedDevice()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.h37 bool colored() const { return m_bColored; } in colored()
48 bool m_bColored = false; variable
Dcpdf_type3char.cpp39 if (m_bColored) in LoadBitmapFromSoleImageOfForm()
53 m_bColored = bColored; in InitializeFromStreamData()