OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIndexAtPos
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/include/fpdftext/
fpdf_text.h
103
virtual int
GetIndexAtPos
(CPDF_Point point,
107
virtual int
GetIndexAtPos
(FX_FLOAT x,
/external/pdfium/core/src/fpdftext/
text_int.h
68
int
GetIndexAtPos
(CPDF_Point point,
71
int
GetIndexAtPos
(FX_FLOAT x,
fpdf_text_int.cpp
321
int CPDF_TextPage::
GetIndexAtPos
(CPDF_Point point,
453
int CPDF_TextPage::
GetIndexAtPos
(FX_FLOAT x,
461
return
GetIndexAtPos
(point, xTolerance, yTolerance);
[
all
...]
/external/pdfium/fpdfsdk/src/
fpdftext.cpp
105
return textpage->
GetIndexAtPos
((FX_FLOAT)x, (FX_FLOAT)y, (FX_FLOAT)xTolerance,
Completed in 45 milliseconds