Home
last modified time | relevance | path

Searched refs:m_pWeightTables (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h90 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
96 std::vector<uint8_t> m_pWeightTables; variable
106 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
111 std::vector<uint8_t> m_pWeightTables; variable
121 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
125 std::vector<uint8_t> m_pWeightTables; variable
Dfx_codec_progress.cpp64 m_pWeightTables.resize((dest_max - dest_min) * m_ItemSize + 4); in Calc()
155 m_pWeightTables.resize(size, 0); in Calc()
211 m_pWeightTables.resize(size, 0); in Calc()
/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp38 m_pWeightTables(nullptr), in CWeightTable()
42 FX_Free(m_pWeightTables); in ~CWeightTable()
56 FX_Free(m_pWeightTables); in Calc()
57 m_pWeightTables = nullptr; in Calc()
70 m_pWeightTables = FX_TryAlloc(uint8_t, m_dwWeightTablesSize); in Calc()
71 if (!m_pWeightTables) in Calc()
253 return reinterpret_cast<PixelWeight*>(m_pWeightTables + in GetPixelWeight()
Ddib_int.h63 uint8_t* m_pWeightTables; variable