HomeSort by relevance Sort by last modified time
    Searched full:horz (Results 1 - 6 of 6) 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...]
  /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);
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
threshold.fs 85 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
threshold.rs 85 void horz(float4 *out, uint32_t x, uint32_t y) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 90 * Horz. Otherwise, it is set to thin irrespective of the input.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 90 * Horz. Otherwise, it is set to thin irrespective of the input.

Completed in 412 milliseconds