OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pImageFileRead
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/fxfa/
cxfa_ffwidget.h
45
const RetainPtr<IFX_SeekableReadStream>&
pImageFileRead
,
cxfa_ffdoc.cpp
386
RetainPtr<IFX_SeekableStream>
pImageFileRead
=
391
pImageFileRead
, FXCODEC_IMAGE_UNKNOWN, iImageXDpi, iImageYDpi);
cxfa_ffwidget.cpp
151
const RetainPtr<IFX_SeekableReadStream>&
pImageFileRead
,
160
pProgressiveDecoder->LoadImageInfo(
pImageFileRead
, type, &dibAttr, false);
cxfa_widgetacc.cpp
171
RetainPtr<IFX_SeekableReadStream>
pImageFileRead
;
180
pImageFileRead
=
185
pImageFileRead
= pdfium::MakeRetain<CFX_MemoryStream>(
199
pImageFileRead
= pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL);
201
if (!
pImageFileRead
) {
207
XFA_LoadImageFromBuffer(
pImageFileRead
, type, iImageXDpi, iImageYDpi);
[
all
...]
Completed in 216 milliseconds