/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_save_layer_ops.h | 28 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 D | rs_record_cmd_utils.cpp | 26 Drawing::Canvas* RSRecordCmdUtils::BeginRecording(Drawing::Rect& bounds) in BeginRecording() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | clipped_cubic.cpp | 40 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 D | text_blob_builder.cpp | 31 AllocRunPos(const Font& font, int count, const Rect* bounds) AllocRunPos() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | record_cmd.cpp | 24 RecordCmd::RecordCmd(const std::shared_ptr<DrawCmdList>& cmdList, const Rect& bounds) in RecordCmd() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_circle.cpp | 119 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | rosen_render_svg_line.cpp | 108 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | rosen_render_svg_ellipse.cpp | 109 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | rosen_render_svg_rect.cpp | 109 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | render_svg_mask.h | 56 void SetElementBounds(const Rect& bounds) in SetElementBounds() argument
|
H A D | rosen_render_svg_path.cpp | 113 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
H A D | rosen_render_svg_tspan.cpp | 105 void RosenRenderSvgTspan::MeasureTextPathBounds(PathOffset& pathOffset, Rect& bounds) in MeasureTextPathBounds() argument 145 double RosenRenderSvgTspan::OnMeasureTextPathBounds(const PathOffset& pathOffset, Rect& bounds) in OnMeasureTextPathBounds() argument
|
H A D | rosen_render_svg_text.cpp | 69 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 D | rosen_render_svg_text_path.cpp | 44 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 D | rs_texture_export.cpp | 53 auto bounds = rootNode_->GetStagingProperties().GetBounds(); in DoTextureExport() local
|
H A D | rs_root_node.cpp | 108 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | appearance_clip_test.cpp | 53 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 D | skia_text_blob_builder.cpp | 36 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 D | drawing_record_cmd.cpp | 54 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 D | skia_font_test.cpp | 169 Rect bounds[] = { rect1, rect2 }; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_draw_window_cache_unit_test.cpp | 70 Drawing::Rect bounds = {0, 0, canvasSize, canvasSize}; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_effect_render_node_drawable.cpp | 54 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 D | surface_test.cpp | 194 RectI bounds; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_draw_window_cache_test.cpp | 118 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 D | rssurfacenodecommand_fuzzer.cpp | 70 Vector4f bounds = {GetData<float>(), GetData<float>(), GetData<float>(), GetData<float>()};
in DoSurfacenodecommand() local
|