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

  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 170 const int midy = rect.y() + rect.height() / 2; local
187 skrect.set(rect.x(), rect.y(), rect.x() + rect.width(), midy + 1);
196 skrect.set(rect.x(), midy + 1, rect.x() + rect.width(), rect.y() + rect.height());
209 drawHorizLine(canvas, midx - grippyHalfWidth, midx + grippyHalfWidth, midy - interGrippyOffset, paint);
210 drawHorizLine(canvas, midx - grippyHalfWidth, midx + grippyHalfWidth, midy, paint);
211 drawHorizLine(canvas, midx - grippyHalfWidth, midx + grippyHalfWidth, midy + interGrippyOffset, paint);
213 drawVertLine(canvas, midx - interGrippyOffset, midy - grippyHalfWidth, midy + grippyHalfWidth, paint);
214 drawVertLine(canvas, midx, midy - grippyHalfWidth, midy + grippyHalfWidth, paint)
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 665 const int midy = rect.y() + rect.height() / 2; local
678 skrect.set(rect.x(), rect.y(), rect.right(), midy + 1);
687 skrect.set(rect.x(), midy + 1, rect.right(), rect.bottom());
696 drawHorizLine(canvas, midx - 2, midx + 2, midy, paint);
697 drawHorizLine(canvas, midx - 2, midx + 2, midy - 3, paint);
698 drawHorizLine(canvas, midx - 2, midx + 2, midy + 3, paint);

Completed in 704 milliseconds