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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBufferTest.cpp 45 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
50 glyphBuffer.add(44, font2.get(), FloatSize(12, 2));
68 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
73 glyphBuffer.add(44, font2.get(), FloatSize(12, 2));
91 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
96 glyphBuffer.add(44, font2.get(), FloatSize(12, 2));
103 EXPECT_EQ(font2.get(), glyphBuffer.fontDataAt(2));
109 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
114 glyphBuffer.add(44, font2.get(), FloatSize(12, 2));
127 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create() local
145 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
179 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
209 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
226 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create(); local
    [all...]
  /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...]

Completed in 102 milliseconds