Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 128) sorted by relevance

123456

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp87 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
105 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
123 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
142 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
161 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
180 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
197 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
211 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
225 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
239 auto bounds = surfaceNode->GetStagingProperties().GetBounds(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dsurface_test.cpp194 RectI bounds; variable
213 RectI bounds(1, 1, 15, 20); variable
232 RectI bounds(70, 75, 100, 100); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_text_path.cpp44 Offset RosenRenderSvgTextPath::MeasureTextPathBounds(const Offset& offset, Rect& bounds) in MeasureTextPathBounds()
70 Rect bounds; in GetPaintBounds() local
125 double RosenRenderSvgTextPath::OnMeasureTextPathBounds(const PathOffset& pathOffset, Rect& bounds) in OnMeasureTextPathBounds()
H A Drosen_render_svg_text.cpp69 Rect bounds; in GetPaintBounds() local
74 void RosenRenderSvgText::MeasureTextBounds(DrawOffset& drawOffset, Rect& bounds) in MeasureTextBounds()
157 Offset RosenRenderSvgText::OnMeasureTextBounds(const DrawOffset& drawOffset, Rect& bounds) in OnMeasureTextBounds()
H A Drosen_render_svg_tspan.cpp105 void RosenRenderSvgTspan::MeasureTextPathBounds(PathOffset& pathOffset, Rect& bounds) in MeasureTextPathBounds()
145 double RosenRenderSvgTspan::OnMeasureTextPathBounds(const PathOffset& pathOffset, Rect& bounds) in OnMeasureTextPathBounds()
H A Drender_svg_mask.h56 void SetElementBounds(const Rect& bounds) in SetElementBounds()
H A Drosen_render_svg_circle.cpp119 auto& bounds = path.getBounds(); in GetPaintBounds() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp58 const Drawing::Rect& bounds = effectParams->GetFrameRect(); in OnDraw() local
76 Drawing::Canvas& canvas, const Drawing::Rect& bounds, RSPaintFilterCanvas* paintFilterCanvas) in GenerateEffectDataOnDemand()
H A Drs_surface_render_node_drawable.cpp95 auto bounds = surfaceParams.GetFrameRect(); in OnGeneralProcess() local
823 auto bounds = surfaceParams.GetBounds(); in ClipHoleForSelfDrawingNode() local
859 auto bounds = RSPropertiesPainter::Rect2DrawingRect({ 0, 0, in DrawSelfDrawingNodeBuffer() local
904 …Drawing::Rect bounds = GetRenderParams() ? GetRenderParams()->GetBounds() : Drawing::Rect(0, 0, 0,… in DealWithUIFirstCache() local
963 const Drawing::Rect& bounds = surfaceParams->GetFrameRect(); in EnableGpuOverDrawDrawBufferOptimization() local
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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)); // 17… in OnTestFunction() local
H A Dluma_filter.cpp113 void draw_scene_oval(OH_Drawing_Canvas* canvas, OH_Drawing_Brush* brush, DrawRect bounds, OH_Drawin… in draw_scene_oval()
139 DrawRect bounds = { 0, 0, g_kSize, g_kSize }; // 0, 0 bounds in draw_scene() local
H A Dconic_paths.cpp89 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0, 0, 0, 0); in DrawSence() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob_builder.cpp32 const Rect* bounds) in AllocRunPos()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp129 RRect bounds; variable
159 RRect bounds; variable
399 RRect bounds = property->GetBounds(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp266 bool SkiaCanvasAutoCache::RecordDrawArea(const SkRect& bounds, const SkPaint& paint, const SkMatrix… in RecordDrawArea()
324 SkRect bounds; in onDrawPoints() local
352 const SkRect& bounds = rrect.getBounds(); in onDrawRRect() local
374 const SkRect bounds = SkRect::Make(region.getBounds()); in onDrawRegion() local
424 SkRect bounds = SkRect::MakeXYWH(left, top, image->width(), image->height()); in onDrawImage2() local
477 SkRect bounds; in onDrawPatch() local
515 SkRect bounds = list.sourceBounds(); in onDrawGlyphRunList() local
H A Dskia_text_blob_builder.cpp36 …ilder::RunBuffer& SkiaTextBlobBuilder::AllocRunPos(const Font& font, int count, const Rect* bounds) in AllocRunPos()
/ohos5.0/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_proxy_node.h49 void SetBounds(const Vector4f& bounds) override {} in SetBounds()
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp1055 RectF bounds(1, 2, 3, 4); variable
1072 RectF bounds(1, 2, 3, 4); variable
1090 RectF bounds(1, 2, 3, 4); variable
1107 RectF bounds(1, 2, 3, 4); variable
1124 RectF bounds(1, 2, 3, 4); variable
1142 RectF bounds(1, 2, 3, 4); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/
H A Drsproxynode_fuzzer.cpp72 Vector4f bounds = {GetData<float>(), GetData<float>(), GetData<float>(), GetData<float>()}; in DoRSProxyNode() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp54 auto bounds = AsBounds(viewPort); in SetLinearGradient() local
83 auto bounds = AsBounds(viewPort); in SetRadialGradient() local

123456