Lines Matching defs:out
35 PP_Rect out;
37 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetRect(pp_resource(), &out)))
38 return Rect(out);
40 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out)))
41 return Rect(out);
43 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out)))
44 return Rect(out);
88 PP_Rect out;
91 &out)))
92 return Rect(out);
95 &out)))
96 return Rect(out);
99 &out)))
100 return Rect(out);
122 PP_Point out;
125 &out))) {
126 return Point(out);