Searched refs:out_rect (Results 1 - 3 of 3) sorted by relevance

/external/drm_hwcomposer/
H A Dseparate_rects.cpp287 Rect<TNum> out_rect; local
288 out_rect.left = proto_rect.left;
289 out_rect.top = proto_rect.top;
290 out_rect.right = h_evt.x;
291 out_rect.bottom = proto_rect.bottom;
292 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect));
/external/pdfium/fpdfsdk/
H A Dfsdk_define.h79 void FSRECTFFromCFXFloatRect(const CFX_FloatRect& rect, FS_RECTF* out_rect);
H A Dfpdfview.cpp366 void FSRECTFFromCFXFloatRect(const CFX_FloatRect& rect, FS_RECTF* out_rect) { argument
367 out_rect->left = rect.left;
368 out_rect->top = rect.top;
369 out_rect->right = rect.right;
370 out_rect->bottom = rect.bottom;

Completed in 185 milliseconds