| /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...] |
| /base/sensors/miscdevice/utils/common/src/ |
| H A D | vibrator_infos.cpp | 236 VibrateCurvePoint point; in Unmarshalling() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrbulkcancel_fuzzer/ |
| H A D | usbmgrbulkcancel_fuzzer.cpp | 66 USBEndpoint point = const_cast<UsbInterface &>(interface).GetEndpoints().at(1); in UsbMgrBulkCancelFuzzTest() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_fence_wait.c | 84 mali_timeline_point point; local 151 mali_timeline_point point; local [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_fence_wait.c | 81 mali_timeline_point point; local 148 mali_timeline_point point; local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_line.cpp | 90 void JSLine::SetPoint(const JSRef<JSArray>& array, ShapePoint& point) in SetPoint() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_extra_input_data.cpp | 63 const auto& point = changedInfo.front();
in InsertInterpolatePoints() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | js_third_accessibility_hover_ng.h | 54 NG::PointF point; member
|
| /foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
| H A D | touch_point.py | 29 point = '' variable in TouchPoint
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_point.h | 25 TestingPoint(const TestingPoint& point) : x_(point.x_), y_(point.y_) {} in TestingPoint() argument
|
| H A D | testing_point3.h | 25 TestingPoint3(const TestingPoint3& point) : x_(point.x_), y_(point.y_), z_(point.z_) {} in TestingPoint3() argument
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| H A D | raw_recognizer.cpp | 28 void RawRecognizer::HandleRawEvent(const TouchEvent& point, uint32_t stage) in HandleRawEvent() argument 69 DispatchEvent(const TouchEvent& point) DispatchEvent() argument 90 HandleEvent(const TouchEvent& point) HandleEvent() argument 111 CreateTouchEventInfo( const std::string& type, const TouchEvent& point, bool ignoreCurrent) const CreateTouchEventInfo() argument [all...] |
| H A D | gesture_recognizer.cpp | 42 bool GestureRecognizer::HandleEvent(const TouchEvent& point) in HandleEvent() argument
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | form_render_dispatcher_stub_test.cpp | 143 float point = 0.0; in HWTEST_F() local
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingRecordCmdDestroyTest.cpp | 55 OH_Drawing_Point *point = OH_Drawing_PointCreate(x * position + radius, x + radius); in drawCircle() local
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | test-bignum-dtoa.cc | 62 int point; in TEST() local 265 int point; TEST() local 328 int point; TEST() local 346 int point; TEST() local 364 int point; TEST() local 385 int point; TEST() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_print.c | 17 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) EC_POINT_point2hex() argument 49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) EC_POINT_hex2point() argument
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_print.c | 17 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) EC_POINT_point2hex() argument 49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) EC_POINT_hex2point() argument
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
| H A D | span.go | 43 type point struct { type [all...] |
| /third_party/skia/samplecode/ |
| H A D | Sample.cpp | 64 bool Sample::mouse(SkPoint point, skui::InputState clickState, skui::ModifierKey modifierKeys) { in mouse() argument
|