Home
last modified time | relevance | path

Searched defs:offsetY (Results 1 – 25 of 272) sorted by relevance

1234567891011

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_colorful_shadow_filter_test.cpp49 float offsetY = 0.1f; variable
65 float offsetY = 0.1f; variable
86 float offsetY = 0.1f; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp124 float offsetY = -totalHeight + floor(index / colsNumber) * ITEM_HEIGHT + GRID_HEIGHT; variable
155 … float offsetY = -totalHeight + childProps->GetMainIndex().value_or(0) * ITEM_HEIGHT + GRID_HEIGHT; variable
191 … float offsetY = -totalHeight + childProps->GetMainIndex().value_or(0) * ITEM_HEIGHT + GRID_HEIGHT; variable
H A Dgrid_scroller_event_test_ng.cpp93 Dimension offsetY; variable
491 Dimension offsetY; variable
574 Dimension offsetY; variable
629 Dimension offsetY; variable
689 Dimension offsetY; variable
752 Dimension offsetY; variable
808 Dimension offsetY; variable
863 Dimension offsetY; variable
924 Dimension offsetY; variable
985 Dimension offsetY; variable
[all …]
H A Dgrid_layout_test_ng.cpp214 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; variable
1292 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; variable
1324 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; variable
1357 float offsetY = index % colsNumber * ITEM_HEIGHT; variable
1389 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; variable
1422 float offsetY = GRID_HEIGHT - index % colsNumber * ITEM_HEIGHT - ITEM_HEIGHT; variable
1446 float offsetY = floor(index / colsNumber) * ITEM_HEIGHT; variable
1470 float offsetY = index % rowsNumber * ITEM_HEIGHT; variable
1581 float offsetY = index / rowsNumber * (itemHeight + realRowsGap); variable
1610 float offsetY = index % rowsNumber * (itemHeight + realRowsGap); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dinner_xcomponent_controller.h57 virtual void GetSurfaceOffset(float& offsetX, float& offsetY) {} in GetSurfaceOffset()
63 virtual void SetIdealSurfaceOffsetY(float offsetY) {} in SetIdealSurfaceOffsetY()
H A Dxcomponent_controller_ng.cpp24 …ponentControllerErrorCode XComponentControllerNG::GetGlobalPosition(float& offsetX, float& offsetY) in GetGlobalPosition()
109 void XComponentControllerNG::GetSurfaceOffset(float& offsetX, float& offsetY) in GetSurfaceOffset()
148 void XComponentControllerNG::SetIdealSurfaceOffsetY(float offsetY) in SetIdealSurfaceOffsetY()
H A Dxcomponent_paint_method.cpp31 auto offsetY = surfaceOffset.GetY(); in GetContentDrawFunction() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_event_transmission.cpp38 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.cpp33 bool TextPickerOverscroller::ApplyCurrentOffset(float yLast, float offsetY, float scrollDelta) in ApplyCurrentOffset()
103 void TextPickerOverscroller::UpdateTossSpring(float offsetY) in UpdateTossSpring()
H A Dtextpicker_overscroll.h51 void SetStart(float offsetY) in SetStart()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp182 void TextureLayerImpl::ConfigWindow(float offsetX, float offsetY, float width, float height, float … in ConfigWindow()
202 TextureInfo TextureLayerImpl::OnWindowChange(float offsetX, float offsetY, float width, float heigh… in OnWindowChange()
270 TextureInfo TextureLayer::OnWindowChange(float offsetX, float offsetY, float width, float height, f… in OnWindowChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.h53 double offsetY; member
H A Dcj_data_panel_ffi.h44 double offsetY; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_colorful_shadow_filter.cpp24 RSColorfulShadowFilter::RSColorfulShadowFilter(float blurRadius, float offsetX, float offsetY) in RSColorfulShadowFilter()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp24 int32_t offsetY = 0; member
209 int32_t offsetY = iter->second.offsetY; in ExecuteMouseKey() local
237 void AccessibilityMouseKey::MoveMousePointer(int32_t offsetX, int32_t offsetY) in MoveMousePointer()
H A Daccessibility_event_transmission.cpp43 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_list_bridge.cpp40 double offsetY = 0.0; in JsGetCurrentOffset() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_pixel_stretch_params.h27 RSPixelStretchParams(float offsetX, float offsetY, float offsetZ, float offsetW, in RSPixelStretchParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.h31 float offsetY = 0; member
/ohos5.0/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(); in DrawCapsuleProgressVerticalAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drosen_render_clip.cpp28 void RosenRenderClip::SetOffsetY(double offsetY) in SetOffsetY()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_field_manager.cpp47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp112 [weak = WeakClaim(this)](int32_t offsetX, int32_t offsetY) { in Prepare()
432 int32_t offsetY = paintOffset.GetY() * viewScale; in OnXComponentSizeInit() local
493 int32_t offsetY = paintOffset.GetY() * viewScale; in OnXComponentSizeChange() local
519 void XComponentElement::OnXComponentPositionChange(int32_t offsetX, int32_t offsetY) in OnXComponentPositionChange()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp201 const int16_t offsetY = 20; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h59 auto offsetY = offset_.GetY(); in UpdateContentModifier() local

1234567891011