Home
last modified time | relevance | path

Searched defs:bounds (Results 1 - 25 of 126) sorted by relevance

123456

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_save_layer_ops.h28 TestingSaveLayerOps(const TestingRect* bounds, const TestingBrush* brush, uint32_t saveLayerFlags = 0) {} in TestingSaveLayerOps() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_record_cmd_utils.cpp26 Drawing::Canvas* RSRecordCmdUtils::BeginRecording(Drawing::Rect& bounds) in BeginRecording() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dclipped_cubic.cpp40 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(float(0), float(0), float(170), float(150)); // 170 150 坐标 in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob_builder.cpp31 AllocRunPos(const Font& font, int count, const Rect* bounds) AllocRunPos() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecord_cmd.cpp24 RecordCmd::RecordCmd(const std::shared_ptr<DrawCmdList>& cmdList, const Rect& bounds) in RecordCmd() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_circle.cpp119 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
H A Drosen_render_svg_line.cpp108 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
H A Drosen_render_svg_ellipse.cpp109 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
H A Drosen_render_svg_rect.cpp109 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
H A Drender_svg_mask.h56 void SetElementBounds(const Rect& bounds) in SetElementBounds() argument
H A Drosen_render_svg_path.cpp113 auto& bounds = path.getBounds(); in GetPaintBounds() local
[all...]
H A Drosen_render_svg_tspan.cpp105 void RosenRenderSvgTspan::MeasureTextPathBounds(PathOffset& pathOffset, Rect& bounds) in MeasureTextPathBounds() argument
145 double RosenRenderSvgTspan::OnMeasureTextPathBounds(const PathOffset& pathOffset, Rect& bounds) in OnMeasureTextPathBounds() argument
H A Drosen_render_svg_text.cpp69 Rect bounds; in GetPaintBounds() local
74 void RosenRenderSvgText::MeasureTextBounds(DrawOffset& drawOffset, Rect& bounds) in MeasureTextBounds() argument
157 Offset RosenRenderSvgText::OnMeasureTextBounds(const DrawOffset& drawOffset, Rect& bounds) in OnMeasureTextBounds() argument
H A Drosen_render_svg_text_path.cpp44 Offset RosenRenderSvgTextPath::MeasureTextPathBounds(const Offset& offset, Rect& bounds) in MeasureTextPathBounds() argument
70 Rect bounds; in GetPaintBounds() local
71 MeasureTextPathBounds(Offset(), bounds); in GetPaintBounds() local
125 double RosenRenderSvgTextPath::OnMeasureTextPathBounds(const PathOffset& pathOffset, Rect& bounds) in OnMeasureTextPathBounds() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_texture_export.cpp53 auto bounds = rootNode_->GetStagingProperties().GetBounds(); in DoTextureExport() local
H A Drs_root_node.cpp108 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dappearance_clip_test.cpp53 Vector4f bounds = { i * 410.0, j * 500.0, 400.0, 400.0 }; in GRAPHIC_TEST() local
97 Vector4f bounds = { i * 410.0, j * 500.0, 400.0, 400.0 }; in GRAPHIC_TEST() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob_builder.cpp36 const TextBlobBuilder::RunBuffer& SkiaTextBlobBuilder::AllocRunPos(const Font& font, int count, const Rect* bounds) in AllocRunPos() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_record_cmd.cpp54 auto bounds = Drawing::Rect(0, 0, width, height); in OH_Drawing_RecordCmdUtilsBeginRecording() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_font_test.cpp169 Rect bounds[] = { rect1, rect2 }; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_draw_window_cache_unit_test.cpp70 Drawing::Rect bounds = {0, 0, canvasSize, canvasSize}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp54 const Drawing::Rect& bounds = effectParams->GetFrameRect(); in OnDraw() local
63 GenerateEffectDataOnDemand(RSEffectRenderParams* effectParams, Drawing::Canvas& canvas, const Drawing::Rect& bounds, RSPaintFilterCanvas* paintFilterCanvas) GenerateEffectDataOnDemand() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dsurface_test.cpp194 RectI bounds; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_draw_window_cache_test.cpp118 Drawing::Rect bounds = {0, 0, canvasSize, canvasSize}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp70 Vector4f bounds = {GetData<float>(), GetData<float>(), GetData<float>(), GetData<float>()}; in DoSurfacenodecommand() local

Completed in 9 milliseconds

123456