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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBufferTest.cpp 44 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
48 glyphBuffer.add(42, font1.get(), 10);
49 glyphBuffer.add(43, font1.get(), 15);
67 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
71 glyphBuffer.add(42, font1.get(), 10);
72 glyphBuffer.add(43, font1.get(), 15);
90 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
94 glyphBuffer.add(42, font1.get(), 10);
95 glyphBuffer.add(43, font1.get(), 15);
101 EXPECT_EQ(font1.get(), glyphBuffer.fontDataAt(0))
108 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
126 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
144 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
178 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
208 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
225 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create(); local
    [all...]
  /external/harfbuzz_ng/test/api/
test-font.c 257 hb_font_t *font1; local
267 font1 = hb_font_create (face);
269 hb_font_set_scale (font1, 10, 10);
271 /* setup font1 */
275 hb_font_set_funcs (font1, ffuncs1, NULL, NULL);
279 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y));
282 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y));
285 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y));
288 x = hb_font_get_glyph_h_advance (font1, 1);
290 x = hb_font_get_glyph_h_advance (font1, 2)
    [all...]

Completed in 81 milliseconds