Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.cpp16 : m_pForm(pForm), m_bColored(false) {} in CPDF_Type3Char()
24 if (m_pForm->GetPageObjectList()->size() != 1 || m_bColored) in LoadBitmap()
Dcpdf_type3char.h29 bool m_bColored; variable
/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h32 bool colored() const { return m_bColored; } in colored()
39 bool m_bColored;
Dcpdf_tilingpattern.cpp21 m_bColored = pDict->GetIntegerFor("PaintType") == 1; in CPDF_TilingPattern()
43 m_bColored = pDict->GetIntegerFor("PaintType") == 1; in Load()
Dcpdf_streamcontentparser.h48 bool IsColored() const { return m_bColored; } in IsColored()
217 bool m_bColored; variable
Dcpdf_contentparser.cpp184 m_pType3Char->m_bColored = m_pParser->IsColored(); in Continue()
Dcpdf_streamcontentparser.cpp277 m_bColored(false), in CPDF_StreamContentParser()
728 m_bColored = true; in Handle_SetCharWidth()
735 m_bColored = false; in Handle_SetCachedDevice()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1314 (!m_pType3Char->m_bColored || in GetFillArgb()
1315 (m_pType3Char->m_bColored && in GetFillArgb()
1342 (!m_pType3Char->m_bColored || in GetStrokeArgb()
1343 (m_pType3Char->m_bColored && in GetStrokeArgb()