Searched defs:y_ppem (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp109 int32_t y_ppem = m_Face->size->metrics.y_ppem; local
112 rtBBox.top = FPF_EM_ADJUST(y_ppem, cbox.yMax);
113 rtBBox.bottom = FPF_EM_ADJUST(y_ppem, cbox.yMin);
/external/harfbuzz_ng/test/api/
H A Dtest-font.c403 unsigned int x_ppem, y_ppem; local
455 x_ppem = y_ppem = 13;
458 x_ppem = y_ppem = 13;
459 hb_font_get_ppem (font, NULL, &y_ppem);
460 g_assert_cmpint (y_ppem, ==, 0);
461 x_ppem = y_ppem = 13;
462 hb_font_get_ppem (font, &x_ppem, &y_ppem);
464 g_assert_cmpint (y_ppem, ==, 0);
468 x_ppem = y_ppem = 13;
469 hb_font_get_ppem (font, &x_ppem, &y_ppem);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh109 unsigned int y_ppem; member in struct:hb_font_t
H A Dhb-ot-cbdt-table.hh332 unsigned int *x_ppem, unsigned int *y_ppem) const
344 *y_ppem = sizeTables[i].ppemY;
404 unsigned int x_ppem = upem, y_ppem = upem; /* TODO Use font ppem if available. */ local
409 const IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem);
410 if (!subtable_record || !x_ppem || !y_ppem)
443 extents->y_bearing *= upem / (float) y_ppem;
445 extents->height *= upem / (float) y_ppem;
H A Dhb-font.cc1159 font->y_ppem = parent->y_ppem;
1202 0, /* y_ppem */
1541 * @y_ppem:
1550 unsigned int y_ppem)
1556 font->y_ppem = y_ppem;
1563 * @y_ppem: (out):
1572 unsigned int *y_ppem)
1575 if (y_ppem) *y_ppe
1548 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1570 hb_font_get_ppem(hb_font_t *font, unsigned int *x_ppem, unsigned int *y_ppem) argument
[all...]
H A Dhb-ot-layout-gpos-table.hh132 bool use_y_device = font->y_ppem || font->num_coords;
264 unsigned int y_ppem = font->y_ppem; local
268 ret = (x_ppem || y_ppem) &&
271 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate);
300 if (font->y_ppem || font->num_coords)
/external/freetype/include/freetype/
H A Dfreetype.h356 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
363 /* values, and `x_ppem' and `y_ppem' to the pixel width and height */
379 FT_Pos y_ppem; member in struct:FT_Bitmap_Size_
1546 /* y_ppem :: The height of the scaled EM square in pixels, */
1641 FT_UShort y_ppem; /* vertical pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/freetype/internal/
H A Dtttypes.h665 /* y_ppem :: The number of vertical pixels per EM. */
690 FT_Byte y_ppem; member in struct:TT_SBit_StrikeRec_
738 /* y_ppem :: The number of vertical pixels per EM. */
742 /* y_ppem_substitute :: Substitution y_ppem value. */
750 FT_Byte y_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 507 milliseconds