HomeSort by relevance Sort by last modified time
    Searched refs:angle (Results 1 - 25 of 612) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/include/freetype/
fttrigon.h 48 * This type is used to model angle values in FreeType. Note that the
49 * angle is a 16.16 fixed-point value expressed in degrees.
61 * The angle pi expressed in @FT_Angle units.
73 * The angle 2*pi expressed in @FT_Angle units.
85 * The angle pi/2 expressed in @FT_Angle units.
97 * The angle pi/4 expressed in @FT_Angle units.
109 * Return the sinus of a given angle in fixed-point format.
112 * angle ::
113 * The input angle.
119 * If you need both the sinus and cosinus for a given angle, use th
124 FT_Sin( FT_Angle angle ); variable
148 FT_Cos( FT_Angle angle ); variable
168 FT_Tan( FT_Angle angle ); variable
    [all...]
  /external/freetype/include/
fttrigon.h 48 * This type is used to model angle values in FreeType. Note that the
49 * angle is a 16.16 fixed-point value expressed in degrees.
61 * The angle pi expressed in @FT_Angle units.
73 * The angle 2*pi expressed in @FT_Angle units.
85 * The angle pi/2 expressed in @FT_Angle units.
97 * The angle pi/4 expressed in @FT_Angle units.
109 * Return the sinus of a given angle in fixed-point format.
112 * angle ::
113 * The input angle.
119 * If you need both the sinus and cosinus for a given angle, use th
124 FT_Sin( FT_Angle angle ); variable
148 FT_Cos( FT_Angle angle ); variable
168 FT_Tan( FT_Angle angle ); variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArcAbs.h 32 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
34 return adoptRef(new SVGPathSegArcAbs(element, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
38 SVGPathSegArcAbs(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
39 : SVGPathSegArc(element, x, y, r1, r2, angle, largeArcFlag, sweepFlag) { }
SVGPathSegArcRel.h 32 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
34 return adoptRef(new SVGPathSegArcRel(element, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
38 SVGPathSegArcRel(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
39 : SVGPathSegArc(element, 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/src/
translator_lib.target.darwin-arm64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.darwin-mips.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.darwin-mips64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.darwin-x86.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.darwin-x86_64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.linux-arm64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.linux-mips.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.linux-mips64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.linux-x86.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
translator_lib.target.linux-x86_64.mk 25 third_party/angle/src/common/RefCountObject.cpp \
26 third_party/angle/src/common/blocklayout.cpp \
27 third_party/angle/src/common/debug.cpp \
28 third_party/angle/src/common/event_tracer.cpp \
29 third_party/angle/src/common/mathutil.cpp \
30 third_party/angle/src/common/tls.cpp \
31 third_party/angle/src/common/utilities.cpp \
32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \
33 third_party/angle/src/compiler/translator/CodeGen.cpp \
34 third_party/angle/src/compiler/translator/Compiler.cpp
    [all...]
commit_id.target.darwin-arm.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.darwin-arm64.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.darwin-mips.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.darwin-mips64.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.darwin-x86.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.darwin-x86_64.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.linux-arm.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.linux-arm64.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
commit_id.target.linux-mips.mk 17 ### Rules for action "Generate ANGLE Commit ID Header":
18 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating ANGLE Commit ID ($@)
    [all...]
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_browsertest.cc 49 void SendFakeScreenOrientation(unsigned angle, const std::string& strType) {
54 screen_info.orientationAngle = angle;
80 int angle; local
82 "screen.orientation.angle")->GetAsInteger(&angle);
83 return angle;
108 int angle; local
110 "window.orientation")->GetAsInteger(&angle);
111 return angle;
146 int angle = GetOrientationAngle() local
174 int angle = GetWindowOrientationAngle(); local
    [all...]

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>