HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 201 - 225 of 297) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/core/
SkPath.cpp 259 SkPathPriv::FirstDirection direction; local
260 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) {
311 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
314 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {
318 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
326 return check_edge_against_rect(prevPt, firstPt, rect, direction);
379 Determines if path is a rect by keeping track of changes in direction
382 The direction is computed such that:
394 There's more than four changes of direction.
396 The line reverses direction
    [all...]
SkStroke.cpp 258 Since the zero length segment has no direction, set the orientation
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.cc 129 StatsReport::Direction direction)
130 : TypedId(type, id), direction_(direction) {}
145 const StatsReport::Direction direction_;
644 StatsType type, const std::string& id, StatsReport::Direction direction) {
645 return Id(new RefCountedObject<IdWithDirection>(type, id, direction));
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/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 126 Path.Direction.CW);
130 mShadePath.addRect(0, 0, mWidth, - getScrollDistance(), Path.Direction.CW);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 95 Path.Direction.CW);
98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 32 import android.support.test.uiautomator.Direction;
185 obj.swipe(Direction.LEFT, 1.0f);
  /cts/tests/tests/graphics/src/android/graphics/cts/
OutlineTest.java 149 path.addCircle(50, 50, 50, Path.Direction.CW);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 82 sTraversalPath.addCircle(3.5f, 3.5f, 0.5f, Path.Direction.CCW);
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 368 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /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]);
  /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/v8/src/debug/
liveedit.cc 71 Direction dir = get_direction(pos1, pos2);
110 enum Direction {
126 Direction dir;
163 // Each cell keeps a value plus direction. Value is multiplied by 4.
164 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) {
172 Direction get_direction(int i1, int i2) {
173 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);
    [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

Completed in 843 milliseconds

1 2 3 4 5 6 7 891011>>