HomeSort by relevance Sort by last modified time
    Searched refs:origin_x (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 367 hb_position_t origin_x, origin_y; local
369 get_glyph_h_origin (glyph, &origin_x, &origin_y);
371 *x += origin_x;
377 hb_position_t origin_x, origin_y; local
379 get_glyph_v_origin (glyph, &origin_x, &origin_y);
381 *x += origin_x;
388 hb_position_t origin_x, origin_y; local
390 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
392 *x += origin_x;
399 hb_position_t origin_x, origin_y local
409 hb_position_t origin_x, origin_y; local
420 hb_position_t origin_x, origin_y; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 458 int origin_x = FXSYS_round(matrix.e); local
462 pGlyphAndPos[iChar].m_OriginX = origin_x;
465 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left,
620 FX_FLOAT origin_x = (FX_FLOAT)left; local
624 DrawTextString(pDevice, origin_x, origin_y, pFont, font_size, &matrix, str,
628 FX_FLOAT origin_x,
666 matrix.e = origin_x;
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 173 FX_FLOAT origin_x,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 1805 milliseconds