Searched refs:m_colorTable (Results 1 – 2 of 2) sorted by relevance
241 …setRGBA(m_colorTable[colorIndex].rgbRed, m_colorTable[colorIndex].rgbGreen, m_colorTable[colorInde… in setI()334 Vector<RGBTriple> m_colorTable; variable
479 m_colorTable.resize(m_infoHeader.biClrUsed); in processColorTable()481 m_colorTable[i].rgbBlue = m_data->data()[m_decodedOffset++]; in processColorTable()482 m_colorTable[i].rgbGreen = m_data->data()[m_decodedOffset++]; in processColorTable()483 m_colorTable[i].rgbRed = m_data->data()[m_decodedOffset++]; in processColorTable()