Searched refs:maskDict (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp2758 Dict* maskDict; local
2765 maskDict = smaskObj.streamGetDict();
2766 maskDict->lookup(const_cast<char*>("Width"), &obj1);
2769 maskDict->lookup(const_cast<char*>("W"), &obj1);
2776 maskDict->lookup(const_cast<char*>("Height"), &obj1);
2779 maskDict->lookup(const_cast<char*>("H"), &obj1);
2786 maskDict->lookup(const_cast<char*>("BitsPerComponent"), &obj1);
2789 maskDict->lookup(const_cast<char*>("BPC"), &obj1);
2796 maskDict->lookup("Interpolate", &obj1);
2799 maskDict
[all...]

Completed in 51 milliseconds