Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp275 double base_x = m_DestWidth > 0 ? 0.0f : (FX_FLOAT)(m_DestWidth); in CStretchEngine() local
277 double src_left = FXSYS_Mul(scale_x, (FX_FLOAT)(clip_rect.left) + base_x); in CStretchEngine()
278 double src_right = FXSYS_Mul(scale_x, (FX_FLOAT)(clip_rect.right) + base_x); in CStretchEngine()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh429 hb_position_t mark_x, mark_y, base_x, base_y; in apply() local
432 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y); in apply()
435 o.x_offset = base_x - mark_x; in apply()