Home
last modified time | relevance | path

Searched defs:offsetY (Results 26 - 50 of 323) sorted by relevance

12345678910>>...13

/third_party/skia/gm/
H A Dlcdoverlap.cpp82 SkScalar offsetY = kHeight / 4.0f; variable
H A Dpictureshadertile.cpp31 SkScalar offsetX, offsetY; member
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_tspan.cpp37 double offsetY = hasY_ ? (drawOffset.svg.GetY() + y + dy) : (drawOffset.current.GetY() + dy); in UpdateDrawOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h59 auto offsetY = offset_.GetY(); variable
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_capsule_track.cpp80 double offsetY = offset.GetY(); in DrawCapsuleProgressAnimation() local
149 double offsetY = offset.GetY(); DrawCapsuleProgressVerticalAnimation() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtext_field_manager.cpp74 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp190 float offsetY = ITEM_MAIN_SIZE * ratio; in HWTEST_F() local
242 float offsetY = ITEM_MAIN_SIZE * ratio; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_paint_method.cpp69 OffsetF offsetY = OffsetF(contentRect.GetX(), downLine); in GetForegroundDrawFunction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.h51 void SetStart(float offsetY) in SetStart() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h26 ArkUI_Float32 offsetY; member
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_input_interceptor.cpp51 void AccessibilityInputInterceptor::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse() argument
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_input_interceptor.cpp51 void MockAccessibilityInputInterceptor::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h36 float offsetY = 0.0f; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp72 int offsetY = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp164 int32_t offsetY = 0; in HWTEST_F() local
182 int32_t offsetY = 0; in HWTEST_F() local
/foundation/window/window_manager/wm/include/
H A Dgtx_input_event_sender.h42 int32_t offsetY = .0; member
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h41 int32_t offsetY = 0; member
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.h49 virtual void SetOffsetY(double offsetY) in SetOffsetY() argument
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.cpp80 auto offsetY = themeStyle->GetAttr<double>(offsetYName, 0.0); in ParseShadowParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_property.h32 double offsetY = 5.0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h39 float offsetY = DEFAULT_GAUGE_SHADOW_OFFSETY; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_layout_test_ng.cpp58 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; in HWTEST_F() local
262 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; in HWTEST_F() local
294 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; in HWTEST_F() local
327 float offsetY = index % colsNumber * ITEM_HEIGHT; in HWTEST_F() local
359 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; in HWTEST_F() local
392 float offsetY = GRID_HEIGHT - index % colsNumber * ITEM_HEIGHT - ITEM_HEIGHT; HWTEST_F() local
422 float offsetY = index / rowsNumber * (itemHeight + realRowsGap); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp1658 const float offsetY = 30.5f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_controller_ng.cpp21 XComponentControllerErrorCode XComponentControllerNG::GetGlobalPosition(float& offsetX, float& offsetY) in GetGlobalPosition() argument
106 void XComponentControllerNG::GetSurfaceOffset(float& offsetX, float& offsetY) in GetSurfaceOffset() argument
145 void XComponentControllerNG::SetIdealSurfaceOffsetY(float offsetY) in SetIdealSurfaceOffsetY() argument
H A Dinner_xcomponent_controller.h57 virtual void GetSurfaceOffset(float& offsetX, float& offsetY) {} in GetSurfaceOffset() argument
63 virtual void SetIdealSurfaceOffsetY(float offsetY) {} in SetIdealSurfaceOffsetY() argument

Completed in 13 milliseconds

12345678910>>...13