Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:SetAtInteger

23     pDict->SetAtInteger("Width", width);
24 pDict->SetAtInteger("Height", height);
40 pDict->SetAtInteger("BitsPerComponent", bits);
45 pParms->SetAtInteger("ColorTransform", 0);
108 pDict->SetAtInteger(FX_BSTRC("Width"), BitmapWidth);
109 pDict->SetAtInteger(FX_BSTRC("Height"), BitmapHeight);
144 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 1);
175 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
184 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
212 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth);
213 pMaskDict->SetAtInteger(FX_BSTRC("Height"), maskHeight);
215 pMaskDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
227 pMaskDict->SetAtInteger(FX_BSTRC("Length"), mask_size);