HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 151 - 175 of 199) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 89 bool HandleCycleWindowMRU(WindowCycleController::Direction direction,
92 window_cycle_controller()->HandleCycleWindow(direction, is_alt_down);
97 bool HandleCycleWindowOverviewMRU(WindowSelector::Direction direction) {
99 window_selector_controller()->HandleCycleWindow(direction);
103 void HandleCycleWindowLinear(CycleDirection direction) {
166 bool HandleRotatePaneFocus(Shell::Direction direction) {
168 switch (direction) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 113 SkPath::Direction dir,
209 inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) {
238 SkPath::Direction dir;
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 113 SkPath::Direction dir,
209 inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) {
238 SkPath::Direction dir;
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 497 mPath.addRoundRect(mRect, st.mRadiusArray, Path.Direction.CW);
605 ringPath.addOval(bounds, Path.Direction.CW);
606 ringPath.addOval(innerBounds, Path.Direction.CCW);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java     [all...]
CanvasTest.java 36 import android.graphics.Path.Direction;
878 p.addRect(mRectF, Direction.CCW);
884 p.addRect(mRectF, Direction.CCW);
924 p.addRect(mRectF, Direction.CCW);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 196 LayoutUnit blockDirectionDelta = isHorizontal() ? dy : dx; // The block direction delta is a LayoutUnit.
662 return BidiStatus(static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusEor), static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusLastStrong), static_cast<WTF::Unicode::Direction>(m_lineBreakBidiStatusLast), m_lineBreakContext);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 187 ParamCommandComment::PassDirection Direction,
201 if (PCC->getDirection() != Direction)
203 << "ParamCommandComment has direction " << PCC->getDirection() << ", "
204 "expected " << Direction;
210 << " direction, "
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 22 IPC_ENUM_TRAITS(WebKit::WebIDBCursor::Direction)
157 // The direction of this cursor.
158 IPC_STRUCT_MEMBER(int32, direction)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.cpp 73 float ViewportArguments::resolveViewportLength(const Length& length, const FloatSize& initialViewportSize, Direction direction)
84 if ((length.type() == Percent && direction == Horizontal) || length.type() == ViewportPercentageWidth)
87 if ((length.type() == Percent && direction == Vertical) || length.type() == ViewportPercentageHeight)
  /external/chromium_org/ui/views/focus/
focus_manager.cc 163 bool FocusManager::RotatePaneFocus(Direction direction,
177 int index = direction == kBackward ? 0 : count - 1;
193 if (direction == kBackward)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 302 mDrawPath.addRect(mDrawRect, Path.Direction.CW);
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 820 static const char* dir2string(SkPath::Direction dir) {
830 SkPath::Direction dirs[2];
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 384 case Direction:
405 updateSourceParam(src, AudioParam.Direction);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 820 static const char* dir2string(SkPath::Direction dir) {
830 SkPath::Direction dirs[2];
  /external/chromium_org/ash/wm/
window_selector.cc 345 void WindowSelector::Step(WindowSelector::Direction direction) {
350 (direction == WindowSelector::FORWARD ? 1 : -1)) % windows_.size();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 831 const AtomicString& direction = fastGetAttribute(dirAttr); local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h     [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 185 enum Direction { FORWARD, BACKWARD };
195 Direction direction,
206 if (direction == BACKWARD) __ sub(src, Immediate(0x40));
211 if (direction == FORWARD) __ add(src, Immediate(0x40));
212 if (direction == BACKWARD) __ sub(dst, Immediate(0x40));
217 if (direction == FORWARD) __ add(dst, Immediate(0x40));
224 if (direction == BACKWARD) __ sub(src, Immediate(0x20));
227 if (direction == FORWARD) __ add(src, Immediate(0x20));
228 if (direction == BACKWARD) __ sub(dst, Immediate(0x20))
    [all...]
  /external/chromium_org/ash/
shell.cc 721 void Shell::RotateFocus(Direction direction) {
723 direction == FORWARD ? internal::FocusCycler::FORWARD :
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 408 Direction dir = direction(text[0]);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.cpp 125 // the 'direction' property must be set to direction
214 // 4. If the text track cue writing direction is horizontal, then let
216 // direction is vertical growing left, then let writing-mode be
217 // 'vertical-rl'. Otherwise, the text track cue writing direction is
337 // On setting, the text track cue writing direction must be set to the value given
342 WritingDirection direction = m_writingDirection; local
344 direction = Horizontal;
346 direction = VerticalGrowingLeft;
348 direction = VerticalGrowingRight
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 406 WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0);
714 return c <= 0x7F ? WTF::isASCIISpace(c) : WTF::Unicode::direction(c) == WTF::Unicode::WhiteSpaceNeutral;
WTFString.h 431 // Determines the writing direction using the Unicode Bidi Algorithm rules P2 and P3.
432 WTF::Unicode::Direction defaultWritingDirection(bool* hasStrongDirectionality = 0) const
  /external/skia/tests/
PathOpsExtendedTest.cpp 120 SkTDArray<SkPath::Direction> directions;

Completed in 2157 milliseconds

1 2 3 4 5 67 8