Home
last modified time | relevance | path

Searched refs:fontBBox (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp57 CPDF_Array* fontBBox = font_desc->GetArrayFor("FontBBox"); in CheckFontDescriptor() local
58 ASSERT_TRUE(fontBBox); in CheckFontDescriptor()
59 EXPECT_EQ(4U, fontBBox->GetCount()); in CheckFontDescriptor()
62 EXPECT_TRUE(fontBBox->GetIntegerAt(0) < fontBBox->GetIntegerAt(2)); in CheckFontDescriptor()
63 EXPECT_TRUE(fontBBox->GetIntegerAt(1) < fontBBox->GetIntegerAt(3)); in CheckFontDescriptor()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py2351 fontBBox = None
2355 if fontBBox is not None:
2356 fontBBox = unionRect(fontBBox, bounds)
2358 fontBBox = bounds
2360 if fontBBox is None:
2363 self.FontBBox = list(intRect(fontBBox))