Home
last modified time | relevance | path

Searched defs:point (Results 26 - 50 of 507) sorted by relevance

12345678910>>...21

/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drender_chart.cpp76 const auto& point = pointInfo.GetPointInfo(); in UpdateAccessibilityAttr() local
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dsequenced_recognizer_test_ng.cpp710 AxisEvent point; in HWTEST_F() local
748 AxisEvent point; HWTEST_F() local
776 AxisEvent point; HWTEST_F() local
812 AxisEvent point; HWTEST_F() local
831 AxisEvent point; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_mmi_event_convertor.cpp19 void CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, in CalculatePointerEvent() argument
22 void CalculateWindowCoordinate(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, in CalculateWindowCoordinate() argument
27 CalculatePointerEvent( const std::shared_ptr<MMI::PointerEvent>& point, const RefPtr<NG::FrameNode>& frameNode) CalculatePointerEvent() argument
/foundation/arkui/ace_engine/test/mock/core/accessibility/
H A Daccessibility_manager_ng.cpp44 void AccessibilityManagerNG::HoverTestDebug(const RefPtr<FrameNode>& root, const PointF& point, in HoverTestDebug() argument
29 HandleAccessibilityHoverEventInner( const RefPtr<FrameNode>& root, const PointF& point, SourceType sourceType, AccessibilityHoverEventType eventType, TimeStamp time) HandleAccessibilityHoverEventInner() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_session_adapter.cpp25 TransferHoverEvent( const PointF &point, SourceType source, AccessibilityHoverEventType eventType, TimeStamp time) TransferHoverEvent() argument
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_convertor.cpp20 SetTouchEventType(AceActionData::ActionType actionType, int8_t actionPoint, TouchEvent& point, std::vector<TouchEvent>& events, std::vector<TouchEvent>& allEvents) SetTouchEventType() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dline_modifier.cpp23 ShapePoint point; in SetStartPoint() local
33 ShapePoint point; in ResetStartPoint() local
44 ShapePoint point; in SetEndPoint() local
54 ShapePoint point; ResetEndPoint() local
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_curve.cpp31 Point point; in DrawCubicBezier() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp64 std::vector<Point> point = { { 0, 0 } }; // {0, 0} means point position in TestMatrix() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_circles.cpp68 OH_Drawing_Point *point = OH_Drawing_PointCreate(50.f, 50.f); in OnTestFunction() local
/foundation/window/window_manager/utils/src/
H A Dscreen_group_info.cpp71 Point point; in InnerUnmarshalling() local
/third_party/ffmpeg/libavfilter/
H A Dgenerate_wave_table.c32 uint32_t point = (i + phase_offset) % table_size; in ff_generate_wave_table() local
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-double-to-string.cpp395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-double-to-string.cpp402 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Ddtoa.cc31 DoubleToAscii(double v, DtoaMode mode, int requested_digits, Vector<char> buffer, int* sign, int* length, int* point) DoubleToAscii() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() argument
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument
105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_oct2point() argument
133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument
[all...]
H A Dec_deprecated.c21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument
41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
/third_party/openssl/crypto/ec/
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() argument
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument
109 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_POINT_oct2point() argument
137 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument
[all...]
H A Dec_deprecated.c21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) EC_POINT_point2bn() argument
41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) EC_POINT_bn2point() argument
/third_party/skia/src/core/
H A DSkAnnotation.cpp35 void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) { in SkAnnotateNamedDestination() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-double-to-string.cpp395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/skia/tests/
H A DCTest.cpp27 sk_point_t point = {0.0f, 0.0f}; in shader_test() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
H A DAnnotations.cpp67 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
/third_party/zlib/examples/
H A Dzran.h10 typedef struct point { struct
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h29 IAppLaunchSceneDb::InteractionResponse point; in ConvertToInteractionResponse() local
54 StartAbility point; ConvertToStartAbility() local
66 AppStartupType point; ConvertToAppStartupType() local
81 ProcessStart point; ConvertToProcessStart() local
97 AppAttach point; ConvertToAppAttach() local
111 AppForeground point; ConvertToAppForeground() local
127 AbilityForeground point; ConvertToAbilityForeground() local
141 StartWindow point; ConvertToStartWindow() local
154 DrawnCompleted point; ConvertToDrawnCompleted() local
169 FirstFrameDrawn point; ConvertToFirstFrameDrawn() local
179 InteractionCompleted point; ConvertToInteractionCompleted() local
[all...]

Completed in 8 milliseconds

12345678910>>...21