OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBTPoint
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
159
CPDF_Point
GetBTPoint
() const {
168
return CPDF_Point(point.x +
GetBTPoint
().x,
GetBTPoint
().y - point.y);
171
return CPDF_Point(point.x -
GetBTPoint
().x,
GetBTPoint
().y - point.y);
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
310
CPDF_Point
GetBTPoint
() const {
317
return CPDF_Point(point.x +
GetBTPoint
().x,
GetBTPoint
().y - point.y);
320
return CPDF_Point(point.x -
GetBTPoint
().x,
GetBTPoint
().y - point.y);
Completed in 1244 milliseconds