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

/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp108 int32_t x_ppem = m_Face->size->metrics.x_ppem; local
110 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
111 rtBBox.right = FPF_EM_ADJUST(x_ppem, cbox.xMax);
/external/harfbuzz_ng/test/api/
H A Dtest-font.c378 unsigned int x_ppem, y_ppem; local
430 x_ppem = y_ppem = 13;
431 hb_font_get_ppem (font, &x_ppem, NULL);
432 g_assert_cmpint (x_ppem, ==, 0);
433 x_ppem = y_ppem = 13;
436 x_ppem = y_ppem = 13;
437 hb_font_get_ppem (font, &x_ppem, &y_ppem);
438 g_assert_cmpint (x_ppem, ==, 0);
443 x_ppem = y_ppem = 13;
444 hb_font_get_ppem (font, &x_ppem,
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-cbdt-table.hh330 unsigned int *x_ppem, unsigned int *y_ppem) const
341 *x_ppem = sizeTables[i].ppemX;
329 find_table(hb_codepoint_t glyph, unsigned int *x_ppem, unsigned int *y_ppem) const argument
H A Dhb-font-private.hh108 unsigned int x_ppem; member in struct:hb_font_t
H A Dhb-ot-font.cc255 unsigned int x_ppem = upem, y_ppem = upem; /* TODO Use font ppem if available. */ local
260 const OT::IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem);
295 extents->x_bearing *= upem / (float) x_ppem;
297 extents->width *= upem / (float) x_ppem;
H A Dhb-font.cc1158 font->x_ppem = parent->x_ppem;
1189 0, /* x_ppem */
1501 * @x_ppem:
1510 unsigned int x_ppem,
1516 font->x_ppem = x_ppem;
1523 * @x_ppem: (out):
1532 unsigned int *x_ppem,
1535 if (x_ppem) *x_ppe
1509 hb_font_set_ppem(hb_font_t *font, unsigned int x_ppem, unsigned int y_ppem) argument
1531 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.hh131 bool use_x_device = font->x_ppem || font->num_coords;
263 unsigned int x_ppem = font->x_ppem; local
268 ret = (x_ppem || y_ppem) &&
270 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
298 if (font->x_ppem || font->num_coords)
/external/freetype/include/freetype/
H A Dfreetype.h349 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
359 /* values, and `x_ppem' and `y_ppem' to the pixel width and height */
374 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1487 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1535 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h345 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
355 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
370 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1455 /* x_ppem :: The width of the scaled EM square in pixels, hence */
1503 FT_UShort x_ppem; /* horizontal pixels per EM */ member in struct:FT_Size_Metrics_
/external/freetype/include/freetype/internal/
H A Dtttypes.h663 /* x_ppem :: The number of horizontal pixels per EM. */
689 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
736 /* x_ppem :: The number of horizontal pixels per EM. */
740 /* x_ppem_substitute :: Substitution x_ppem value. */
749 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h627 /* x_ppem :: The number of horizontal pixels per EM. */
653 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
700 /* x_ppem :: The number of horizontal pixels per EM. */
704 /* x_ppem_substitute :: Substitution x_ppem value. */
713 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_

Completed in 347 milliseconds