Searched refs:angle (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttrigon.h48 * 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, us
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/
H A Dfttrigon.h48 * 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, us
124 FT_Sin( FT_Angle angle ); variable
148 FT_Cos( FT_Angle angle ); variable
168 FT_Tan( FT_Angle angle ); variable
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttrigon.h48 * 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, us
124 FT_Sin( FT_Angle angle ); variable
148 FT_Cos( FT_Angle angle ); variable
168 FT_Tan( FT_Angle angle ); variable
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttrigon.h48 * 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, us
124 FT_Sin( FT_Angle angle ); variable
148 FT_Cos( FT_Angle angle ); variable
168 FT_Tan( FT_Angle angle ); variable
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFloatMath.java37 public static float sin(float angle) { argument
38 return (float) Math.sin(angle);
42 public static float cos(float angle) { argument
43 return (float) Math.cos(angle);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransform.idl38 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/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_ball_as_image.js13 function drawBall(x, y, angle) {
16 canvasContext.rotate(angle);
H A Dbouncing_balls_draw_ball_as_rect.js11 function drawBall(x, y, angle) {
15 canvasContext.rotate(angle);
H A Dbouncing_balls_draw_ball_as_filled_path.js16 function drawBall(x, y, angle) {
20 canvasContext.rotate(angle);
24 var angle = i * 2.0 * Math.PI / segmentCount;
25 canvasContext.lineTo(ballRadius*Math.cos(angle),
26 ballRadius*Math.sin(angle));
/external/chromium_org/third_party/angle/src/
H A Dtranslator_lib.target.darwin-arm64.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.darwin-mips.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.darwin-x86.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.darwin-x86_64.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.linux-arm64.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.linux-mips.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.linux-x86.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dtranslator_lib.target.linux-x86_64.mk26 third_party/angle/src/common/RefCountObject.cpp \
27 third_party/angle/src/common/blocklayout.cpp \
28 third_party/angle/src/common/debug.cpp \
29 third_party/angle/src/common/event_tracer.cpp \
30 third_party/angle/src/common/mathutil.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 \
35 third_party/angle/sr
[all...]
H A Dcommit_id.target.darwin-arm.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.darwin-arm64.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.darwin-mips.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.darwin-x86.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.darwin-x86_64.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.linux-arm.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.linux-arm64.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]
H A Dcommit_id.target.linux-mips.mk19 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_var_prefix := $(GYP_VAR_PREFIX)
21 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
22 $(gyp_shared_intermediate_dir)/angle/id/commit.h: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
23 $(gyp_shared_intermediate_dir)/angle/id/commit.h: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
24 $(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)
26 $(hide)cd $(gyp_local_path)/third_party/angle/src; mkdir -p $(gyp_shared_intermediate_dir)/angle/i
[all...]

Completed in 333 milliseconds

1234567891011>>