OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptRightBottom
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
175
CPDF_Point
ptRightBottom
=
177
return CPDF_Rect(ptLeftTop.x,
ptRightBottom
.y,
ptRightBottom
.x,
182
CPDF_Point
ptRightBottom
=
184
return CLST_Rect(ptLeftTop.x, ptLeftTop.y,
ptRightBottom
.x,
185
ptRightBottom
.y);
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
324
CPDF_Point
ptRightBottom
= InToOut(CPDF_Point(rect.right, rect.bottom));
325
return CPDF_Rect(ptLeftTop.x,
ptRightBottom
.y,
ptRightBottom
.x,
330
CPDF_Point
ptRightBottom
= OutToIn(CPDF_Point(rect.right, rect.bottom));
331
return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y,
ptRightBottom
.x,
332
ptRightBottom
.y);
Completed in 45 milliseconds