OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horiz
(Results
1 - 19
of
19
) sorted by null
/external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp
128
bool
horiz
= orient == wxHORIZONTAL;
local
130
if (
horiz
)
165
xpState +=
horiz
? TS_LEFT_BUTTON : TS_UP_BUTTON;
172
xpState +=
horiz
? TS_RIGHT_BUTTON : TS_DOWN_BUTTON;
178
part =
horiz
? SP_THUMBHOR : SP_THUMBVERT;
180
int physicalLength =
horiz
? rect.width : rect.height;
187
if (
horiz
) {
206
if (
horiz
)
/external/webkit/WebCore/svg/
svgattrs.in
91
horiz
-adv-x
92
horiz
-origin-x
93
horiz
-origin-y
SVGGlyphElement.cpp
141
// value of the font's
horiz
-adv-x attribute. Glyph widths are required to be non-negative,
SVGFontFaceElement.cpp
180
// were set to half of the effective value of attribute
horiz
-adv-x.
/external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp
113
bool
horiz
= orient == wxHORIZONTAL;
local
140
if (
horiz
)
146
int physicalLength =
horiz
? rect.width : rect.height;
152
if (
horiz
) {
164
if (
horiz
)
171
if (
horiz
)
/external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp
75
bool
horiz
= e.GetOrientation() == wxHORIZONTAL;
local
80
if (
horiz
)
86
if (
horiz
)
92
if (
horiz
)
98
if (
horiz
)
104
if (
horiz
)
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
235
boolean
horiz
= alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
236
int dx =
horiz
? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
238
int dy =
horiz
? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
254
boolean
horiz
= alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
255
int dx =
horiz
? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
256
int dy =
horiz
? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
296
final boolean
horiz
= alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
297
int dx =
horiz
? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
299
int dy =
horiz
? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
308
if (
horiz
) {
[
all
...]
/frameworks/base/core/java/android/text/
Layout.java
744
public int getOffsetForHorizontal(int line, float
horiz
) {
753
float bestdist = Math.abs(getPrimaryHorizontal(best) -
horiz
);
769
if (getPrimaryHorizontal(adguess) * swap >=
horiz
* swap)
781
float dist = Math.abs(getPrimaryHorizontal(low) -
horiz
);
785
float other = Math.abs(getPrimaryHorizontal(aft) -
horiz
);
799
float dist = Math.abs(getPrimaryHorizontal(here) -
horiz
);
809
float dist = Math.abs(getPrimaryHorizontal(max) -
horiz
);
898
float
horiz
= getPrimaryHorizontal(offset);
local
908
if (h <
horiz
&& h > besth) {
918
if (h <
horiz
&& h > besth)
998
float
horiz
= getPrimaryHorizontal(offset);
local
[
all
...]
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
chv_filter.cpp
211
/******************
Horiz
. Filtering ********************/
230
/*
Horiz
Hard filter */
286
else /*
Horiz
soft filter*/
488
/******************
Horiz
. Filtering ********************/
507
/*
Horiz
Hard filter */
chvr_filter.cpp
80
/******************
Horiz
. Filtering ********************/
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp
210
/******************
Horiz
. Filtering ********************/
229
/*
Horiz
Hard filter */
285
else /*
Horiz
soft filter*/
487
/******************
Horiz
. Filtering ********************/
506
/*
Horiz
Hard filter */
chvr_filter.cpp
80
/******************
Horiz
. Filtering ********************/
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h
418
U032
horiz
;
member in struct:_riva_hw_state
/external/icu4c/test/intltest/
astrotst.cpp
186
logln((UnicodeString)"
horiz
: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
/frameworks/base/media/libstagefright/
MPEG4Writer.cpp
670
mOwner->writeInt32(0x480000); //
horiz
resolution
/external/quake/quake/src/QW/scitech/include/
mgraph.h
818
m_int aspectRatio; /* Mode aspect ratio (
horiz
/vert * 1000) */
[
all
...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H
818
m_int aspectRatio; /* Mode aspect ratio (
horiz
/vert * 1000) */
[
all
...]
/external/webkit/WebCore/
ChangeLog-2003-10-25
[
all
...]
ChangeLog-2008-08-10
[
all
...]
Completed in 252 milliseconds