HomeSort by relevance Sort by last modified time
    Searched defs:x_ppem (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 106 int32_t x_ppem = m_Face->size->metrics.x_ppem; local
108 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
109 rtBBox.right = FPF_EM_ADJUST(x_ppem, cbox.xMax);
  /external/harfbuzz_ng/test/api/
test-font.c 378 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, &y_ppem)
    [all...]
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 168 int x_ppem = floor(sizeX + 0.5); local
170 hb_font_set_ppem(font, x_ppem, y_ppem);
  /external/harfbuzz_ng/src/
hb-font-private.hh 108 unsigned int x_ppem; member in struct:hb_font_t
hb-ot-layout-gpos-table.hh 112 unsigned int x_ppem, y_ppem; local
132 x_ppem = font->x_ppem;
135 if (!x_ppem && !y_ppem) return;
139 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
147 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
260 unsigned int x_ppem = font->x_ppem; local
265 ret = (x_ppem || y_ppem) &&
267 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate)
    [all...]
  /external/freetype/include/freetype/
freetype.h 344 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
354 /* values and sets `x_ppem' and `y_ppem' to the pixel width and */
369 FT_Pos x_ppem; member in struct:FT_Bitmap_Size_
1520 FT_UShort x_ppem; \/* horizontal pixels per EM *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
freetype.h 345 /* 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_
1503 FT_UShort x_ppem; \/* horizontal pixels per EM *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h 345 /* 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_
1503 FT_UShort x_ppem; \/* horizontal pixels per EM *\/ member in struct:FT_Size_Metrics_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 345 /* 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_
1484 FT_UShort x_ppem; \/* horizontal pixels per EM *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 653 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
713 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 653 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
713 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 653 FT_Byte x_ppem; member in struct:TT_SBit_StrikeRec_
713 FT_Byte x_ppem; member in struct:TT_SBit_ScaleRec_
    [all...]

Completed in 277 milliseconds