Home
last modified time | relevance | path

Searched defs:center (Results 176 - 200 of 215) sorted by relevance

123456789

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp409 void RSPaintFilterCanvasBase::DrawImageNine(const Drawing::Image* image, const Drawing::RectI& center, in DrawImageNine() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp310 void CoreCanvas::DrawImageNine(const Image* image, const RectI& center, const Rect& dst, in DrawImageNine() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h634 RectI center; member
641 DrawImageNineOpItem(const Image* image, const RectI& center, const Rect& dst, FilterMode filterMode, in DrawImageNineOpItem() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp547 void SkiaCanvas::DrawImageNine(const Image* image, const RectI& center, const Rect& dst, in DrawImageNine() argument
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c933 int center = ltp_smp - *bd->ltp_lag; in decode_var_block_data() local
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c314 double flen, center, tlength; in init_cqt() local
/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
/third_party/libinput/src/
H A Devdev.h712 evdev_hysteresis(const struct device_coords *in, const struct device_coords *center, const struct device_coords *margin) evdev_hysteresis() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1674 LoopChoiceNode* center = zone->New<LoopChoiceNode>( in RationalizeConsecutiveAtoms() local
[all...]
/third_party/python/Lib/idlelib/
H A Deditor.py1081 def center(self, mark="insert"): member in EditorWindow
/third_party/skia/src/core/
H A DSkBlurMF.cpp488 SkIPoint center; in filterRectsToNine() local
1505 SkPoint center = {srcRRect.getBounds().centerX(), srcRRect.getBounds().centerY()}; directFilterMaskGPU() local
[all...]
H A DSkCanvas.cpp701 SkPoint center = {rect.centerX(), rect.centerY()}; in compute_decomposition_center() local
735 skif::ParameterSpace<SkPoint> center = in get_layer_mapping_and_bounds() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp668 SkPoint center = SkPoint::Make(SkFixedToScalar(sweep_gradient.center.x), in colrv1_configure_skpaint() local
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h994 FT_Vector center; member
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c766 FT_Vector center; /* current position */ member
536 ft_stroke_border_arcto( FT_StrokeBorder border, FT_Vector* center, FT_Fixed radius, FT_Angle angle_start, FT_Angle angle_diff ) ft_stroke_border_arcto() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dtix.py1403 def center(self): member in DialogShell
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp230 SkPoint center = { o1.fX + t * v3.fX, o1.fY + t * v3.fY }; in add_arc() local
/third_party/skia/include/core/
H A DSkCanvas.h1397 void drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) { in drawCircle() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultisampleTests.cpp856 Vec2 center = (2.0f-quadDiagLen) * Vec2((float)(quadNdx%3), (float)(quadNdx/3)) / 2.0f - 0.5f*(2.0f-quadDiagLen); in iterate() local
[all...]
H A Des3fClippingTests.cpp1192 const tcu::Vec4 center = tcu::Vec4(center_.x(), center_.y(), center_.z(), 1.0f); in QuadFillTest() local
1229 const tcu::Vec4 center = tcu::Vec4(0, 0, 0, 1.0f); in TriangleFanFillTest() local
1856 tcu::Vec3 center; // center init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp1188 const tcu::Vec4 center = tcu::Vec4(center_.x(), center_.y(), center_.z(), 1.0f); in QuadFillTest() local
1225 const tcu::Vec4 center = tcu::Vec4(0, 0, 0, 1.0f); in TriangleFanFillTest() local
1852 tcu::Vec3 center; // center init() member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp542 RadialGradientShader(const Gradient& gradient, const SkPoint& center, float radius0, float radius1, float ratio) in RadialGradientShader() argument
619 SkPoint center = GetCenter(radialGradient, size, dipScale); in CreateRadialGradient() local
636 RSPoint center = GetCenter(radialGradient, size, dipScale); in CreateRadialGradient() local
688 SkPoint center = SkPoint::Make(size.width() / 2.0f, size.height() / 2.0f); GetCenter() local
705 RSPoint center = RSPoint(size.Width() / 2.0f, size.Height() / 2.0f); GetCenter() local
722 GetCircleSize( const RadialGradient& radialGradient, const SkSize& size, const SkPoint& center, float dipScale) GetCircleSize() argument
766 GetCircleSize( const RadialGradient& radialGradient, const RSSize& size, const RSPoint& center, float dipScale) GetCircleSize() argument
815 RadiusToSide( const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) RadiusToSide() argument
877 RadiusToCorner( const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) RadiusToCorner() argument
906 RadiusToCorner( const RSPoint& center, const RSSize& size, RadialShapeType type, const CompareType& compare) RadiusToCorner() argument
952 SweepGradientShader( const Gradient& gradient, const SkPoint& center, float startAngle, float endAngle, float rotation) SweepGradientShader() argument
1029 SkPoint center = GetCenter(sweepGradient, size, dipScale); CreateSweepGradient() local
1031 RSPoint center = GetCenter(sweepGradient, size, dipScale); CreateSweepGradient() local
1055 SkPoint center = SkPoint::Make(size.width() / 2.0f, size.height() / 2.0f); GetCenter() local
1074 RSPoint center = RSPoint(size.Width() / 2.0f, size.Height() / 2.0f); GetCenter() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1040 auto center = frameNode->GetPaintRectCenter(); in CreatePreviewNode() local

Completed in 66 milliseconds

123456789