| /foundation/arkui/ace_engine/frameworks/core/components/chart/ |
| H A D | render_chart.cpp | 76 const auto& point = pointInfo.GetPointInfo(); in UpdateAccessibilityAttr() local
|
| /foundation/arkui/ace_engine/test/unittest/core/gestures/ |
| H A D | sequenced_recognizer_test_ng.cpp | 710 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 D | mock_mmi_event_convertor.cpp | 19 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 D | accessibility_manager_ng.cpp | 44 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 D | xcomponent_accessibility_session_adapter.cpp | 25 TransferHoverEvent( const PointF &point, SourceType source, AccessibilityHoverEventType eventType, TimeStamp time) TransferHoverEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/event/ |
| H A D | event_convertor.cpp | 20 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 D | line_modifier.cpp | 23 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 D | draw_curve.cpp | 31 Point point; in DrawCubicBezier() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
| H A D | matrix_test.cpp | 64 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 D | blur_circles.cpp | 68 OH_Drawing_Point *point = OH_Drawing_PointCreate(50.f, 50.f); in OnTestFunction() local
|
| /foundation/window/window_manager/utils/src/ |
| H A D | screen_group_info.cpp | 71 Point point;
in InnerUnmarshalling() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | generate_wave_table.c | 32 uint32_t point = (i + phase_offset) % table_size; in ff_generate_wave_table() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-double-to-string.cpp | 395 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 D | double-conversion-double-to-string.cpp | 402 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 D | dtoa.cc | 31 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 D | ec_oct.c | 24 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 D | ec_deprecated.c | 21 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 D | ec_oct.c | 24 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 D | ec_deprecated.c | 21 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 D | SkAnnotation.cpp | 35 void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) { in SkAnnotateNamedDestination() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-double-to-string.cpp | 395 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 D | CTest.cpp | 27 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 D | Annotations.cpp | 67 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
|
| /third_party/zlib/examples/ |
| H A D | zran.h | 10 typedef struct point { struct
|
| /base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
| H A D | AppLaunchConverter.h | 29 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...] |