Searched refs:base_x (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/ec/
H A Dec_asn1.c379 CBS prime, a, b, base_x, base_y, order; local
380 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y,
398 integers_equal(&base_x, curve->data->data + param_len * 3, param_len) &&
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp326 double base_x = m_DestWidth > 0 ? 0.0f : (FX_FLOAT)(m_DestWidth); local
328 double src_left = scale_x * ((FX_FLOAT)(clip_rect.left) + base_x);
329 double src_right = scale_x * ((FX_FLOAT)(clip_rect.right) + base_x);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh433 hb_position_t mark_x, mark_y, base_x, base_y; local
436 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
439 o.x_offset = base_x - mark_x;

Completed in 146 milliseconds