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

  /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/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...]
  /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

Completed in 130 milliseconds