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

  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 99 const bool horz = scrollbar->orientation() == HorizontalScrollbar; local
101 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
102 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
114 bool horz = scrollbar->orientation() == HorizontalScrollbar; local
118 partId = horz ? SBP_UPPERTRACKHORZ : SBP_UPPERTRACKVERT;
120 partId = horz ? SBP_LOWERTRACKHORZ : SBP_LOWERTRACKVERT;
136 bool horz = scrollbar->orientation() == HorizontalScrollbar; local
140 partId = horz ? DFCS_SCROLLLEFT : DFCS_SCROLLUP;
142 partId = horz ? DFCS_SCROLLRIGHT : DFCS_SCROLLDOWN;
154 bool horz = scrollbar->orientation() == HorizontalScrollbar local
    [all...]
  /external/opencore/engines/author/test/test_input/
naturemulti_sd_txt1.txt 4 Text SampleDesc Horz Just = 0
32 Text SampleDesc Horz Just = 0
60 Text SampleDesc Horz Just = 0
88 Text SampleDesc Horz Just = 0
116 Text SampleDesc Horz Just = 0
144 Text SampleDesc Horz Just = 0
172 Text SampleDesc Horz Just = 0
200 Text SampleDesc Horz Just = 0
228 Text SampleDesc Horz Just = 0
256 Text SampleDesc Horz Just =
    [all...]
MOL004_sd_txt1.txt 3 Text SampleDesc Horz Just = 0
  /external/opencore/fileformats/mp4/parser/src/
textsampleentry.cpp 53 uint8 horz = 0; local
54 AtomUtils::read8(fp, horz);
55 _horzJustification = (int8)horz;
oma2boxes.cpp 1020 uint8 horz = 0; local
1021 AtomUtils::read8(fp, horz);
1024 _horzJustification = (int8)horz;
    [all...]
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 200 const bool horz = scrollbar->orientation() == HorizontalScrollbar; local
202 rect.inflateX((horz ? kOffEndMultiplier : kOffSideMultiplier) * thickness);
203 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
  /external/opencore/codecs_v2/utilities/colorconvert/src/
cczoomrotation16.cpp 72 if ((nRotation&1) == 0) // check for either shrinking or zooming both horz and vert. No combination..
    [all...]

Completed in 65 milliseconds