Searched refs:kRight (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkBoundaryPatch.h21 kRight = 1, enumerator in enum:SkBoundary::Edge
/external/skia/include/utils/
H A DSkBoundaryPatch.h21 kRight = 1, enumerator in enum:SkBoundary::Edge
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp113 kRight enumerator in enum:EAdjustment
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/
H A Dmouse_lock.cc26 kRight = 1, enumerator in enum:__anon8884
292 direction = (mouse_movement_.x() < 0) ? kLeft : kRight;
319 (direction == kRight && x > center_x);
/external/chromium_org/third_party/skia/src/utils/
H A DSkBoundaryPatch.cpp35 b->eval(SkBoundary::kRight, unitV),
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp35 b->eval(SkBoundary::kRight, unitV),
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc683 const int kRight = rect.right(); local
685 SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(), kRight, kBottom);
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc1030 HValue* right = GetParameter(BinaryOpICStub::kRight);
1131 HValue* right = GetParameter(BinaryOpWithAllocationSiteStub::kRight);
1156 HValue* right = GetParameter(StringAddStub::kRight);
H A Dcode-stubs.h1128 static const int kRight = 1; member in class:BinaryOpICStub
1201 static const int kRight = 2; member in class:FINAL
1239 static const int kRight = 1; member in class:FINAL
/external/chromium_org/v8/src/ic/
H A Dic.cc2290 Handle<Object> right = args.at<Object>(BinaryOpICStub::kRight);
2308 args.at<Object>(BinaryOpWithAllocationSiteStub::kRight);

Completed in 6746 milliseconds