Home | History | Annotate | Download | only in fonts

Lines Matching defs:font1

44     RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
48 glyphBuffer.add(42, font1.get(), 10);
49 glyphBuffer.add(43, font1.get(), 15);
67 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
71 glyphBuffer.add(42, font1.get(), 10);
72 glyphBuffer.add(43, font1.get(), 15);
90 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
94 glyphBuffer.add(42, font1.get(), 10);
95 glyphBuffer.add(43, font1.get(), 15);
101 EXPECT_EQ(font1.get(), glyphBuffer.fontDataAt(0));
102 EXPECT_EQ(font1.get(), glyphBuffer.fontDataAt(1));
108 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
112 glyphBuffer.add(42, font1.get(), 10);
113 glyphBuffer.add(43, font1.get(), 15);
126 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
130 glyphBuffer.add(42, font1.get(), 10);
131 glyphBuffer.add(43, font1.get(), 15);
144 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
148 glyphBuffer.add(42, font1.get(), 10);
149 glyphBuffer.add(43, font1.get(), 15);
178 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
182 glyphBuffer.add(42, font1.get(), 10);
183 glyphBuffer.add(43, font1.get(), 15);
202 EXPECT_EQ(font1.get(), glyphBuffer.fontDataAt(1));
203 EXPECT_EQ(font1.get(), glyphBuffer.fontDataAt(2));
208 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
212 glyphBuffer.add(42, font1.get(), 10);
213 glyphBuffer.add(43, font1.get(), 15);
225 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
229 glyphBuffer.add(42, font1.get(), 10);
230 glyphBuffer.add(43, font1.get(), 15);