/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathDashPathEffectTest.java | 28 import android.graphics.Path.Direction; 82 p.addRect(new RectF(-SQUARE, -SQUARE, SQUARE, SQUARE), Direction.CCW);
|
PathTest.java | 48 path.addRect(rect, Path.Direction.CW); 57 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW); 147 path.addCircle(XCOORD, YCOORD, 10.0f, Path.Direction.CW); 191 path.addRect(bounds, Path.Direction.CW); 247 path.addOval(oval, Path.Direction.CW); 298 path.addRoundRect(rect, XCOORD, YCOORD, Path.Direction.CW); 311 path.addRoundRect(rect, radii, Path.Direction.CW); 385 path.addRect(rect, Path.Direction.CW);
|
SumPathEffectTest.java | 30 import android.graphics.Path.Direction; 46 path.addRect(10, 10, WIDTH - 10, HEIGHT - 10, Direction.CW);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathFillTypes.java | 46 mPath.addCircle(40, 40, 45, Path.Direction.CCW); 47 mPath.addCircle(80, 80, 45, Path.Direction.CCW);
|
/external/bison/lib/ |
mbsinit.c | 46 - In mb -> wc direction, mbstate_t's first byte contains the number of 48 - In wc -> mb direction, mbstate_t contains no information. In other
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
options.js | 28 if (chrome.i18n.getMessage('direction') == 'rtl') { 29 document.querySelector('body').style.direction = 'rtl';
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
options.js | 28 if (chrome.i18n.getMessage('direction') == 'rtl') { 29 document.querySelector('body').style.direction = 'rtl';
|
/external/chromium_org/content/browser/resources/media/ |
media_internals.css | 46 flex-direction: row; 61 flex-direction: column;
|
/external/chromium_org/mojo/examples/sample_app/ |
gles2_client_impl.cc | 45 int direction = event.location().y() < last_drag_point_.y() || local 47 cube_.set_direction(direction);
|
/external/chromium_org/native_client_sdk/src/resources/ |
index.css | 17 -webkit-flex-direction: column; 53 -webkit-flex-direction: row;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
Timing.h | 63 , direction(PlaybackDirectionNormal) 87 PlaybackDirection direction; member in struct:WebCore::Timing
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBIndex.h | 60 PassRefPtr<IDBRequest> openCursor(ExecutionContext*, const ScriptValue& key, const String& direction, ExceptionState&); 61 PassRefPtr<IDBRequest> openKeyCursor(ExecutionContext*, const ScriptValue& range, const String& direction, ExceptionState&);
|
IDBObjectStore.idl | 39 [CallWith=ExecutionContext, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, [Default=NullString] optional DOMString direction); 40 [CallWith=ExecutionContext, RaisesException, RuntimeEnabled=IndexedDBExperimental] IDBRequest openKeyCursor([Default=Undefined] optional any range, [Default=NullString] optional DOMString direction);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediaengine.h | 141 MediaProcessorDirection direction) = 0; 144 MediaProcessorDirection direction) = 0; 258 MediaProcessorDirection direction) { 259 return voice_.RegisterProcessor(ssrc, processor, direction); 263 MediaProcessorDirection direction) { 264 return voice_.UnregisterProcessor(ssrc, processor, direction); 314 MediaProcessorDirection direction) { return true; } 317 MediaProcessorDirection direction) { return true; }
|
/external/chromium_org/third_party/skia/include/effects/ |
SkLightingImageFilter.h | 53 static SkImageFilter* CreateDistantLitDiffuse(const SkPoint3& direction, 63 static SkImageFilter* CreateDistantLitSpecular(const SkPoint3& direction,
|
/external/chromium_org/third_party/skia/src/animator/ |
SkPathParts.h | 113 int /*SkPath::Direction*/ direction; member in class:SkAddGeom
|
/external/chromium_org/ui/gfx/ |
render_text_mac.h | 39 VisualCursorDirection direction) OVERRIDE; 42 VisualCursorDirection direction) OVERRIDE;
|
render_text_pango.h | 31 VisualCursorDirection direction) OVERRIDE; 34 VisualCursorDirection direction) OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
slide_out_view.cc | 85 void SlideOutView::SlideOutAndClose(SlideDirection direction) { 99 transform.Translate(direction == SLIDE_LEFT ? -width() : width(), 0.0);
|
/external/chromium_org/ui/views/corewm/ |
transient_window_stacking_client.cc | 74 Window::StackDirection* direction) { 81 if (*direction == Window::STACK_ABOVE &&
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-fallback.cc | 218 if (buffer->props.direction == HB_DIRECTION_LTR) { 221 } else if (buffer->props.direction == HB_DIRECTION_RTL) { 307 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { 331 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) 332 horiz_dir = plan->props.direction; 359 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { 420 hb_mask_t kern_mask = plan->map.get_1_mask (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction) ? 438 buffer->props.direction,
|
/external/harfbuzz_ng/util/ |
view-cairo.hh | 69 direction = hb_buffer_get_direction (buffer); 94 hb_direction_t direction; // Remove this, make segment_properties accessible member in struct:view_cairo_t
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/ |
DefaultParticleInfluencer.java | 14 * This emitter influences the particles so that they move all in the same direction. 15 * The direction may vary a little if the velocity variation is non zero.
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
ShadowCamera.java | 58 * Updates the camera view direction and position based on the light
71 // direction will have to be calculated automatically
|
/external/libvorbis/ |
config.h.in | 74 direction of stack growth for your system; otherwise it will be 78 STACK_DIRECTION = 0 => direction of growth unknown */
|