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

  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 81 const bool horz = scrollbar->orientation() == HorizontalScrollbar; local
83 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
84 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
96 bool horz = scrollbar->orientation() == HorizontalScrollbar; local
100 partId = horz ? SBP_UPPERTRACKHORZ : SBP_UPPERTRACKVERT;
102 partId = horz ? SBP_LOWERTRACKHORZ : SBP_LOWERTRACKVERT;
118 bool horz = scrollbar->orientation() == HorizontalScrollbar; local
122 partId = horz ? DFCS_SCROLLLEFT : DFCS_SCROLLUP;
124 partId = horz ? DFCS_SCROLLRIGHT : DFCS_SCROLLDOWN;
136 bool horz = scrollbar->orientation() == HorizontalScrollbar local
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.fs 99 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.fs 99 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.fs 99 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 201 const bool horz = scrollbar->orientation() == HorizontalScrollbar; local
203 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
204 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);

Completed in 67 milliseconds