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

/external/chromium_org/cc/base/
H A Dmath_util.h140 static gfx::RectF ComputeEnclosingClippedRect(
H A Dmath_util_unittest.cc45 gfx::RectF result = MathUtil::ComputeEnclosingClippedRect(h1, h2, h3, h4);
H A Dmath_util.cc158 return ComputeEnclosingClippedRect(hc0, hc1, hc2, hc3);
187 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
382 gfx::RectF MathUtil::ComputeEnclosingClippedRect( function in class:cc::MathUtil

Completed in 270 milliseconds