Searched refs:c_index (Results 1 – 4 of 4) sorted by relevance
1280 int c_index = (fix_c + 4096) >> 13; in AdobeCMYK_to_sRGB1() local1284 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3; in AdobeCMYK_to_sRGB1()1289 if (c1_index == c_index) { in AdobeCMYK_to_sRGB1()1304 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3; in AdobeCMYK_to_sRGB1()1320 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index); in AdobeCMYK_to_sRGB1()
193 int c_index = 0; in _Obtain_Pal() local202 c_index = col; in _Obtain_Pal()205 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal()
4417 HConstant* c_index = HConstant::cast(index); in New() local4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()4420 int32_t i = c_index->Integer32Value(); in New()
10099 HConstant* c_index = HConstant::cast(index); in BuildStringCharCodeAt() local10100 if (c_string->HasStringValue() && c_index->HasNumberValue()) { in BuildStringCharCodeAt()10101 int32_t i = c_index->NumberValueAsInteger32(); in BuildStringCharCodeAt()