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

/external/harfbuzz_ng/test/api/
H A Dtest-font.c369 unsigned int x_ppem, y_ppem; local
407 x_ppem = y_ppem = 13;
410 x_ppem = y_ppem = 13;
411 hb_font_get_ppem (font, NULL, &y_ppem);
412 g_assert_cmpint (y_ppem, ==, 0);
413 x_ppem = y_ppem = 13;
414 hb_font_get_ppem (font, &x_ppem, &y_ppem);
416 g_assert_cmpint (y_ppem, ==, 0);
420 x_ppem = y_ppem = 13;
421 hb_font_get_ppem (font, &x_ppem, &y_ppem);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh170 unsigned int y_ppem; member in struct:hb_font_t
H A Dhb-font.cc817 font->y_ppem = parent->y_ppem;
837 0, /* y_ppem */
992 unsigned int y_ppem)
998 font->y_ppem = y_ppem;
1004 unsigned int *y_ppem)
1007 if (y_ppem) *y_ppem = font->y_ppem;
990 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1002 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
122 y_ppem = font->y_ppem;
124 if (!x_ppem && !y_ppem) return;
131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++;
138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++;
241 unsigned int y_ppem = font->y_ppem; local
245 if (x_ppem || y_ppem)
248 *y = y_ppem
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h255 HB_UShort x_ppem, y_ppem; member in struct:HB_Font_
H A Dharfbuzz-gpos.c480 HB_UShort x_ppem, y_ppem; local
488 y_ppem = gpi->font->y_ppem;
514 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_PLACEMENT_DEVICE], y_ppem, &pixel_value );
524 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_ADVANCE_DEVICE], y_ppem, &pixel_value );
730 HB_UShort x_ppem, y_ppem; local
735 y_ppem = gpi->font->y_ppem;
780 _HB_OPEN_Get_Device( an->af.af3.DeviceTables[AF3_Y_DEVICE_TABLE], y_ppem, &pixel_value );
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.h224 HB_UShort x_ppem, y_ppem; member in struct:HB_Font_
H A Dharfbuzz-gpos.c480 HB_UShort x_ppem, y_ppem; local
488 y_ppem = gpi->font->y_ppem;
514 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_PLACEMENT_DEVICE], y_ppem, &pixel_value );
524 _HB_OPEN_Get_Device( vr->DeviceTables[VR_Y_ADVANCE_DEVICE], y_ppem, &pixel_value );
730 HB_UShort x_ppem, y_ppem; local
735 y_ppem = gpi->font->y_ppem;
780 _HB_OPEN_Get_Device( an->af.af3.DeviceTables[AF3_Y_DEVICE_TABLE], y_ppem, &pixel_value );
/external/freetype/include/freetype/
H A Dfreetype.h279 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
286 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
302 FT_Pos y_ppem; member in struct:FT_Bitmap_Size_
1318 /* y_ppem :: The height of the scaled EM square in pixels, */
1363 FT_UShort y_ppem; /* vertical pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/freetype/internal/
H A Dtttypes.h642 /* y_ppem :: The number of vertical pixels per EM. */
668 FT_Byte y_ppem; member in struct:TT_SBit_StrikeRec_
716 /* y_ppem :: The number of vertical pixels per EM. */
720 /* y_ppem_substitute :: Substitution y_ppem value. */
728 FT_Byte y_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 217 milliseconds