| /foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/ |
| H A D | noise_reduction_processor.h | 79 float offset;
member
|
| /foundation/ability/idl_tool/util/ |
| H A D | string_pool.cpp | 45 ptrdiff_t offset = AddInternal(string); in Add() local
|
| /foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
| H A D | extractor.h | 34 uint32_t offset = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_svg_painter.h | 47 double offset = 0.0; member 52 Offset offset; member 58 Offset offset; member
|
| H A D | rosen_scroll_fade_painter.cpp | 29 void RosenScrollFadePainter::Paint(SkCanvas* canvas, const Size& size, const Offset& offset) in Paint() argument 84 void RosenScrollFadePainter::PaintSide(RenderContext& context, const Size& size, const Offset& offset) in PaintSide() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | rosen_render_list.cpp | 21 void RosenRenderList::Paint(RenderContext& context, const Offset& offset) in Paint() argument 59 void RosenRenderList::PaintChild(const RefPtr<RenderNode>& child, RenderContext& context, const Offset& offset) in PaintChild() argument 68 void RosenRenderList::PaintStickyItem(RenderContext& context, const Offset& offset) in PaintStickyItem() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
| H A D | rosen_render_column_split.cpp | 34 void RosenRenderColumnSplit::Paint(RenderContext& context, const Offset& offset) in Paint() argument 57 void RosenRenderColumnSplit::PaintDivider(RenderContext& context, const Offset& offset, double width) in PaintDivider() argument
|
| H A D | rosen_render_row_split.cpp | 34 void RosenRenderRowSplit::Paint(RenderContext& context, const Offset& offset) in Paint() argument 57 void RosenRenderRowSplit::PaintDivider(RenderContext& context, const Offset& offset, double height) in PaintDivider() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| H A D | datepicker_paint_method.cpp | 66 OffsetF offset = OffsetF(contentRect.GetX(), upperLine);
in GetForegroundDrawFunction() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_ellipse.cpp | 28 void RosenRenderSvgEllipse::Paint(RenderContext& context, const Offset& offset) in Paint() argument 64 void RosenRenderSvgEllipse::PaintDirectly(RenderContext& context, const Offset& offset) in PaintDirectly() argument 104 GetPaintBounds(const Offset& offset) GetPaintBounds() argument [all...] |
| H A D | rosen_render_svg_rect.cpp | 28 void RosenRenderSvgRect::Paint(RenderContext& context, const Offset& offset) in Paint() argument 63 void RosenRenderSvgRect::PaintDirectly(RenderContext& context, const Offset& offset) in PaintDirectly() argument 104 GetPaintBounds(const Offset& offset) GetPaintBounds() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/piece/ |
| H A D | render_piece.cpp | 58 Offset offset = GetPosition(); in OnPaintFinish() local
|
| H A D | rosen_render_piece.cpp | 28 void RosenRenderPiece::Paint(RenderContext& context, const Offset& offset) in Paint() argument 87 SkRRect RosenRenderPiece::MakeRRect(const Offset& offset, const Size& size, const Border& border) const in MakeRRect() argument 104 MakeRRect( const Offset& offset, const Size& size, const Border& border) const MakeRRect() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
| H A D | rosen_render_drag_bar.cpp | 40 void RosenRenderDragBar::Paint(RenderContext& context, const Offset& offset) in Paint() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/shadow/ |
| H A D | rosen_render_shadow.cpp | 38 void RosenRenderShadow::Paint(RenderContext& context, const Offset& offset) in Paint() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | dimension_offset.h | 34 DimensionOffset(const Offset& offset) : deltaX_(Dimension(offset.GetX(), DimensionUnit::PX)), in DimensionOffset() argument 37 explicit DimensionOffset(const NG::OffsetF& offset) in DimensionOffset() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_component_api_bridge.cpp | 38 Offset offset; in JsGetScrollOffset() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
| H A D | scrollable_utils_test.cpp | 69 OffsetF offset = { 0, 0 }; in FillChildren() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
| H A D | grid_layout_range_solver_test.cpp | 254 float offset = -50.0f; in HWTEST_F() local 289 float offset = 0.0f; in HWTEST_F() local 567 const float offset = info.GetAnimatePosIrregular(22, GRID_HEIGHT, ScrollAlign::AUTO, 20.0f); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
| H A D | scroll_effect_test_ng.cpp | 245 OffsetF offset = OffsetF(0, 0); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
| H A D | select_model.h | 43 DimensionOffset offset = DimensionOffset(Dimension(0, DimensionUnit::VP), Dimension(0, DimensionUnit::VP)); member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_content_modifier.h | 44 void SetClipOffset(OffsetF offset) in SetClipOffset() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
| H A D | render_ability_component.cpp | 77 void RenderAbilityComponent::Paint(RenderContext& context, const Offset& offset) in Paint() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
| H A D | grid_col_component.h | 37 void SetOffset(const GridContainerSize& offset) in SetOffset() argument
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| H A D | raw_recognizer.cpp | 132 auto offset = Offset(touchPoint.x, touchPoint.y); in CreateTouchEventInfo() local
|