| /third_party/skia/bench/ |
| H A D | AAClipBench.cpp | 224 SkIRect bounds; in AAClipRegionBench() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_polygon.cpp | 205 auto& bounds = path.getBounds(); in GetPaintBounds() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| H A D | system_window_scene.cpp | 45 void SystemWindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument [all...] |
| H A D | window_scene.cpp | 222 void WindowScene::OnBoundsChanged(const Rosen::Vector4f& bounds) in OnBoundsChanged() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_graphic.cpp | 59 auto bounds = AsPath(layout).GetBounds(); in OnDraw() local 83 auto bounds = AsBounds(viewPort); in SetLinearGradient() local 117 auto bounds = AsBounds(viewPort); SetRadialGradient() local 226 auto bounds = path_.GetBounds(); SetGradientFillStyle() local 435 RectifyTargetSize(const Rect& bounds, double& width, double& height) RectifyTargetSize() argument [all...] |
| /foundation/barrierfree/accessibility/frameworks/common/src/ |
| H A D | accessibility_window_info.cpp | 65 void AccessibilityWindowInfo::SetRectInScreen(const Rect &bounds) in SetRectInScreen() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_display_node.cpp | 143 auto bounds = GetStagingProperties().GetBounds(); in OnBoundsSizeChanged() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | luma_filter.cpp | 113 void draw_scene_oval(OH_Drawing_Canvas* canvas, OH_Drawing_Brush* brush, DrawRect bounds, OH_Drawing_ShaderEffect* s1) in draw_scene_oval() argument 139 DrawRect bounds = { 0, 0, g_kSize, g_kSize }; // 0, 0 bounds in draw_scene() local [all...] |
| H A D | dashing.cpp | 182 DrawRect bounds = { 0, 0, 120, 120 }; in OnTestFunction() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
| H A D | text_blob_fuzzer.cpp | 182 float* bounds = new float[countT]; in TextBlobFuzzTest005() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_animation_trace_utils.cpp | 187 [[maybe_unused]] auto bounds = node.GetRenderProperties().GetBoundsRect().ToString(); in addRenderNodeTrace() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_mask.cpp | 235 auto bounds = maskPath_->GetBounds(); in Dump() local
|
| H A D | rs_particles_drawable.cpp | 169 void RSParticlesDrawable::Draw(Drawing::Canvas& canvas, std::shared_ptr<RectF> bounds) in Draw() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/ |
| H A D | rscommand_fuzzer.cpp | 91 Vector4f bounds = {GetData<float>(), GetData<float>(), GetData<float>(), GetData<float>()}; in RSSurfaceNodeCommandFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
| H A D | rs_render_property.cpp | 627 const auto bounds = path.GetBounds(); in Dump() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_render_thread_visitor_test.cpp | 1369 RectF bounds; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/ |
| H A D | font_fuzzer.cpp | 168 Rect* bounds = new Rect[count]; in FontFuzzTest005() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_text_run_test.cpp | 141 OH_Drawing_Rect* bounds = OH_Drawing_GetRunImageBounds(run); in HWTEST_F() local 238 OH_Drawing_Rect* bounds = OH_Drawing_GetRunImageBounds(run); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
| H A D | appearance_outlineborder_radius_test.cpp | 35 void setNode(std::shared_ptr<RSCanvasNode>& node, const Vector4f& bounds, Vector4<Color> outLineColor) in setNode() argument
|
| H A D | appearance_border_radius_test.cpp | 35 void setNode(std::shared_ptr<RSCanvasNode>& node, const Vector4f& bounds, Vector4<Color> outLineColor) in setNode() argument
|
| H A D | appearance_border_test.cpp | 35 void setNode(std::shared_ptr<RSCanvasNode>& node, const Vector4f& bounds, Vector4<Color> outLineColor) in setNode() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| H A D | core_canvas.h | 97 SaveLayerOps(const Rect* bounds, const Brush* brush, uint32_t saveLayerFlags = 0) in SaveLayerOps() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_text_blob.cpp | 175 int SkiaTextBlob::GetIntercepts(const float bounds[], float intervals[], const Paint* paint) const in GetIntercepts() argument 236 auto bounds = skTextBlob_->bounds(); in Bounds() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_render_node_drawable_autocache.cpp | 348 auto bounds = params->GetBounds(); in GetNodeDebugInfo() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| H A D | canvas_test.cpp | 400 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
|