Home
last modified time | relevance | path

Searched defs:position (Results 26 - 50 of 1460) sorted by relevance

12345678910>>...59

/third_party/skia/modules/sksg/src/
H A DSkSGGradient.cpp26 SkScalar position = 0; in onRevalidateShader() local
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/
H A Dcube.h45 float position = 10; member in Cube
/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_file_data_source.cpp23 HapFileDataSource(RandomAccessFile& hapFile, long long offset, long long size, long long position) HapFileDataSource() argument
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_controller.cpp22 void GridController::JumpTo(double position) in JumpTo() argument
32 void GridController::AnimateTo(double position, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_scroll_bar_controller.cpp57 void TextFieldScrollBarController::ProcessScrollMotion(double position) in ProcessScrollMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_circular_track.cpp55 float position[] = { COLOR_STOP, 2.0 * COLOR_STOP, 1.0 }; in DrawArc() local
84 RSScalar position[] = { COLOR_STOP, 2.0 * COLOR_STOP, 1.0 }; in DrawArc() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textarea_ffi.cpp61 int32_t position = value < 0 ? 0 : value; in FfiOHOSAceFrameworkTextAreaControllerCaretPosition() local
H A Dcj_textinput_ffi.cpp61 int32_t position = value < 0 ? 0 : value; in FfiOHOSAceFrameworkTextInputControllerCaretPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp58 void ListScrollBarController::ProcessScrollMotion(double position) in ProcessScrollMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_spring_effect.cpp56 double position = currentPositionCallback_(); in ProcessScrollOver() local
77 double position = currentPositionCallback_(); in ProcessSpringUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_scroll_controller.cpp55 void GridScrollController::ProcessScrollMotion(double position) in ProcessScrollMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp60 void WaterFlowScrollController::ProcessScrollMotion(double position) in ProcessScrollMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dnode_content.cpp49 void NodeContent::AddNode(UINode* node, int32_t position) in AddNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp41 bool InputAIChecker::IsSingleClickAtBoundary(int32_t position, int32_t textLength) in IsSingleClickAtBoundary() argument
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_gesture_inject_path_parcel.cpp38 AccessibilityGesturePosition position; in ReadFromParcel() local
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_gesture_inject_path_parcel.cpp38 AccessibilityGesturePosition position; in ReadFromParcel() local
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_capturer_period_position_callback.h37 int64_t position = 0; member
H A Dnapi_capturer_position_callback.h37 int64_t position = 0; member
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_renderer_period_position_callback.h36 int64_t position = 0; member
H A Dnapi_renderer_position_callback.h39 int64_t position = 0; member
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dsphere.h24 Sphere(std::string name, float radius, float rings, float sectors, Vec3& position) in Sphere() argument
H A Dcone.h24 Cone(std::string name, float radius, float length, float sectors, Vec3& position) : Geometry(name, position), in Cone() argument
H A Dcube.h24 Cube(std::string name, float width, float height, float depth, Vec3& position) : Geometry(name, position), in Cube() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_steps_interpolator.cpp25 RSStepsInterpolator::RSStepsInterpolator(int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() argument
29 RSStepsInterpolator::RSStepsInterpolator(uint64_t id, int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() argument
54 int32_t position = 0; in Unmarshalling() local

Completed in 7 milliseconds

12345678910>>...59