/external/harfbuzz_ng/test/api/ |
test-font.c | 258 hb_font_t *font2; local 294 font2 = hb_font_create_sub_font (font1); 298 /* setup font2 to override some funcs */ 301 hb_font_set_funcs (font2, ffuncs2, NULL, NULL); 305 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); 308 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); 311 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); 314 x = hb_font_get_glyph_h_advance (font2, 1); 316 x = hb_font_get_glyph_h_advance (font2, 2); 320 font3 = hb_font_create_sub_font (font2); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface_Delegate.java | 110 Font font2 = ffd2.getFont(weight, isItalic); 112 && font2 != null; 117 fonts.add(font2);
|
FontFamily_Delegate.java | 430 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) { 431 int score = Math.abs(font1.mWeight - font2.mWeight); 432 if (font1.mIsItalic != font2.mIsItalic) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libcurses.so | |
libncurses.so | |
libncurses.so.5 | |
libncurses.so.5.7 | |
libtermcap.so | |
libcurses.a | [all...] |
libncurses.a | [all...] |
libtermcap.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libtinfo.so | |
libtinfo.so.5 | |
libtinfo.so.5.9 | |
libtermcap.a | [all...] |
libtinfo.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/ |
libtermcap.a | [all...] |
libtinfo.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/ |
libcurses.a | [all...] |
libncurses.a | [all...] |
libtermcap.a | [all...] |