Lines Matching refs:pointVal
1039 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_to_screen() local
1043 ->ConvertPointToScreen(pointVal); in panel_convert_point_to_screen()
1047 *point = pointVal; in panel_convert_point_to_screen()
1068 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_from_screen() local
1072 ->ConvertPointFromScreen(pointVal); in panel_convert_point_from_screen()
1076 *point = pointVal; in panel_convert_point_from_screen()
1097 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_to_window() local
1101 ->ConvertPointToWindow(pointVal); in panel_convert_point_to_window()
1105 *point = pointVal; in panel_convert_point_to_window()
1126 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_from_window() local
1130 ->ConvertPointFromWindow(pointVal); in panel_convert_point_from_window()
1134 *point = pointVal; in panel_convert_point_from_window()
1160 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_to_view() local
1165 ->ConvertPointToView(CefViewCppToC::Unwrap(view), pointVal); in panel_convert_point_to_view()
1169 *point = pointVal; in panel_convert_point_to_view()
1195 CefPoint pointVal = point ? *point : CefPoint(); in panel_convert_point_from_view() local
1200 ->ConvertPointFromView(CefViewCppToC::Unwrap(view), pointVal); in panel_convert_point_from_view()
1204 *point = pointVal; in panel_convert_point_from_view()