Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c381 CBS prime, a, b, base_x, base_y, order; in EC_KEY_parse_parameters() local
382 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y, in EC_KEY_parse_parameters()
400 integers_equal(&base_x, curve->params + param_len * 3, param_len) && in EC_KEY_parse_parameters()
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp271 double base_x = m_DestWidth > 0 ? 0.0f : m_DestWidth; in CStretchEngine() local
273 double src_left = scale_x * (clip_rect.left + base_x); in CStretchEngine()
274 double src_right = scale_x * (clip_rect.right + base_x); in CStretchEngine()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh433 hb_position_t mark_x, mark_y, base_x, base_y; in apply() local
437 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y); in apply()
440 o.x_offset = base_x - mark_x; in apply()