| /third_party/icu/icu4c/source/i18n/ |
| H A D | astro.cpp | 1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | astro.cpp | 1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
|
| /third_party/libinput/src/ |
| H A D | evdev.h | 712 evdev_hysteresis(const struct device_coords *in, const struct device_coords *center, const struct device_coords *margin) evdev_hysteresis() argument [all...] |
| H A D | evdev-mt-touchpad.h | 222 struct device_coords center; member 232 struct device_coords center; member 363 struct device_float_coords center; member
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler-tonode.cc | 1674 LoopChoiceNode* center = zone->New<LoopChoiceNode>( in RationalizeConsecutiveAtoms() local [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | editor.py | 1081 def center(self, mark="insert"): member in EditorWindow
|
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 488 SkIPoint center; in filterRectsToNine() local 1505 SkPoint center = {srcRRect.getBounds().centerX(), srcRRect.getBounds().centerY()}; directFilterMaskGPU() local [all...] |
| H A D | SkCanvas.cpp | 701 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 D | astro.cpp | 1108 double center = 6.2886*PI/180 * ::sin(meanAnomalyMoon); in getMoonPosition() local
|
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_FreeType_common.cpp | 668 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 D | ftcolor.h | 994 FT_Vector center; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftstroke.c | 766 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 D | tix.py | 1403 def center(self): member in DialogShell
|
| /third_party/skia/gm/ |
| H A D | wacky_yuv_formats.cpp | 230 SkPoint center = { o1.fX + t * v3.fX, o1.fY + t * v3.fY }; in add_arc() local
|
| /third_party/skia/include/core/ |
| H A D | SkCanvas.h | 1397 void drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) { in drawCircle() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fMultisampleTests.cpp | 856 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 D | es3fClippingTests.cpp | 1192 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 D | es2fClippingTests.cpp | 1188 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 D | rosen_decoration_painter.cpp | 542 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 D | drag_event.cpp | 1040 auto center = frameNode->GetPaintRectCenter(); in CreatePreviewNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_pattern.cpp | 1499 PointF center; in GetCirclePosition() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingPipelineFlagsTests.cpp | 104 tcu::Vec3 rotateCcwZ (const tcu::Vec3& p, const tcu::Vec3& center, const float& radians) in rotateCcwZ() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingPipelineFlagsTests.cpp | 103 tcu::Vec3 rotateCcwZ (const tcu::Vec3& p, const tcu::Vec3& center, const float& radians) in rotateCcwZ() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_view_abstract_ffi.cpp | 1250 CTupleLength center = sweepGradientParam.center; in NewCjSweepGradient() local 1292 CTupleLength center = radialGradientParam.center; NewCjRadialGradient() local [all...] |
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | wacom_wac.c | 1511 int center = (data[281] & 0x40) >> 6; in wacom_intuos_pro2_bt_pad() local
|