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

<<11121314151617181920>>

  /packages/apps/Dialer/res/drawable/
shadow_fade_up.xml 23 android:angle="90"/>
  /packages/apps/Email/res/drawable/
account_setup_background.xml 19 android:angle="90"
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 91 void StereographicProjection(float scale, float angle, unsigned char* input_image,
110 float theta = angle+atan2(yf, xf);
132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /packages/apps/Gallery2/res/drawable/
white_text_bg_gradient.xml 20 android:angle="90"
  /packages/apps/Launcher2/res/drawable/
wallpaper_gallery_background.xml 19 android:angle="270"/>
  /packages/apps/QuickSearchBox/res/drawable/
activity_background.xml 21 android:angle="270" />
  /packages/apps/UnifiedEmail/res/drawable/
shadow_end.xml 21 android:angle="180"
shadow_top.xml 21 android:angle="90"
  /packages/apps/UnifiedEmail/res/drawable-ldrtl/
shadow_end.xml 21 android:angle="0"
  /packages/experimental/LoaderApp/res/drawable/
phat_title_bar_background.xml 21 android:angle="270" />
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-iw/
donottranslate-more-keys.xml 35 U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
36 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
37 U+2039: "?" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
38 U+203A: "?" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
  /packages/screensavers/PhotoTable/res/drawable/
table.xml 20 android:angle="90"
  /prebuilts/sdk/current/support/v17/leanback/res/drawable/
lb_headers_right_fading.xml 21 android:angle="0"
  /external/chromium_org/third_party/angle/src/
preprocessor.target.darwin-arm.mk 26 third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp \
27 third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp \
28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
29 third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp \
30 third_party/angle/src/compiler/preprocessor/Input.cpp \
31 third_party/angle/src/compiler/preprocessor/Lexer.cpp \
32 third_party/angle/src/compiler/preprocessor/Macro.cpp \
33 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
34 third_party/angle/src/compiler/preprocessor/Preprocessor.cpp \
35 third_party/angle/src/compiler/preprocessor/Token.cpp
    [all...]
preprocessor.target.linux-arm.mk 26 third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp \
27 third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp \
28 third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp \
29 third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp \
30 third_party/angle/src/compiler/preprocessor/Input.cpp \
31 third_party/angle/src/compiler/preprocessor/Lexer.cpp \
32 third_party/angle/src/compiler/preprocessor/Macro.cpp \
33 third_party/angle/src/compiler/preprocessor/MacroExpander.cpp \
34 third_party/angle/src/compiler/preprocessor/Preprocessor.cpp \
35 third_party/angle/src/compiler/preprocessor/Token.cpp
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
index.html 24 <span class="label">X Angle</span>
28 <span class="label">Y Angle</span>
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 14 * single touch point, such as position, id, rotation angle, and pressure.
41 * This value represents the angle of rotation in degrees of the elliptical
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.cpp 24 void LockOrientationCallback::onSuccess(unsigned angle, blink::WebScreenOrientationType type)
26 // FIXME: for the moment, we do nothing with the angle, we should use it and
  /external/chromium_org/third_party/angle/projects/build/
All.vcxproj 39 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
68 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
75 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
103 <AdditionalIncludeDirectories>$(OutDir)obj\global_intermediate\angle;..\..\include;..\..\samples\angle\sample_util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Matrix.h 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
23 static Matrix4 rotate(float angle, const Vector3 &p);
  /external/chromium_org/third_party/angle/src/common/
angleutils.h 2 // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
7 // angleutils.h: Common ANGLE utilities.
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 20 SkOpAngle* fFromAngle; // (if t > 0) index into segment's angle array going negative in t
21 SkOpAngle* fToAngle; // (if t < 1) index into segment's angle array going positive in t
  /external/skia/src/pathops/
SkOpSpan.h 20 SkOpAngle* fFromAngle; // (if t > 0) index into segment's angle array going negative in t
21 SkOpAngle* fToAngle; // (if t < 1) index into segment's angle array going positive in t
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 36 OrientedBoundingBox(float angle, float cx, float cy, float w, float h) {
37 orientation = angle;
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 105 * Sets current values to be a rotation matrix of certain angle
108 * @param rot angle of rotation
145 * Makes the upper 2x2 a rotation matrix of the given angle
147 * @param rot rotation angle
237 * rotation matrix of certain angle about a given axis
239 * @param rot angle of rotation
252 * post-multiplying it with a rotation matrix of given angle
254 * @param rot angle of rotation

Completed in 566 milliseconds

<<11121314151617181920>>