Searched defs:y_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/base/
H A Dtiling_data_unittest.cc89 int y_index) {
91 return tiling.TilePositionY(y_index);
105 int y_index) {
107 return tiling.TileSizeY(y_index);
86 PosY(const gfx::Size& max_texture_size, const gfx::Rect& tiling_rect, bool has_border_texels, int y_index) argument
102 SizeY(const gfx::Size& max_texture_size, const gfx::Rect& tiling_rect, bool has_border_texels, int y_index) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp1282 int y_index = (fix_y + 4096) >> 13; local
1284 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3;
1297 if (y1_index == y_index) {
1306 int y1_pos = pos + (y1_index - y_index) * 9 * 3;
1328 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index);

Completed in 173 milliseconds