OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hPos
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fde/
fde_iterator.cpp
25
canvas.
hPos
= pCanvas->GetFirstPosition();
26
if (!canvas.
hPos
)
44
pCanvas->
hPos
= pCanvas->pCanvas->GetFirstPosition();
45
return !!pCanvas->
hPos
;
60
if (!pCanvas->
hPos
) {
69
pCanvas->pCanvas->GetNext(pCanvas->
hPos
, pVisualSet);
77
canvas.
hPos
= canvas.pCanvas->GetFirstPosition();
89
} while (pCanvas->
hPos
);
fde_iterator.h
16
FX_POSITION
hPos
;
Completed in 293 milliseconds