Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp1895 int c_index = (fix_c + 4096) >> 13; in AdobeCMYK_to_sRGB1() local
1899 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()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp182 int c_index = 0; in _Obtain_Pal() local
191 c_index = col; in _Obtain_Pal()
194 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
DParticleSystem.java591 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++) {
/external/gemmlowp/test/
Dtest.cc99 const int c_index = i * c_i_stride + j * c_j_stride; in ReferenceEightBitIntGemm() local
100 c[c_index] = static_cast<uint8_t>(output); in ReferenceEightBitIntGemm()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3674 HConstant* c_index = HConstant::cast(index); in New() local
3675 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()
3677 int32_t i = c_index->Integer32Value(); in New()
Dhydrogen.cc11036 HConstant* c_index = HConstant::cast(index); in BuildStringCharCodeAt() local
11037 if (c_string->HasStringValue() && c_index->HasNumberValue()) { in BuildStringCharCodeAt()
11038 int32_t i = c_index->NumberValueAsInteger32(); in BuildStringCharCodeAt()