Home | History | Annotate | Download | only in relative

Lines Matching refs:edgeType

107         if (vEdge.edgeType == LEFT) {
114 } else if (vEdge.edgeType == RIGHT) {
121 } else if (vEdge.edgeType == CENTER_VERTICAL) {
132 if (hEdge.edgeType == TOP) {
139 } else if (hEdge.edgeType == BOTTOM) {
146 } else if (hEdge.edgeType == CENTER_HORIZONTAL) {
154 } else if (hEdge.edgeType == BASELINE) {
246 if (match.with.edgeType == TOP) {
248 } else if (match.with.edgeType == BOTTOM) {
251 assert match.with.edgeType == CENTER_HORIZONTAL
252 || match.with.edgeType == BASELINE : match.with.edgeType;
269 if (match.with.edgeType == LEFT) {
271 } else if (match.with.edgeType == RIGHT) {
274 assert match.with.edgeType == CENTER_VERTICAL;