HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 176 - 200 of 262) sorted by null

1 2 3 4 5 6 78 91011

  /external/skia/src/c/
sk_surface.cpp 131 SkPath::Direction fSk;
137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) {
290 SkPath::Direction dir;
298 SkPath::Direction dir;
  /external/skia/src/utils/
SkParsePath.cpp 179 (SkPath::Direction) !SkToBool(sweep), points[0]);
  /external/webrtc/talk/app/webrtc/
statscollector.cc 311 StatsReport::Direction direction) {
317 direction);
322 report = collector->PrepareReport(false, ssrc, transport_id, direction);
497 StatsReport::Direction direction) {
502 rtc::ToString<uint32_t>(ssrc), direction));
507 if (!GetTrackIdBySsrc(ssrc, &track_id, direction)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 405 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW);
529 unselectedDotPath.addRoundRect(rectF, dotRadius, dotRadius, Path.Direction.CW);
538 Path.Direction.CW);
547 unselectedDotPath.addRoundRect(rectF, dotRadius, dotRadius, Path.Direction.CW);
762 // work out the start/end values of the retreating join from the direction we're
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CircularClipAnimation.java 202 mCircleRadius, Path.Direction.CW);
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
MultiWindowTests.java 34 import android.support.test.uiautomator.Direction;
RecentsTests.java 34 import android.support.test.uiautomator.Direction;
  /system/tools/aidl/
aidl_language.cpp 51 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type,
54 direction_(direction),
  /external/skia/src/core/
SkStroke.cpp 258 Since the zero length segment has no direction, set the orientation
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 316 // to the paragraph direction of the line.
414 // direction of the layout or line. XXX: Should they?
640 * Return the heuristic used to determine paragraph text direction.
    [all...]
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 53 Gr1DKernelEffect::Direction direction,
60 texture, direction, radius, sigma, useBounds, bounds));
101 Gr1DKernelEffect::Direction direction,
110 direction, radius, sigma, false, bounds);
117 if (direction == Gr1DKernelEffect::kX_Direction) {
152 direction, radius, sigma, true, bounds);
156 direction, radius, sigma, true, bounds);
158 direction, radius, sigma, true, bounds)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 84 #define USB_MAKE_REQUEST_TYPE(direction, type, recipient) \
85 (BYTE)( ((BYTE)direction << 7) | \
250 BYTE Direction:1;
318 BYTE Direction:1;
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 42 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
254 public void scroll(PhysicalDirection direction) {
255 uiElementActor.scroll(this, direction);
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 212 SkPath::Direction dir = SkPath::kCW_Direction;
  /external/skia/tests/
PathOpsBuilderTest.cpp 33 SkPath::Direction dir;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 171 // This version of join determines the direction on compilation time.
172 // @param DIRECT the direction of the connecting edge of the parent node.
189 // @param DIRECT the direction of the connecting edge of the parent node.
221 enum Direction {
234 * iterator forward in certain direction. @ref Mover::connect
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 310 Path.Direction.CW);
AsyncImageView.java 382 Path.Direction.CW);
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 281 assertEquals(Direction.UP, ArbitraryInstances.get(Direction.class));
409 private enum Direction {
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java     [all...]
CanvasTest.java 36 import android.graphics.Path.Direction;
366 Path.Direction.CW);
391 Path.Direction.CW);
    [all...]
  /external/v8/src/debug/
liveedit.cc 72 Direction dir = get_direction(pos1, pos2);
111 enum Direction {
127 Direction dir;
164 // Each cell keeps a value plus direction. Value is multiplied by 4.
165 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) {
173 Direction get_direction(int i1, int i2) {
174 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);
    [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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 302 mDrawPath.addRect(mDrawRect, Path.Direction.CW);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 39 import android.support.test.uiautomator.Direction;

Completed in 700 milliseconds

1 2 3 4 5 6 78 91011