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

  /frameworks/native/opengl/libagl/
dxt.cpp 214 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) {
293 int w = min(width - base_x, 4);
326 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) {
399 int w = min(width - base_x, 4);
450 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4)
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 465 int base_x = static_cast<int>(floorf(x)); local
467 x -= base_x;
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 235 double base_x = m_DestWidth > 0 ? 0.0f : (FX_FLOAT)(m_DestWidth); local
237 double src_left = FXSYS_Mul(scale_x, (FX_FLOAT)(clip_rect.left) + base_x);
238 double src_right = FXSYS_Mul(scale_x, (FX_FLOAT)(clip_rect.right) + base_x);
    [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);
416 o.x_offset = base_x - mark_x;
    [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);
416 o.x_offset = base_x - mark_x;
    [all...]

Completed in 233 milliseconds