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

  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 34 float m_DecodeMin;
cpdf_dibsource.cpp 433 pCompData[i].m_DecodeMin = pDecode->GetNumberAt(i * 2);
435 pCompData[i].m_DecodeStep = (max - pCompData[i].m_DecodeMin) / max_data;
442 if (def_min != pCompData[i].m_DecodeMin || def_max != max)
448 m_pColorSpace->GetDefaultValue(i, &def_value, &pCompData[i].m_DecodeMin,
453 (pCompData[i].m_DecodeStep - pCompData[i].m_DecodeMin) / max_data;
764 color_values[0] = m_pCompData[0].m_DecodeMin;
793 color_value[j] = m_pCompData[j].m_DecodeMin +
917 color_values[color] = m_pCompData[color].m_DecodeMin +
942 color_values[color] = m_pCompData[color].m_DecodeMin +
    [all...]

Completed in 4957 milliseconds