HomeSort by relevance Sort by last modified time
    Searched full:origin_y (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);
372 *y += origin_y;
377 hb_position_t origin_x, origin_y; local
379 get_glyph_v_origin (glyph, &origin_x, &origin_y);
382 *y += origin_y;
388 hb_position_t origin_x, origin_y; local
390 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
393 *y += origin_y;
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...]
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
normal_distribution_2d_test.cpp 27 static const float ORIGIN_Y = 0.0f;
33 const NormalDistribution2D distribution(ORIGIN_X, LARGE_STANDARD_DEVIATION, ORIGIN_Y,
52 const NormalDistribution2D distribution(ORIGIN_X, LARGE_STANDARD_DEVIATION, ORIGIN_Y,
54 const NormalDistribution2D rotatedDistribution(ORIGIN_X, LARGE_STANDARD_DEVIATION, ORIGIN_Y,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 459 int origin_y = FXSYS_round(matrix.f); local
463 pGlyphAndPos[iChar].m_OriginY = origin_y;
466 origin_y - pBitmap->m_Top, fill_argb);
621 FX_FLOAT origin_y = local
624 DrawTextString(pDevice, origin_x, origin_y, pFont, font_size, &matrix, str,
629 FX_FLOAT origin_y,
667 matrix.f = origin_y;
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 174 FX_FLOAT origin_y,
  /external/skia/include/core/
SkBitmap.h 417 * origin_y + bitmap_height <= pixelref_height
    [all...]

Completed in 285 milliseconds