Home
last modified time | relevance | path

Searched refs:CreateXObjectImageDict (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp98 CreateXObjectImageDict(info.width, info.height); in InitJPEG()
174 CreateXObjectImageDict(BitmapWidth, BitmapHeight); in SetImage()
267 CreateXObjectImageDict(maskWidth, maskHeight); in SetImage()
392 RetainPtr<CPDF_Dictionary> CPDF_Image::CreateXObjectImageDict(int width, in CreateXObjectImageDict() function in CPDF_Image
Dcpdf_image.h82 RetainPtr<CPDF_Dictionary> CreateXObjectImageDict(int width, int height);