| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | render_preprocessor_system.h | 87 BASE_NS::Math::Vec3 center; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_recording_canvas.cpp | 185 DrawImageNineWithPixelMap(const std::shared_ptr<Media::PixelMap>& pixelmap, const Drawing::RectI& center, const Drawing::Rect& dst, Drawing::FilterMode filter, const Drawing::Brush* brush) DrawImageNineWithPixelMap() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.cpp | 109 SkPoint center = {fArc.fOval.centerX(), fArc.fOval.centerY()}; in simplifyArc() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleGradients.cpp | 68 SkPoint center; in MakeRadial() local 76 SkPoint center; in MakeSweep() local 96 SkPoint center; in Make2ConicalConcentric() local [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | RegionOp.cpp | 225 SkIPoint center; in GR_DRAW_OP_TEST_DEFINE() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_lens_correction.cpp | 47 dng_warp_params(uint32 planes, const dng_point_real64 ¢er) dng_warp_params() argument 318 dng_warp_params_rectilinear(uint32 planes, const dng_vector radParams [], const dng_vector tanParams [], const dng_point_real64 ¢er) dng_warp_params_rectilinear() argument [all...] |
| /third_party/skia/gm/ |
| H A D | roundrects.cpp | 269 SkPoint center = SkPoint::Make(SkIntToScalar(0), SkIntToScalar(0)); variable
|
| /third_party/skia/modules/particles/src/ |
| H A D | SkParticleDrawable.cpp | 83 SkPoint center = { SkIntToScalar(r), SkIntToScalar(r) }; variable 129 SkPoint center = { baseRect.width() * 0.5f, baseRect.height() * 0.5f }; variable
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | VenetianBlindsEffect.cpp | 133 const auto center = SkPoint::Make(0.5f * this->layerSize().width(), variable
|
| /third_party/skia/fuzz/ |
| H A D | FuzzGradients.cpp | 145 SkPoint center; in fuzzRadialGradient() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| H A D | render_transform.h | 62 virtual void Mirror(const Offset& center, const Offset& global) {} in Mirror() argument
|
| H A D | rosen_render_transform.cpp | 179 void RosenRenderTransform::Mirror(const Offset& center, const Offset& global) in Mirror() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | rosen_render_text_overlay.cpp | 405 Offset center = (DOT1_POSITION + DOT4_POSITION) * dipScale * HALF; in PaintMore() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/clock/ |
| H A D | rosen_render_clock.cpp | 58 Offset center = paintOffset_ + Offset(drawSize_.Width() / 2.0, drawSize_.Height() / 2.0); in PerformLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
| H A D | render_data_panel.h | 30 Offset center; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_modifier.h | 41 Offset center; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_graphic.cpp | 223 auto center = RSPoint(static_cast<RSScalar>(info.cx), static_cast<RSScalar>(info.cy)); in SetGradientFillStyle() local 316 auto center = RSPoint(static_cast<RSScalar>(info.cx), static_cast<RSScalar>(info.cy)); in SetStrokeGradientStyle() local [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_model.h | 99 ArkUI_VerticalAlignRule center; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | render_property.cpp | 338 auto center = propTransformCenter.value_or(DimensionOffset( in ToJsonValue() local
|
| /foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
| H A D | gfx_engine_manager.h | 61 Point center; member
|
| /foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
| H A D | ui_test_circle_progress.cpp | 354 static Point center = {75, 75}; // 75: position x 75: position y in OnClick() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_particle_noise_field.cpp | 38 CalculateDistanceToRectangleEdge( const Vector2f& position, const Vector2f& direction, const Vector2f& center, const Vector2f& size) CalculateDistanceToRectangleEdge() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_particles_drawable.cpp | 66 Drawing::RSXform RSParticlesDrawable::MakeRSXform(Vector2f center, Vector2f position, float spin, float scale) in MakeRSXform() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| H A D | skia_canvas_test.cpp | 969 RectI center; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/drivers/md/persistent-data/ |
| H A D | dm-btree-remove.c | 269 delete_center_node(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) delete_center_node() argument 300 redistribute3(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) redistribute3() argument 351 struct btree_node *center = c->n; __rebalance3() local 376 struct child left, center, right; rebalance3() local [all...] |