HomeSort by relevance Sort by last modified time
    Searched full:angle (Results 276 - 300 of 2446) sorted by null

<<11121314151617181920>>

  /external/skia/src/ports/
SkTypeface_win_dw.h 31 DWRITE_FONT_STYLE angle = font->GetStyle(); local
32 if (DWRITE_FONT_STYLE_OBLIQUE == angle || DWRITE_FONT_STYLE_ITALIC == angle) {
  /frameworks/base/core/java/android/transition/
ArcMotion.java 36 * {@link #setMinimumVerticalAngle(float)} may be used to set the minimum angle of the
84 * By setting a minimum angle, this forces the center point to be closer and give an
88 * @param angleInDegrees The minimum angle of the arc on a circle describing the Path
101 * By setting a minimum angle, this forces the center point to be closer and give an
116 * By setting a minimum angle, this forces the center point to be closer and give an
120 * @param angleInDegrees The minimum angle of the arc on a circle describing the Path
133 * By setting a minimum angle, this forces the center point to be closer and give an
137 * @return The minimum angle of the arc on a circle describing the Path
148 * the curved path to have an arc of at most the given angle.
151 * @param angleInDegrees The maximum angle of the arc on a circle describing the Pat
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 43 * @angle: Face angle
50 __u32 angle; member in struct:msm_fd_face_data
  /ndk/build/tools/toolchain-patches/gcc/
0001-Disable-sincos-optimization.patch 14 c = cos(angle);
15 s = sin(angle);
20 sincos(angle, &s, &c);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterTinyPlanetRepresentation.java 25 private static final String SERIAL_ANGLE = "Angle";
61 public void setAngle(float angle) {
62 mAngle = angle;
  /cts/apps/CtsVerifier/lib/colorchecker/
imagetesthandler.cpp 77 void ImageTestHandler::drawLine(int angle, int radius, const Vec3i &color) {
88 float angleRad = static_cast<float>(angle) * M_PI / 180.0;
90 //ALOGV("draw line for (%d, %d)", angle, radius);
94 assert(angle != 0);
  /developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/res/drawable/
gradient_drawable.xml 23 android:angle="270"/>
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/res/drawable/
gradient_drawable.xml 23 android:angle="270"/>
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/res/drawable/
rect_background.xml 22 android:angle="45"/>
  /development/samples/ApiDemos/res/drawable/
scrollbar_vertical_thumb.xml 19 android:angle="0"/>
scrollbar_vertical_track.xml 19 android:angle="0"/>
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 39 * start angle and its end angle. Both angles are in degrees. The rotation
46 * @param fromDegrees the start angle of the 3D rotation
47 * @param toDegrees the end angle of the 3D rotation
  /development/samples/StackWidget/res/drawable-nodpi/
widget_item_background.xml 17 <gradient android:startColor="#ff666666" android:endColor="#ff333333" android:angle="270" />
  /development/samples/browseable/ClippingBasic/res/drawable/
gradient_drawable.xml 23 android:angle="270"/>
  /development/samples/wearable/WatchViewStub/Wearable/src/main/res/drawable/
rect_background.xml 22 android:angle="45"/>
  /external/chromium_org/cc/animation/
transform_operation.h 54 SkMScalar angle; member in struct:cc::TransformOperation::__anon7224::__anon7228
  /external/chromium_org/chrome/browser/ui/cocoa/
vertical_gradient_view.mm 27 [[self gradient] drawInRect:[self bounds] angle:270];
  /external/chromium_org/chrome/
gles2_conform_test.isolate 6 'angle.isolate',
  /external/chromium_org/gpu/
angle_unittest_main.cc 9 #include "third_party/angle/include/GLSLANG/ShaderLang.h"
  /external/chromium_org/gpu/gles2_conform_support/
README 9 - gles2_conform_test_angle which tests ANGLE
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.h 81 float angle() const { return m_angle; } function in class:WebCore::SVGTransform
87 void setRotate(float angle, float cx, float cy);
88 void setSkewX(float angle);
89 void setSkewY(float angle);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.h 27 virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE;
  /external/chromium_org/third_party/angle/
AUTHORS 1 # This is the official list of The ANGLE Project Authors
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Window.cpp 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
Window.h 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.

Completed in 441 milliseconds

<<11121314151617181920>>