Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp276 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight); in CStretchEngine() local
279 double src_top = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.top) + base_y); in CStretchEngine()
280 double src_bottom = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.bottom) + base_y); 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()
436 o.y_offset = base_y - mark_y; in apply()