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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 158 int topStart = cumulativeTopStart;
160 int bottomStart = topStart + startHeight;
163 if (topStart == topEnd && bottomStart == bottomEnd) {
175 if (topStart < topEnd) {
177 } else if (topStart > topEnd) {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 227 SkOpSegment* topStart = NULL;
243 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
248 if (!topStart) {
252 result = topStart->findTop(index, endIndex, unsortable, onlySortable);
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 227 SkOpSegment* topStart = NULL;
243 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
248 if (!topStart) {
252 result = topStart->findTop(index, endIndex, unsortable, onlySortable);

Completed in 219 milliseconds