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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp1280 int c_index = (fix_c + 4096) >> 13; local
1284 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3;
1289 if (c1_index == c_index) {
1304 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3;
1320 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp193 int c_index = 0; local
202 c_index = col;
205 dest_pal[row] = win_mac_pal[c_index];
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc4417 HConstant* c_index = HConstant::cast(index); local
4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) {
4420 int32_t i = c_index->Integer32Value();
H A Dhydrogen.cc10099 HConstant* c_index = HConstant::cast(index); local
10100 if (c_string->HasStringValue() && c_index->HasNumberValue()) {
10101 int32_t i = c_index->NumberValueAsInteger32();

Completed in 1437 milliseconds