HomeSort by relevance Sort by last modified time
    Searched refs:ComputeEnclosingClippedRect (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/base/
math_util.h 140 static gfx::RectF ComputeEnclosingClippedRect(
math_util_unittest.cc 45 gfx::RectF result = MathUtil::ComputeEnclosingClippedRect(h1, h2, h3, h4);
math_util.cc 158 return ComputeEnclosingClippedRect(hc0, hc1, hc2, hc3);
187 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
382 gfx::RectF MathUtil::ComputeEnclosingClippedRect(

Completed in 37 milliseconds