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

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp111 FX_INT32 y_ppem = m_Face->size->metrics.y_ppem; local
114 rtBBox.top = FPF_EM_ADJUST(y_ppem, cbox.yMax);
115 rtBBox.bottom = FPF_EM_ADJUST(y_ppem, cbox.yMin);
/external/harfbuzz_ng/test/api/
H A Dtest-font.c368 unsigned int x_ppem, y_ppem; local
406 x_ppem = y_ppem = 13;
409 x_ppem = y_ppem = 13;
410 hb_font_get_ppem (font, NULL, &y_ppem);
411 g_assert_cmpint (y_ppem, ==, 0);
412 x_ppem = y_ppem = 13;
413 hb_font_get_ppem (font, &x_ppem, &y_ppem);
415 g_assert_cmpint (y_ppem, ==, 0);
419 x_ppem = y_ppem = 13;
420 hb_font_get_ppem (font, &x_ppem, &y_ppem);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh104 unsigned int y_ppem; member in struct:hb_font_t
H A Dhb-font.cc896 font->y_ppem = parent->y_ppem;
925 0, /* y_ppem */
1203 * @y_ppem:
1212 unsigned int y_ppem)
1218 font->y_ppem = y_ppem;
1225 * @y_ppem: (out):
1234 unsigned int *y_ppem)
1237 if (y_ppem) *y_ppe
1210 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1232 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.hh103 unsigned int x_ppem, y_ppem; local
124 y_ppem = font->y_ppem;
126 if (!x_ppem && !y_ppem) return;
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
247 unsigned int y_ppem = font->y_ppem; local
251 ret = (x_ppem || y_ppem) &&
254 *y = ret && y_ppem
[all...]
/external/freetype/include/
H A Dfreetype.h348 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
355 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
371 FT_Pos y_ppem; member in struct:FT_Bitmap_Size_
1440 /* y_ppem :: The height of the scaled EM square in pixels, */
1485 FT_UShort y_ppem; /* vertical pixels per EM */ member in struct:FT_Size_Metrics_
/external/pdfium/third_party/freetype/include/
H A Dfreetype.h348 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
355 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
371 FT_Pos y_ppem; member in struct:FT_Bitmap_Size_
1420 /* y_ppem :: The height of the scaled EM square in pixels, */
1465 FT_UShort y_ppem; /* vertical pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/internal/
H A Dtttypes.h629 /* y_ppem :: The number of vertical pixels per EM. */
654 FT_Byte y_ppem; member in struct:TT_SBit_StrikeRec_
702 /* y_ppem :: The number of vertical pixels per EM. */
706 /* y_ppem_substitute :: Substitution y_ppem value. */
714 FT_Byte y_ppem; member in struct:TT_SBit_ScaleRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h630 /* y_ppem :: The number of vertical pixels per EM. */
656 FT_Byte y_ppem; member in struct:TT_SBit_StrikeRec_
704 /* y_ppem :: The number of vertical pixels per EM. */
708 /* y_ppem_substitute :: Substitution y_ppem value. */
716 FT_Byte y_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 278 milliseconds