Home
last modified time | relevance | path

Searched defs:center (Results 51 - 75 of 238) sorted by relevance

12345678910

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.h87 BASE_NS::Math::Vec3 center; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp185 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 DGrShape.cpp109 SkPoint center = {fArc.fOval.centerX(), fArc.fOval.centerY()}; in simplifyArc() local
/third_party/skia/samplecode/
H A DSampleGradients.cpp68 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 DRegionOp.cpp225 SkIPoint center; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp47 dng_warp_params(uint32 planes, const dng_point_real64 &center) dng_warp_params() argument
318 dng_warp_params_rectilinear(uint32 planes, const dng_vector radParams [], const dng_vector tanParams [], const dng_point_real64 &center) dng_warp_params_rectilinear() argument
[all...]
/third_party/skia/gm/
H A Droundrects.cpp269 SkPoint center = SkPoint::Make(SkIntToScalar(0), SkIntToScalar(0)); variable
/third_party/skia/modules/particles/src/
H A DSkParticleDrawable.cpp83 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 DVenetianBlindsEffect.cpp133 const auto center = SkPoint::Make(0.5f * this->layerSize().width(), variable
/third_party/skia/fuzz/
H A DFuzzGradients.cpp145 SkPoint center; in fuzzRadialGradient() local
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h62 virtual void Mirror(const Offset& center, const Offset& global) {} in Mirror() argument
H A Drosen_render_transform.cpp179 void RosenRenderTransform::Mirror(const Offset& center, const Offset& global) in Mirror() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.cpp405 Offset center = (DOT1_POSITION + DOT4_POSITION) * dipScale * HALF; in PaintMore() local
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp58 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 Drender_data_panel.h30 Offset center; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.h41 Offset center; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp223 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 Dnode_model.h99 ArkUI_VerticalAlignRule center; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp338 auto center = propTransformCenter.value_or(DimensionOffset( in ToJsonValue() local
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h61 Point center; member
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp354 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 Drs_particle_noise_field.cpp38 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 Drs_particles_drawable.cpp66 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 Dskia_canvas_test.cpp969 RectI center; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree-remove.c269 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...]

Completed in 16 milliseconds

12345678910