| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 1164 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 694 static float angle = 0.0f; in ShowDemoWindowWidgets() local
|
| /third_party/skia/tests/ |
| H A D | PathTest.cpp | 3733 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 D | vktRayTracingAccelerationStructuresTests.cpp | 3173 const float angle = (4.0f * std::acos(0.0f)) / float(triangleCount); variable
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_common_modifier.cpp | 369 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 D | indirect_api.cpp | 298 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 D | FrameCapture.cpp | 55 namespace angle namespace [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl.cpp | 1562 void Context::rotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in rotated() argument
|
| /third_party/skia/third_party/externals/angle2/util/ |
| H A D | gles_loader_autogen.h | 1643 namespace angle namespace
|
| H A D | gles_loader_autogen.cpp | 825 namespace angle namespace
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_common_bridge.cpp | 135 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 D | dlist.c | 3970 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 D | libGL_autogen.cpp | 1166 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 D | libGLESv2_autogen.cpp | 2626 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 D | js_view_abstract.cpp | 216 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 D | style_modifier.cpp | 9039 float angle = 0.0f; in SetRotateTransition() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | entry_points_enum_autogen.h | 14 namespace angle namespace
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
| H A D | arkoala_api.h | 528 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 D | arkoala_api.h | 491 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |