Home
last modified time | relevance | path

Searched refs:m_Comps (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h51 return {m_Comps.data(), m_Comps.size()}; in GetComps()
61 std::array<float, kMaxPatternColorComps> m_Comps; variable
Dcpdf_colorspace.cpp444 std::fill(std::begin(m_Comps), std::end(m_Comps), 0.0f); in PatternValue()
452 CHECK(comps.size() <= m_Comps.size()); in SetComps()
453 std::copy(std::begin(comps), std::end(comps), std::begin(m_Comps)); in SetComps()