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);
114 pDict->SetAtInteger(FX_BSTRC("Width"), BitmapWidth);
115 pDict->SetAtInteger(FX_BSTRC("Height"), BitmapHeight);
150 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 1);
181 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
190 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
217 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth);
218 pMaskDict->SetAtInteger(FX_BSTRC("Height"), maskHeight);
220 pMaskDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
233 pMaskDict->SetAtInteger(FX_BSTRC("Length"), mask_size);