Searched defs:x_ppem (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp110 FX_INT32 x_ppem = m_Face->size->metrics.x_ppem; local
112 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
113 rtBBox.right = FPF_EM_ADJUST(x_ppem, cbox.xMax);
/external/harfbuzz_ng/test/api/
H A Dtest-font.c368 unsigned int x_ppem, y_ppem; local
406 x_ppem = y_ppem = 13;
407 hb_font_get_ppem (font, &x_ppem, NULL);
408 g_assert_cmpint (x_ppem, ==, 0);
409 x_ppem = y_ppem = 13;
412 x_ppem = y_ppem = 13;
413 hb_font_get_ppem (font, &x_ppem, &y_ppem);
414 g_assert_cmpint (x_ppem, ==, 0);
419 x_ppem = y_ppem = 13;
420 hb_font_get_ppem (font, &x_ppem,
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh103 unsigned int x_ppem; member in struct:hb_font_t
H A Dhb-font.cc895 font->x_ppem = parent->x_ppem;
924 0, /* x_ppem */
1202 * @x_ppem:
1211 unsigned int x_ppem,
1217 font->x_ppem = x_ppem;
1224 * @x_ppem: (out):
1233 unsigned int *x_ppem,
1236 if (x_ppem) *x_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
123 x_ppem = font->x_ppem;
126 if (!x_ppem && !y_ppem) return;
130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
246 unsigned int x_ppem = font->x_ppem; local
251 ret = (x_ppem || y_ppem) &&
253 *x = ret && x_ppem
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh103 unsigned int x_ppem; member in struct:hb_font_t
H A Dhb-font.cc895 font->x_ppem = parent->x_ppem;
924 0, /* x_ppem */
1202 * @x_ppem:
1211 unsigned int x_ppem,
1217 font->x_ppem = x_ppem;
1224 * @x_ppem: (out):
1233 unsigned int *x_ppem,
1236 if (x_ppem) *x_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
123 x_ppem = font->x_ppem;
126 if (!x_ppem && !y_ppem) return;
130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
246 unsigned int x_ppem = font->x_ppem; local
251 ret = (x_ppem || y_ppem) &&
253 *x = ret && x_ppem
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h280 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
290 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
305 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1321 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1369 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/
H A Dfreetype.h315 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
325 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
340 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1379 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1427 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h280 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
290 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
305 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1327 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1375 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h280 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
290 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
305 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1327 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1375 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h559 /* x_ppem :: The number of horizontal pixels per EM. */
586 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
633 /* x_ppem :: The number of horizontal pixels per EM. */
637 /* x_ppem_substitute :: Substitution x_ppem value. */
646 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
/external/freetype/include/internal/
H A Dtttypes.h628 /* x_ppem :: The number of horizontal pixels per EM. */
655 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
702 /* x_ppem :: The number of horizontal pixels per EM. */
706 /* x_ppem_substitute :: Substitution x_ppem value. */
715 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h559 /* x_ppem :: The number of horizontal pixels per EM. */
586 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
633 /* x_ppem :: The number of horizontal pixels per EM. */
637 /* x_ppem_substitute :: Substitution x_ppem value. */
646 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h559 /* x_ppem :: The number of horizontal pixels per EM. */
586 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
633 /* x_ppem :: The number of horizontal pixels per EM. */
637 /* x_ppem_substitute :: Substitution x_ppem value. */
646 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 2989 milliseconds