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

/external/chromium_org/cc/base/
H A Dmath_util.h198 static bool FromValue(const base::Value*, gfx::Rect* out_rect);
H A Dmath_util.cc708 bool MathUtil::FromValue(const base::Value* raw_value, gfx::Rect* out_rect) { argument
725 *out_rect = gfx::Rect(x, y, w, h);

Completed in 84 milliseconds