Home
last modified time | relevance | path

Searched refs:BBox (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp75 FX_RECT BBox; in GetCharWidth() local
76 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
77 w = BBox.right - BBox.left; in GetCharWidth()
Dfpdf_text_int.cpp1132 FX_RECT BBox; in GetCharWidth() local
1133 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
1134 w = BBox.right - BBox.left; in GetCharWidth()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfArtifactsDictionary_autogen.cpp23 SkRect SkPdfArtifactsDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() function in SkPdfArtifactsDictionary
DSkPdfType1FormDictionary_autogen.h39 SkRect BBox(SkPdfNativeDoc* doc);
DSkPdfShadingDictionary_autogen.cpp67 SkRect SkPdfShadingDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() function in SkPdfShadingDictionary
DSkPdfType1PatternDictionary_autogen.cpp59 SkRect SkPdfType1PatternDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() function in SkPdfType1PatternDictionary
DSkPdfBlockLevelStructureElementsDictionary_autogen.cpp83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() function in SkPdfBlockLevelStructureElementsDictionary
DSkPdfType1FormDictionary_autogen.cpp71 SkRect SkPdfType1FormDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() function in SkPdfType1FormDictionary
DSkPdfShadingDictionary_autogen.h514 SkRect BBox(SkPdfNativeDoc* doc);
DSkPdfBlockLevelStructureElementsDictionary_autogen.h533 SkRect BBox(SkPdfNativeDoc* doc);
DSkPdfType1PatternDictionary_autogen.h529 SkRect BBox(SkPdfNativeDoc* doc);
DSkPdfArtifactsDictionary_autogen.h523 SkRect BBox(SkPdfNativeDoc* doc);
/external/pdfium/testing/resources/
Dbug_451265.in63 /BBox [0 0 225 161]
Dbug_487928.in63 /BBox [0 0 75.907 28.472]
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp945 FX_RECT BBox; in GetCharWidth() local
946 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
947 w = BBox.right - BBox.left; in GetCharWidth()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp711 SkRect bbox = skobj->BBox(pdfContext->fPdfDoc); in doXObject_Form()
766 SkRect bbox = skobj->BBox(pdfContext->fPdfDoc); in doXObject_Pattern()