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/src/fdp/src/fde/
fde_iterator.cpp
22
canvas.
hPos
= pCanvas->GetFirstPosition(NULL);
23
if (canvas.
hPos
== NULL) {
41
pCanvas->
hPos
= pCanvas->pCanvas->GetFirstPosition(NULL);
42
return pCanvas->
hPos
!= NULL;
53
if (pCanvas->
hPos
== NULL) {
62
pCanvas->hCanvas, pCanvas->
hPos
, pVisualSet);
69
canvas.
hPos
= canvas.pCanvas->GetFirstPosition(hObj);
86
} while (pCanvas->
hPos
!= NULL);
fde_iterator.h
12
FX_POSITION
hPos
;
Completed in 50 milliseconds