HomeSort by relevance Sort by last modified time
    Searched refs:m_DecodeMin (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 543 pCompData[i].m_DecodeMin = pDecode->GetNumber(i * 2);
545 pCompData[i].m_DecodeStep = (max - pCompData[i].m_DecodeMin) / max_data;
551 if (def_min != pCompData[i].m_DecodeMin || def_max != max) {
558 m_pColorSpace->GetDefaultValue(i, def_value, pCompData[i].m_DecodeMin,
564 (pCompData[i].m_DecodeStep - pCompData[i].m_DecodeMin) / max_data;
874 color_values[0] = m_pCompData[0].m_DecodeMin;
903 color_value[j] = m_pCompData[j].m_DecodeMin +
1024 color_values[color] = m_pCompData[color].m_DecodeMin +
    [all...]
render_int.h 471 FX_FLOAT m_DecodeMin;

Completed in 34 milliseconds