AnnotBorderStyle 65 lib/pdf/xpdf/Annot.cc AnnotBorderStyle::AnnotBorderStyle(AnnotBorderType typeA, double widthA,
AnnotBorderStyle 77 lib/pdf/xpdf/Annot.cc AnnotBorderStyle::~AnnotBorderStyle() {
AnnotBorderStyle 241 lib/pdf/xpdf/Annot.cc borderStyle = new AnnotBorderStyle(borderType, borderWidth,
AnnotBorderStyle 1426 lib/pdf/xpdf/Annot.cc gfx->drawAnnot(&obj, isLink ? borderStyle : (AnnotBorderStyle *)NULL,
AnnotBorderStyle 35 lib/pdf/xpdf/Annot.h class AnnotBorderStyle {
AnnotBorderStyle 38 lib/pdf/xpdf/Annot.h AnnotBorderStyle(AnnotBorderType typeA, double widthA,
AnnotBorderStyle 41 lib/pdf/xpdf/Annot.h ~AnnotBorderStyle();
AnnotBorderStyle 75 lib/pdf/xpdf/Annot.h AnnotBorderStyle *getBorderStyle() { return borderStyle; }
AnnotBorderStyle 108 lib/pdf/xpdf/Annot.h AnnotBorderStyle *borderStyle;
AnnotBorderStyle 45 lib/pdf/xpdf/Gfx.h class AnnotBorderStyle;
AnnotBorderStyle 132 lib/pdf/xpdf/Gfx.h void drawAnnot(Object *str, AnnotBorderStyle *borderStyle,