Searched refs:base_x (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc371 int base_x = static_cast<int>(floorf(x)); local
373 x -= base_x;
375 return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) +
376 ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) +
377 ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y +
378 ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh403 hb_position_t mark_x, mark_y, base_x, base_y;
406 glyph_anchor.get_anchor (c->font, c->buffer->info[glyph_pos].codepoint, &base_x, &base_y);
409 o.x_offset = base_x - mark_x;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh403 hb_position_t mark_x, mark_y, base_x, base_y;
406 glyph_anchor.get_anchor (c->font, c->buffer->info[glyph_pos].codepoint, &base_x, &base_y);
409 o.x_offset = base_x - mark_x;

Completed in 176 milliseconds