Searched refs:columnMatch (Results 1 – 1 of 1) sorted by relevance
162 GridMatch columnMatch = data.getColumnMatch(); in paintFreeFormDropFeedback() local164 if (rowMatch == null || columnMatch == null) { in paintFreeFormDropFeedback()177 if (columnMatch.type == SegmentType.RIGHT) { in paintFreeFormDropFeedback()179 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) { in paintFreeFormDropFeedback()185 int x = columnMatch.matchedLine; in paintFreeFormDropFeedback()213 if (columnMatch.margin != UNDEFINED && columnMatch.margin > 0) { in paintFreeFormDropFeedback()218 if (columnMatch.type == SegmentType.LEFT) { in paintFreeFormDropFeedback()220 x2 = columnMatch.matchedLine - columnMatch.margin; in paintFreeFormDropFeedback()222 assert columnMatch.type == SegmentType.RIGHT; in paintFreeFormDropFeedback()224 x2 = columnMatch.matchedLine + columnMatch.margin; in paintFreeFormDropFeedback()[all …]