Lines Matching refs:resourcesDict

4165 …ool txField, bool forceZapfDingbats, XRef *xref, bool password, Dict *resourcesDict, const char *d…  in drawText()  argument
4220 if (xref != nullptr && resourcesDict != nullptr) { in drawText()
4222 … fontToFree = createAnnotDrawFont(xref, resourcesDict, tok->c_str() + 1, fallback); in drawText()
4550 … const GooString *da, const GfxResources *resources, int quadding, XRef *xref, Dict *resourcesDict) in drawListBox() argument
4595 if (xref != nullptr && resourcesDict != nullptr) { in drawListBox()
4597 … fontToFree = createAnnotDrawFont(xref, resourcesDict, tok->c_str() + 1, fallback); in drawListBox()
4835 … const GooString *appearState, XRef *xref, Dict *resourcesDict) in drawFormField() argument
4840 …eldButton *>(field), resources, da, border, appearCharacs, rect, appearState, xref, resourcesDict); in drawFormField()
4843 …st FormFieldText *>(field), form, resources, da, border, appearCharacs, rect, xref, resourcesDict); in drawFormField()
4845 … FormFieldChoice *>(field), form, resources, da, border, appearCharacs, rect, xref, resourcesDict); in drawFormField()
4848 …rmFieldSignature *>(field), form, resources, da, border, appearCharacs, rect, xref, resourcesDict); in drawFormField()
4859 … const GooString *appearState, XRef *xref, Dict *resourcesDict) in drawFormFieldButton() argument
4870 …arCharacs, rect, false, 0, fieldQuadCenter, false, true, xref, false, resourcesDict, "ZapfDingbats… in drawFormFieldButton()
4885 … border, appearCharacs, rect, false, 0, fieldQuadCenter, false, false, xref, false, resourcesDict); in drawFormFieldButton()
4891 …arCharacs, rect, false, 0, fieldQuadCenter, false, true, xref, false, resourcesDict, "ZapfDingbats… in drawFormFieldButton()
4893 …arCharacs, rect, false, 0, fieldQuadCenter, false, true, xref, false, resourcesDict, "ZapfDingbats… in drawFormFieldButton()
4903 … const PDFRectangle *rect, XRef *xref, Dict *resourcesDict) in drawFormFieldText() argument
4922 …eldText->isMultiline(), comb, quadding, true, false, xref, fieldText->isPassword(), resourcesDict); in drawFormFieldText()
4929 … const PDFRectangle *rect, XRef *xref, Dict *resourcesDict) in drawSignatureFieldText() argument
4937 …drawSignatureFieldText(contents, DefaultAppearance(_da), border, rect, xref, resourcesDict, 0, fal… in drawSignatureFieldText()
4943 …drawSignatureFieldText(leftText, daLeft, border, &rectLeft, xref, resourcesDict, 0, true /* center… in drawSignatureFieldText()
4946 …FieldText(contents, DefaultAppearance(_da), border, &rectRight, xref, resourcesDict, halfWidth, tr… in drawSignatureFieldText()
4962 …onst AnnotBorder *border, const PDFRectangle *rect, XRef *xref, Dict *resourcesDict, double leftMa… in drawSignatureFieldText() argument
4983 setChildDictEntryValue(resourcesDict, "XObject", imageResourceId, imageResourceRef, xref); in drawSignatureFieldText()
4994 GfxFont *font = createAnnotDrawFont(xref, resourcesDict, da.getFontName().getName()); in drawSignatureFieldText()
5045 … const PDFRectangle *rect, XRef *xref, Dict *resourcesDict) in drawFormFieldChoice() argument
5061 …sources, border, appearCharacs, rect, false, 0, quadding, true, false, xref, false, resourcesDict); in drawFormFieldChoice()
5066 return drawListBox(fieldChoice, border, rect, da, resources, quadding, xref, resourcesDict); in drawFormFieldChoice()