Lines Matching refs:dict

756     printf("  gfx state dict: ");
927 Dict *dict, *resDict;
937 // get stream dict
938 dict = str->streamGetDict();
941 dict->lookup(const_cast<char*>("FormType"), &obj1);
948 dict->lookup(const_cast<char*>("BBox"), &obj1);
962 dict->lookup(const_cast<char*>("Matrix"), &obj1);
977 dict->lookup(const_cast<char*>("Resources"), &obj1);
2574 Dict *dict;
2592 // get stream dict
2593 dict = str->getDict();
2596 dict->lookup(const_cast<char*>("Width"), &obj1);
2599 dict->lookup(const_cast<char*>("W"), &obj1);
2611 dict->lookup(const_cast<char*>("Height"), &obj1);
2614 dict->lookup(const_cast<char*>("H"), &obj1);
2628 dict->lookup("Interpolate", &obj1);
2631 dict->lookup("I", &obj1);
2641 dict->lookup(const_cast<char*>("ImageMask"), &obj1);
2644 dict->lookup(const_cast<char*>("IM"), &obj1);
2657 dict->lookup(const_cast<char*>("BitsPerComponent"), &obj1);
2660 dict->lookup(const_cast<char*>("BPC"), &obj1);
2679 dict->lookup(const_cast<char*>("Decode"), &obj1);
2682 dict->lookup(const_cast<char*>("D"), &obj1);
2701 dict->lookup(const_cast<char*>("ColorSpace"), &obj1);
2704 dict->lookup(const_cast<char*>("CS"), &obj1);
2736 dict->lookup(const_cast<char*>("Decode"), &obj1);
2739 dict->lookup(const_cast<char*>("D"), &obj1);
2756 dict->lookup(const_cast<char*>("Mask"), &maskObj);
2757 dict->lookup(const_cast<char*>("SMask"), &smaskObj);
2945 Dict *dict;
2960 // get stream dict
2961 dict = str->streamGetDict();
2964 dict->lookup(const_cast<char*>("FormType"), &obj1);
2971 dict->lookup(const_cast<char*>("BBox"), &bboxObj);
2985 dict->lookup(const_cast<char*>("Matrix"), &matrixObj);
3000 dict->lookup(const_cast<char*>("Resources"), &resObj);
3006 if (dict->lookup(const_cast<char*>("Group"), &obj1)->isDict()) {
3144 // build dict/stream
3163 Object dict;
3169 dict.initDict(xref);
3183 dict.dictAdd(key, &obj);
3190 dict.free();
3196 str = new EmbedStream(parser->getStream(), &dict, gFalse, 0);
3197 str = str->addFilters(&dict);