Searched defs:x_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;
408 hb_font_get_ppem (font, &x_ppem, NULL);
409 g_assert_cmpint (x_ppem, ==, 0);
410 x_ppem = y_ppem = 13;
413 x_ppem = y_ppem = 13;
414 hb_font_get_ppem (font, &x_ppem, &y_ppem);
415 g_assert_cmpint (x_ppem, ==, 0);
420 x_ppem = y_ppem = 13;
421 hb_font_get_ppem (font, &x_ppem,
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh169 unsigned int x_ppem; member in struct:hb_font_t
H A Dhb-font.cc816 font->x_ppem = parent->x_ppem;
836 0, /* x_ppem */
991 unsigned int x_ppem,
997 font->x_ppem = x_ppem;
1003 unsigned int *x_ppem,
1006 if (x_ppem) *x_ppem = font->x_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
121 x_ppem = font->x_ppem;
124 if (!x_ppem && !y_ppem) return;
128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++;
134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++;
240 unsigned int x_ppem = font->x_ppem; local
245 if (x_ppem || y_ppem)
247 *x = x_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
487 x_ppem = gpi->font->x_ppem;
509 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_PLACEMENT_DEVICE], x_ppem, &pixel_value );
519 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_ADVANCE_DEVICE], x_ppem, &pixel_value );
730 HB_UShort x_ppem, y_ppem; local
734 x_ppem = gpi->font->x_ppem;
778 _HB_OPEN_Get_Device( an->af.af3.DeviceTables[AF3_X_DEVICE_TABLE], x_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
487 x_ppem = gpi->font->x_ppem;
509 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_PLACEMENT_DEVICE], x_ppem, &pixel_value );
519 _HB_OPEN_Get_Device( vr->DeviceTables[VR_X_ADVANCE_DEVICE], x_ppem, &pixel_value );
730 HB_UShort x_ppem, y_ppem; local
734 x_ppem = gpi->font->x_ppem;
778 _HB_OPEN_Get_Device( an->af.af3.DeviceTables[AF3_X_DEVICE_TABLE], x_ppem, &pixel_value );
/external/freetype/include/freetype/
H A Dfreetype.h276 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
286 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
301 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1314 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1362 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/freetype/internal/
H A Dtttypes.h640 /* x_ppem :: The number of horizontal pixels per EM. */
667 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
714 /* x_ppem :: The number of horizontal pixels per EM. */
718 /* x_ppem_substitute :: Substitution x_ppem value. */
727 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 1029 milliseconds