Home
last modified time | relevance | path

Searched refs:c_index (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp1280 int c_index = (fix_c + 4096) >> 13; in AdobeCMYK_to_sRGB1() local
1284 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()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp193 int c_index = 0; in _Obtain_Pal() local
202 c_index = col; in _Obtain_Pal()
205 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal()
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc4417 HConstant* c_index = HConstant::cast(index); in New() local
4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()
4420 int32_t i = c_index->Integer32Value(); in New()
Dhydrogen.cc10099 HConstant* c_index = HConstant::cast(index); in BuildStringCharCodeAt() local
10100 if (c_string->HasStringValue() && c_index->HasNumberValue()) { in BuildStringCharCodeAt()
10101 int32_t i = c_index->NumberValueAsInteger32(); in BuildStringCharCodeAt()