Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp111 CreateXObjectImageDict(info.width, info.height); in InitJPEG()
187 CreateXObjectImageDict(BitmapWidth, BitmapHeight); in SetImage()
278 CreateXObjectImageDict(mask_width, mask_height); in SetImage()
399 RetainPtr<CPDF_Dictionary> CPDF_Image::CreateXObjectImageDict(int width, in CreateXObjectImageDict() function in CPDF_Image
Dcpdf_image.h79 RetainPtr<CPDF_Dictionary> CreateXObjectImageDict(int width, int height);