OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pAttachedData
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
182
virtual CFX_Matrix GetWindowMatrix(void*
pAttachedData
) = 0;
223
pAttachedData
(NULL),
246
void*
pAttachedData
; // optional
/external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h
88
CFX_Matrix GetWindowMatrix(void*
pAttachedData
) override;
/external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp
383
cp.
pAttachedData
= pPrivateData;
406
CFX_Matrix CFFL_FormFiller::GetWindowMatrix(void*
pAttachedData
) {
407
if (CFFL_PrivateData* pPrivateData = (CFFL_PrivateData*)
pAttachedData
) {
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
620
return m_sPrivateParam.
pAttachedData
;
Completed in 184 milliseconds