Home
last modified time | relevance | path

Searched refs:RightBottom (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dfsdk_baseform_embeddertest.cpp38 CFX_FloatRect RightBottom(400, 201, 420, 221); in TEST_F() local
54 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
63 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
78 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
91 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
108 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
113 CheckRect(pAnnot->GetRect(), RightBottom); in TEST_F()
/external/pdfium/xfa/fwl/
Dfwl_widgethit.h20 RightBottom, enumerator
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h69 CFX_PointF RightBottom() const { return CFX_PointF(right, bottom); } in RightBottom() function