Lines Matching refs:resDict
297 Dict *resDict,
304 res(new GfxResources(xref, resDict, NULL)), // start the resource stack
355 Dict *resDict,
361 res(new GfxResources(xref, resDict, NULL)), // start the resource stack
927 Dict *dict, *resDict;
978 resDict = obj1.isDict() ? obj1.getDict() : (Dict *)NULL;
982 doForm1(str, resDict, m, bbox, gTrue, gTrue,
2410 Dict *resDict;
2469 if ((resDict = ((Gfx8BitFont *)font)->getResources())) {
2470 pushResources(resDict);
2478 if (resDict) {
2951 Dict *resDict;
3001 resDict = resObj.isDict() ? resObj.getDict() : (Dict *)NULL;
3034 doForm1(str, resDict, m, bbox,
3044 void PdfParser::doForm1(Object *str, Dict *resDict, double *matrix, double *bbox,
3055 pushResources(resDict);
3311 void PdfParser::pushResources(Dict *resDict) {
3312 res = new GfxResources(xref, resDict, res);