Home | History | Annotate | Download | only in relative

Lines Matching refs:edgeType

116         if (vEdge.edgeType == LEFT) {
123 } else if (vEdge.edgeType == RIGHT) {
130 } else if (vEdge.edgeType == CENTER_VERTICAL) {
141 if (hEdge.edgeType == TOP) {
148 } else if (hEdge.edgeType == BOTTOM) {
155 } else if (hEdge.edgeType == CENTER_HORIZONTAL) {
163 } else if (hEdge.edgeType == BASELINE) {
264 if (match.with.edgeType == TOP) {
266 } else if (match.with.edgeType == BOTTOM) {
269 assert match.with.edgeType == CENTER_HORIZONTAL
270 || match.with.edgeType == BASELINE : match.with.edgeType;
287 if (match.with.edgeType == LEFT) {
289 } else if (match.with.edgeType == RIGHT) {
292 assert match.with.edgeType == CENTER_VERTICAL;