Searched refs:bottom1 (Results 1 - 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h540 FX_RECT(int left1, int top1, int right1, int bottom1) argument
545 bottom = bottom1;
567 void Intersect(int left1, int top1, int right1, int bottom1) argument
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
616 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) argument
619 bottom = bottom1;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c616 VGfloat bottom1 = dst->y; local
622 top2 > bottom1 || bottom2 < top1);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c616 VGfloat bottom1 = dst->y; local
622 top2 > bottom1 || bottom2 < top1);

Completed in 152 milliseconds