Searched defs:BBox (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfArtifactsDictionary_autogen.cpp23 SkRect SkPdfArtifactsDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfArtifactsDictionary
24 SkPdfNativeObject* ret = get("BBox", "");
32 return get("BBox", "") != NULL;
H A DSkPdfShadingDictionary_autogen.cpp67 SkRect SkPdfShadingDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfShadingDictionary
68 SkPdfNativeObject* ret = get("BBox", "");
76 return get("BBox", "") != NULL;
H A DSkPdfType1PatternDictionary_autogen.cpp59 SkRect SkPdfType1PatternDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfType1PatternDictionary
60 SkPdfNativeObject* ret = get("BBox", "");
68 return get("BBox", "") != NULL;
H A DSkPdfBlockLevelStructureElementsDictionary_autogen.cpp83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfBlockLevelStructureElementsDictionary
84 SkPdfNativeObject* ret = get("BBox", "");
92 return get("BBox", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.cpp71 SkRect SkPdfType1FormDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
72 SkPdfNativeObject* ret = get("BBox", "");
80 return get("BBox", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfArtifactsDictionary_autogen.cpp23 SkRect SkPdfArtifactsDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfArtifactsDictionary
24 SkPdfNativeObject* ret = get("BBox", "");
32 return get("BBox", "") != NULL;
H A DSkPdfShadingDictionary_autogen.cpp67 SkRect SkPdfShadingDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfShadingDictionary
68 SkPdfNativeObject* ret = get("BBox", "");
76 return get("BBox", "") != NULL;
H A DSkPdfType1PatternDictionary_autogen.cpp59 SkRect SkPdfType1PatternDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfType1PatternDictionary
60 SkPdfNativeObject* ret = get("BBox", "");
68 return get("BBox", "") != NULL;
H A DSkPdfBlockLevelStructureElementsDictionary_autogen.cpp83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfBlockLevelStructureElementsDictionary
84 SkPdfNativeObject* ret = get("BBox", "");
92 return get("BBox", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.cpp71 SkRect SkPdfType1FormDictionary::BBox(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
72 SkPdfNativeObject* ret = get("BBox", "");
80 return get("BBox", "") != NULL;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp75 FX_RECT BBox; local
76 pFont->GetCharBBox(charCode, BBox);
77 w = BBox.right - BBox.left;
H A Dfpdf_text_int.cpp1106 FX_RECT BBox; local
1107 pFont->GetCharBBox(charCode, BBox);
1108 w = BBox.right - BBox.left;
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp954 FX_RECT BBox; local
955 pFont->GetCharBBox(charCode, BBox);
956 w = BBox.right - BBox.left;

Completed in 235 milliseconds