HomeSort by relevance Sort by last modified time
    Searched refs:base_x (Results 1 - 4 of 4) 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/boringssl/src/crypto/ec_extra/
ec_asn1.c 381 CBS prime, a, b, base_x, base_y, order; local
382 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y,
400 integers_equal(&base_x, curve->params + param_len * 3, param_len) &&
  /external/pdfium/core/fxge/dib/
cstretchengine.cpp 271 double base_x = m_DestWidth > 0 ? 0.0f : m_DestWidth; local
273 double src_left = scale_x * (clip_rect.left + base_x);
274 double src_right = scale_x * (clip_rect.right + base_x);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 433 hb_position_t mark_x, mark_y, base_x, base_y; local
437 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
440 o.x_offset = base_x - mark_x;
    [all...]

Completed in 103 milliseconds