HomeSort by relevance Sort by last modified time
    Searched refs:horizontalType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 157 int horizontalType = horizontal_coincident(line, y);
158 if (horizontalType == 1) {
160 } else if (horizontalType == 2) {
164 return fUsed = horizontalType;
  /external/skia/src/pathops/
SkDLineIntersection.cpp 157 int horizontalType = horizontal_coincident(line, y);
158 if (horizontalType == 1) {
160 } else if (horizontalType == 2) {
164 return fUsed = horizontalType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 208 SegmentType horizontalType = SegmentType.LEFT;
214 horizontalType = SegmentType.RIGHT;
219 horizontalType = SegmentType.CENTER_HORIZONTAL;
233 mColumnMatch = new GridMatch(horizontalType, 0, x1, column, createColumn, 0);
252 horizontalType.name().toLowerCase(Locale.US),
    [all...]

Completed in 97 milliseconds