HomeSort by relevance Sort by last modified time
    Searched refs:kRight (Results 1 - 14 of 14) 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/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/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_org/third_party/skia/src/utils/
SkBoundaryPatch.cpp 35 b->eval(SkBoundary::kRight, unitV),
  /external/skia/src/utils/
SkBoundaryPatch.cpp 35 b->eval(SkBoundary::kRight, unitV),
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 227 kRight = 1,
autocomplete_edit_view_win.cc     [all...]
  /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...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 903 HValue* right = GetParameter(BinaryOpICStub::kRight);
    [all...]
code-stubs.h 1101 static const int kRight = 1;
    [all...]
ic.cc     [all...]

Completed in 2270 milliseconds