Home
last modified time | relevance | path

Searched refs:FontBBox (Results 1 – 25 of 29) sorted by relevance

12

/external/freetype/src/tools/
Dtest_afm.c17 printf( "FontBBox: %.2f %.2f %.2f %.2f\n", fi->FontBBox.xMin / 65536., in dump_fontinfo()
18 fi->FontBBox.yMin / 65536., in dump_fontinfo()
19 fi->FontBBox.xMax / 65536., in dump_fontinfo()
20 fi->FontBBox.yMax / 65536. ); in dump_fontinfo()
/external/freetype/src/type1/
Dt1afm.c260 fi->FontBBox = t1_font->font_bbox; in T1_Read_Metrics()
297 t1_font->font_bbox = fi->FontBBox; in T1_Read_Metrics()
299 t1_face->bbox.xMin = fi->FontBBox.xMin >> 16; in T1_Read_Metrics()
300 t1_face->bbox.yMin = fi->FontBBox.yMin >> 16; in T1_Read_Metrics()
302 t1_face->bbox.xMax = ( fi->FontBBox.xMax + 0xFFFF ) >> 16; in T1_Read_Metrics()
303 t1_face->bbox.yMax = ( fi->FontBBox.yMax + 0xFFFF ) >> 16; in T1_Read_Metrics()
/external/pdfium/testing/resources/
Dfont_weight.in53 /FontBBox [-250 -236 2827 1000]
74 /FontBBox [-568 -307 2000 1007]
Dvertical_text.in71 /FontBBox [-166 -225 1000 931]
Dbug_642.in55 /FontBBox [-4 -21 114 70]
/external/pdfium/testing/resources/pixel/
Dbug_601362.in43 /FontBBox [0 -177 770 680]
66 /FontBBox [0 -177 770 680]
Dbug_845697.in42 /FontBBox [ -503 -250 1240 750 ]
Dbug_1388_2.in53 /FontBBox [-568 -307 2000 1007]
Dbug_820345.in60 /FontBBox [-250 -236 2827 1000]
Dtype3.in44 /FontBBox [0 0 32 52]
Dbug_1388.in61 /FontBBox [0 -215 1000 932]
Dbug_1402.in60 /FontBBox [-165 -221 1066 952]
Dbug_1308_1.in71 /FontBBox [-664 -324 2000 1005]
Dbug_591137.in30 /FontBBox [0 0 1000 1000]
Dbug_665467.in77 /FontBBox [ -599 -207 1338 1034 ]
Dbug_1457.in69 /FontBBox [-627.929688 -376.464844 2000.000000 1055.664063]
Dbug_984811.in113 /FontBBox [0 -215 1000 932]
Dbug_1021762.in70 /FontBBox [-627.929688 -376.464844 2000 1055.664063]
Dbug_1388_3.in54 /FontBBox [-628 -376 2000 1018]
/external/fonttools/Tests/cffLib/
DcffLib_test.py31 self.assertEqual(topDict.FontBBox, [-56, -100, 300, 200])
46 self.assertEqual(topDict.FontBBox, [0, 0, 0, 0])
/external/freetype/src/psaux/
Dafmparse.c914 fi->FontBBox.xMin = shared_vals[0].u.f; in afm_parser_parse()
915 fi->FontBBox.yMin = shared_vals[1].u.f; in afm_parser_parse()
916 fi->FontBBox.xMax = shared_vals[2].u.f; in afm_parser_parse()
917 fi->FontBBox.yMax = shared_vals[3].u.f; in afm_parser_parse()
/external/fonttools/Tests/t1Lib/data/
DTestT1-Regular.pfa24 /FontBBox {50.000000 0.000000 668.000000 750.000000} def
DTestT1-weird-zeros.pfa24 /FontBBox {50.000000 0.000000 668.000000 750.000000} def
/external/freetype/include/freetype/internal/
Dt1types.h174 FT_BBox FontBBox; member
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_e_a_d.py66 self.xMin, self.yMin, self.xMax, self.yMax = intRect(topDict.FontBBox)

12