/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_colorful_shadow_filter_test.cpp | 49 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 D | grid_cache_layout_test_ng.cpp | 124 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 D | grid_scroller_event_test_ng.cpp | 93 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 D | grid_layout_test_ng.cpp | 214 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 D | inner_xcomponent_controller.h | 57 virtual void GetSurfaceOffset(float& offsetX, float& offsetY) {} in GetSurfaceOffset() 63 virtual void SetIdealSurfaceOffsetY(float offsetY) {} in SetIdealSurfaceOffsetY()
|
H A D | xcomponent_controller_ng.cpp | 24 …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 D | xcomponent_paint_method.cpp | 31 auto offsetY = surfaceOffset.GetY(); in GetContentDrawFunction() local
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_event_transmission.cpp | 38 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 D | textpicker_overscroll.cpp | 33 bool TextPickerOverscroller::ApplyCurrentOffset(float yLast, float offsetY, float scrollDelta) in ApplyCurrentOffset() 103 void TextPickerOverscroller::UpdateTossSpring(float offsetY) in UpdateTossSpring()
|
H A D | textpicker_overscroll.h | 51 void SetStart(float offsetY) in SetStart()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 182 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 D | cj_text_clock_ffi.h | 53 double offsetY; member
|
H A D | cj_data_panel_ffi.h | 44 double offsetY; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_colorful_shadow_filter.cpp | 24 RSColorfulShadowFilter::RSColorfulShadowFilter(float blurRadius, float offsetX, float offsetY) in RSColorfulShadowFilter()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_mouse_key.cpp | 24 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 D | accessibility_event_transmission.cpp | 43 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 D | jsi_list_bridge.cpp | 40 double offsetY = 0.0; in JsGetCurrentOffset() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_pixel_stretch_params.h | 27 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 D | grid_row_layout_algorithm.h | 31 float offsetY = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_capsule_track.cpp | 80 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 D | rosen_render_clip.cpp | 28 void RosenRenderClip::SetOffsetY(double offsetY) in SetOffsetY()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_text_field_manager.cpp | 47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 112 [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 D | ui_scroll_view_unit_test.cpp | 201 const int16_t offsetY = 20; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_paint_method.h | 59 auto offsetY = offset_.GetY(); in UpdateContentModifier() local
|