HomeSort by relevance Sort by last modified time
    Searched refs:base_y (Results 1 - 6 of 6) sorted by null

  /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_unittest.cc 466 int base_y = static_cast<int>(floorf(y)); local
468 y -= base_y;
469 return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) +
470 ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) +
471 ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y +
472 ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 236 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight); local
239 double src_top = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.top) + base_y);
240 double src_bottom = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.bottom) + base_y);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 410 hb_position_t mark_x, mark_y, base_x, base_y;
413 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
417 o.y_offset = base_y - mark_y;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 410 hb_position_t mark_x, mark_y, base_x, base_y;
413 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
417 o.y_offset = base_y - mark_y;
    [all...]

Completed in 868 milliseconds