HomeSort by relevance Sort by last modified time
    Searched defs:BBox (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfArtifactsDictionary_autogen.cpp 23 SkRect SkPdfArtifactsDictionary::BBox(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BBox", "");
32 return get("BBox", "") != NULL;
SkPdfShadingDictionary_autogen.cpp 67 SkRect SkPdfShadingDictionary::BBox(SkPdfNativeDoc* doc) {
68 SkPdfNativeObject* ret = get("BBox", "");
76 return get("BBox", "") != NULL;
SkPdfType1PatternDictionary_autogen.cpp 59 SkRect SkPdfType1PatternDictionary::BBox(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("BBox", "");
68 return get("BBox", "") != NULL;
SkPdfBlockLevelStructureElementsDictionary_autogen.cpp 83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("BBox", "");
92 return get("BBox", "") != NULL;
SkPdfType1FormDictionary_autogen.cpp 71 SkRect SkPdfType1FormDictionary::BBox(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("BBox", "");
80 return get("BBox", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfArtifactsDictionary_autogen.cpp 23 SkRect SkPdfArtifactsDictionary::BBox(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BBox", "");
32 return get("BBox", "") != NULL;
SkPdfShadingDictionary_autogen.cpp 67 SkRect SkPdfShadingDictionary::BBox(SkPdfNativeDoc* doc) {
68 SkPdfNativeObject* ret = get("BBox", "");
76 return get("BBox", "") != NULL;
SkPdfType1PatternDictionary_autogen.cpp 59 SkRect SkPdfType1PatternDictionary::BBox(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("BBox", "");
68 return get("BBox", "") != NULL;
SkPdfBlockLevelStructureElementsDictionary_autogen.cpp 83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("BBox", "");
92 return get("BBox", "") != NULL;
SkPdfType1FormDictionary_autogen.cpp 71 SkRect SkPdfType1FormDictionary::BBox(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("BBox", "");
80 return get("BBox", "") != NULL;
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 75 FX_RECT BBox;
76 pFont->GetCharBBox(charCode, BBox);
77 w = BBox.right - BBox.left;
fpdf_text_int.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 989 milliseconds