Home
last modified time | relevance | path

Searched defs:origin_x (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font-private.hh305 hb_position_t origin_x, origin_y; in add_glyph_origin_for_direction() local
317 hb_position_t origin_x, origin_y; in subtract_glyph_origin_for_direction() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp461 int origin_x = FXSYS_round(matrix.e); in ProcessType3Text() local
598 FX_FLOAT origin_x = (FX_FLOAT)left; in DrawTextString() local
603 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origi… in DrawTextString()