Home
last modified time | relevance | path

Searched refs:OuterToInner (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h196 …CPDF_Point OuterToInner(const CPDF_Point & point) const{return CPDF_Point(point.x - GetBTPoin… in OuterToInner() function
200 …CLST_Rect OuterToInner(const CPDF_Rect & rect) const{CPDF_Point ptLeftTop = OuterToInner(CPDF… in OuterToInner() function
201 CPDF_Point ptRightBottom = OuterToInner(CPDF_Point(rect.right,rect.bottom)); in OuterToInner()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp212 CPDF_Point pt = OuterToInner(point); in GetItemIndex()