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

  /external/skia/tests/
ClipCacheTest.cpp 141 SkIRect bound1; local
142 bound1.set(0, 0, 100, 100);
144 SkClipStack clip1(bound1);
152 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1);
161 check_state(reporter, cache, clip1, texture1, bound1);
192 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
198 check_state(reporter, cache, clip1, texture1, bound1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 362 const TestChunk bound1[] = { local
366 VariousChunkSizesTest(bound1, arraysize(bound1),
  /external/chromium_org/webkit/child/
multipart_response_delegate_unittest.cc 362 const TestChunk bound1[] = { local
366 VariousChunkSizesTest(bound1, arraysize(bound1),

Completed in 1211 milliseconds