Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Ddib_int.h51 int dest_max,
Dfx_dib_engine.cpp51 int dest_max, in Calc() argument
66 if ((dest_max - dest_min) > (int)((1U << 30) - 4) / m_ItemSize) in Calc()
69 m_dwWeightTablesSize = (dest_max - dest_min) * m_ItemSize + 4; in Calc()
75 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
195 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h84 int dest_max,
Dfx_codec_progress.cpp48 int dest_max, in Calc() argument
64 m_pWeightTables.resize((dest_max - dest_min) * m_ItemSize + 4); in Calc()
66 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
95 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()