/frameworks/native/opengl/libagl/ |
dxt.cpp | 212 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) { 289 if (base_y + y >= height) { 324 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) { 395 if (base_y + y >= height) { 448 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) [all...] |
/hardware/samsung_slsi/exynos5/include/ |
s5p_tvout_v4l2.h | 117 void *base_y; member in struct:v4l2_vid_overlay_src 130 void *base_y; member in struct:v4l2_pix_format_s5p_tvout
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_unittests.cc | 426 int base_y = static_cast<int>(floorf(y)); local 428 y -= base_y; 429 return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) + 430 ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) + 431 ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y + 432 ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y); [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 404 hb_position_t mark_x, mark_y, base_x, base_y; 407 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y); 411 o.y_offset = base_y - mark_y; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 403 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); 410 o.y_offset = base_y - mark_y; [all...] |