Searched refs:c_index (Results 1 – 6 of 6) sorted by relevance
1895 int c_index = (fix_c + 4096) >> 13; in AdobeCMYK_to_sRGB1() local1899 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3; in AdobeCMYK_to_sRGB1()1904 if (c1_index == c_index) { in AdobeCMYK_to_sRGB1()1919 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3; in AdobeCMYK_to_sRGB1()1935 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index); in AdobeCMYK_to_sRGB1()
182 int c_index = 0; in _Obtain_Pal() local191 c_index = col; in _Obtain_Pal()194 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal()
591 int c_index = 0;603 for (; c_index < m_proxyCount; c_index++) {604 Proxy c = m_proxyBuffer[c_index];611 for (int b_index = c_index; b_index < m_proxyCount; b_index++) {
99 const int c_index = i * c_i_stride + j * c_j_stride; in ReferenceEightBitIntGemm() local100 c[c_index] = static_cast<uint8_t>(output); in ReferenceEightBitIntGemm()
3674 HConstant* c_index = HConstant::cast(index); in New() local3675 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()3677 int32_t i = c_index->Integer32Value(); in New()
11036 HConstant* c_index = HConstant::cast(index); in BuildStringCharCodeAt() local11037 if (c_string->HasStringValue() && c_index->HasNumberValue()) { in BuildStringCharCodeAt()11038 int32_t i = c_index->NumberValueAsInteger32(); in BuildStringCharCodeAt()