Home
last modified time | relevance | path

Searched defs:angle (Results 601 - 620 of 620) sorted by relevance

1...<<2122232425

/third_party/skia/src/core/
H A DSkPath.cpp1164 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp694 static float angle = 0.0f; in ShowDemoWindowWidgets() local
/third_party/skia/tests/
H A DPathTest.cpp3733 static inline SkScalar canonical_start_angle(float angle) { in canonical_start_angle() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3173 const float angle = (4.0f * std::acos(0.0f)) / float(triangleCount); variable
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp369 ArkUI_Float32 CheckAngle(const ArkUI_Float32 angle) in CheckAngle() argument
2226 auto angle = values[NUM_6]; SetRotate() local
2254 auto angle = values[NUM_3]; SetRotateWithoutTransformCenter() local
4170 SetRotateTransition(ArkUINodeHandle node, ArkUI_Float32* arrayValue, ArkUI_Int32 length, ArkUI_Float32 perspective, ArkUI_Float32 angle, const ArkUIAnimationOptionType* animationOption) SetRotateTransition() argument
4240 auto angle = rotateEffect->GetEffect().angle; GetRotateTransition() local
5405 auto angle = gradient.GetLinearGradient()->angle; GetLinearGradient() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp298 void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) { } in __indirect_glRotated() argument
299 void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { } in __indirect_glRotatef() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp55 namespace angle namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1562 void Context::rotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in rotated() argument
/third_party/skia/third_party/externals/angle2/util/
H A Dgles_loader_autogen.h1643 namespace angle namespace
H A Dgles_loader_autogen.cpp825 namespace angle namespace
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp135 void ParseJsAngle(const EcmaVM *vm, const Local<JSValueRef> &value, std::optional<float> &angle) in ParseJsAngle() argument
577 Framework::JSViewAbstract::GetJsAngle(static_cast<int32_t>(ArkUIIndex::ANGLE), jsObj, angle); in ParseJsRotate() local
589 std::optional<float> angle; in ParseChainedRotateTransition() local
543 ParseJsRotate( const Framework::JSRef<Framework::JSVal>& jsValue, NG::RotateOptions& rotate, std::optional<float>& angle) ParseJsRotate() argument
790 std::optional<float> angle; ParseJsTransition() local
1198 GetJsAngle(const EcmaVM* vm, const Local<JSValueRef>& angleArg, std::optional<float>& angle) GetJsAngle() argument
1234 float angle = 0.0f; ParseRotate() local
6348 GetRotationGestureValue( ArkUIRuntimeCallInfo* runtimeCallInfo, int32_t& fingers, double& angle, uint32_t argNumber) GetRotationGestureValue() argument
7349 double angle = DEFAULT_ROTATION_ANGLE; AddRotationGesture() local
7476 double angle = DEFAULT_ROTATION_ANGLE; AddRotationGestureToGroup() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c3970 save_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in save_Rotatef() argument
3989 save_Rotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in save_Rotated() argument
9326 save_MatrixRotatefEXT(GLenum matrixMode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in save_MatrixRotatefEXT() argument
9345 save_MatrixRotatedEXT(GLenum matrixMode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in save_MatrixRotatedEXT() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp1166 void GL_APIENTRY glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in glRotated() argument
1171 void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp2626 void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
2631 void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp216 void ParseJsRotate(const JSRef<JSVal>& jsValue, NG::RotateOptions& rotate, std::optional<float>& angle) in ParseJsRotate() argument
257 JSViewAbstract::GetJsAngle(static_cast<int32_t>(ArkUIIndex::ANGLE), jsObj, angle); in ParseJsRotate() local
569 std::optional<float> angle; in ParseChainedRotateTransition() local
1755 std::optional<float> angle; in JsRotate() local
1872 std::optional<float> angle; ParseJsTransition() local
9454 GetAngle( const std::string& key, const std::unique_ptr<JsonValue>& jsonValue, std::optional<float>& angle) GetAngle() argument
9465 GetJsAngle( int32_t key, const JSRef<JSVal>& jsValue, std::optional<float>& angle) GetJsAngle() argument
9480 GetJsAngleWithDefault( int32_t key, const JSRef<JSObject>& jsObj, std::optional<float>& angle, float defaultValue) GetJsAngleWithDefault() argument
9496 CheckAngle(std::optional<float>& angle) CheckAngle() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9039 float angle = 0.0f; in SetRotateTransition() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dentry_points_enum_autogen.h14 namespace angle namespace
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h528 ArkUI_Float32 angle; member
581 ArkUI_Float32 angle; member
1081 ArkUI_Float32 angle; member
1404 ArkUI_Float32 angle; member
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h491 ArkUI_Float32 angle; member
544 ArkUI_Float32 angle; member
1006 ArkUI_Float32 angle; member
1313 ArkUI_Float32 angle; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 265 milliseconds

1...<<2122232425