OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kRight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkBoundaryPatch.h
21
kRight
= 1,
/external/skia/include/utils/
SkBoundaryPatch.h
21
kRight
= 1,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java
52
public static final int
kRight
= 3;
Kube.java
110
mCubes[i].setFaceColor(Cube.
kRight
, white);
141
mLayers[
kRight
] = new Layer(Layer.kAxisX);
174
layer = mLayers[
kRight
];
335
static final int
kRight
= 3;
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc
26
kRight
= 1,
292
direction = (mouse_movement_.x() < 0) ? kLeft :
kRight
;
319
(direction ==
kRight
&& x > center_x);
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h
227
kRight
= 1,
/external/lzma/CPP/7zip/UI/Console/
List.cpp
113
kRight
139
{ kpidAttrib, L"Attr",
kRight
, kCenter, 1, 5 },
140
{ kpidSize, L"Size",
kRight
,
kRight
, 1, 12 },
141
{ kpidPackSize, L"Compressed",
kRight
,
kRight
, 1, 12 },
163
case
kRight
:
/external/chromium_org/ui/native_theme/
native_theme_base.cc
636
const int
kRight
= rect.right();
638
SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(),
kRight
, kBottom);
[
all
...]
Completed in 214 milliseconds