Searched refs:bottom2 (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | bar_chart_test.py | 64 bottom2 = c.AddAxis(common.AxisPosition.BOTTOM, common.Axis()) 68 self.assertEqual([c.top, c.bottom, bottom2], c.GetIndependentAxes()) 70 self.assertEqual([c.top, c.bottom, bottom2], c.GetDependentAxes())
|
D | common_test.py | 66 bottom2 = c.AddAxis(common.AxisPosition.BOTTOM, common.Axis()) 68 self.assertEqual([c.top, c.bottom, bottom2], c.GetIndependentAxes())
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument 97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 617 VGfloat bottom2 = src->y; in vg_image_overlaps() local 622 top2 > bottom1 || bottom2 < top1); in vg_image_overlaps()
|