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.h32 bool colored() const { return m_bColored; } in colored()
39 bool m_bColored;
Dcpdf_tilingpattern.cpp20 m_bColored = pattern_obj()->GetDict()->GetIntegerFor("PaintType") == 1; in CPDF_TilingPattern()
42 m_bColored = pDict->GetIntegerFor("PaintType") == 1; in Load()
Dcpdf_streamcontentparser.h51 bool IsColored() const { return m_bColored; } in IsColored()
221 bool m_bColored; variable
Dcpdf_streamcontentparser.cpp265 m_bColored(false), in CPDF_StreamContentParser()
718 m_bColored = true; in Handle_SetCharWidth()
725 m_bColored = false; in Handle_SetCachedDevice()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.h40 bool colored() const { return m_bColored; } in colored()
48 bool m_bColored = false; variable
Dcpdf_type3char.cpp43 if (m_pForm->GetPageObjectList()->size() != 1 || m_bColored) in LoadBitmap()
72 m_bColored = bColored; in InitializeFromStreamData()