/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegArcAbs.h | 31 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 33 return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)); 37 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
|
SVGPathSegArcRel.h | 31 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 33 return adoptRef(new SVGPathSegArcRel(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)); 37 SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
|
SVGTransform.idl | 38 readonly attribute float angle; 43 [RaisesException] void setRotate(float angle, float cx, float cy); 44 [RaisesException] void setSkewX(float angle); 45 [RaisesException] void setSkewY(float angle);
|
/external/chromium_org/third_party/angle/projects/src/ |
copy_compiler_dll.vcxproj.filters | 9 <None Include="..\..\src\angle.gyp"/>
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
random_utils.cpp | 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/win32/ |
Win32Timer.h | 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
ExpressionParser.h | 2 // Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputESSL.h | 2 // Copyright (c) 2002-2013 The ANGLE Project Authors. All rights reserved.
|
Pragma.h | 2 // Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
|
TranslatorESSL.h | 2 // Copyright (c) 2002-2011 The ANGLE Project Authors. All rights reserved.
|
TranslatorGLSL.h | 2 // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
|
glslang.h | 2 // Copyright (c) 2010 The ANGLE Project Authors. All rights reserved.
|
length_limits.h | 2 // Copyright (c) 2011-2014 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/src/compiler/translator/timing/ |
RestrictVertexShaderTiming.cpp | 2 // Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
queryconversions.h | 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
angle_test_main.cpp | 2 // Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/ |
gles_conformance_tests.h | 2 // Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
MockDiagnostics.h | 2 // Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
|
/external/deqp/android/package/res/drawable/ |
footer_gradient.xml | 6 android:angle="270"
|
header_gradient.xml | 6 android:angle="270"
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
mag_disturb.h | 90 /* These API get/set the yaw angle based magnetic anomaly detection*/
92 void inv_mag_disturb_set_yaw_angle_weak_threshold(float angle);
94 /* These API get/set the yaw angle based strong magnetic anomaly detection*/
97 void inv_mag_disturb_set_yaw_angle_strong_threshold(float angle);
|
/packages/inputmethods/LatinIME/java/res/xml/ |
keys_pcqwerty4_right3.xml | 41 <!-- U+2039: "?" SINGLE LEFT-POINTING ANGLE QUOTATION MARK 42 U+203A: "?" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK 45 U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 46 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
/device/htc/flounder/VolantisKeyboard/res/values-sl/ |
strings.xml | 6 <string name="keyboard_layout_volantis_english_uk_label" msgid="1425137404576186880">"angle?ka (Zdru?eno kraljestvo)"</string> 7 <string name="keyboard_layout_volantis_english_us_label" msgid="953130059365065614">"angle?ka (ZDA)"</string> 8 <string name="keyboard_layout_volantis_english_us_intl_label" msgid="8444053619141689693">"angle?ka (ZDA, mednarodna)"</string>
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineBaseline.cpp | 186 float SVGTextLayoutEngineBaseline::calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics& metrics, float angle, float& xOrientationShift, float& yOrientationShift) const 188 bool orientationIsMultiplyOf180Degrees = glyphOrientationIsMultiplyOf180Degrees(angle); 192 // Spec: If the 'glyph-orientation-horizontal' results in an orientation angle that is not a multiple of 195 // Spec: If if the 'glyph-orientation-vertical' results in an orientation angle that is not a multiple of 203 if (!angle) { 206 } else if (angle == 180) 208 else if (angle == 270) { 214 if (angle && !orientationIsMultiplyOf180Degrees) 221 if (angle == 90) 223 else if (angle == 180) [all...] |
/external/chromium_org/third_party/angle/build/ |
gyp_angle | 3 # Copyright (c) 2010 The ANGLE Project Authors. All rights reserved. 7 # This script is wrapper for ANGLE that adds some support for how GYP 8 # is invoked by ANGLE beyond what can be done in the gclient hooks.
|