Home
last modified time | relevance | path

Searched defs:point (Results 226 - 250 of 589) sorted by relevance

12345678910>>...24

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init() argument
238 ossl_ec_GF2m_simple_point_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_finish() argument
246 ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_clear_finish() argument
276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) ossl_ec_GF2m_simple_point_set_to_infinity() argument
288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_set_affine_coordinates() argument
320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_get_affine_coordinates() argument
483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_invert() argument
497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) ossl_ec_GF2m_simple_is_at_infinity() argument
508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_is_on_curve() argument
632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_make_affine() argument
[all...]
H A Dec_mult.c145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument
[all...]
/third_party/openssl/crypto/ec/
H A Decdsa_ossl.c385 EC_POINT *point = NULL; in ossl_ecdsa_simple_verify_sig() local
H A Dec2_smpl.c222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init() argument
238 ossl_ec_GF2m_simple_point_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_finish() argument
246 ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) ossl_ec_GF2m_simple_point_clear_finish() argument
276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) ossl_ec_GF2m_simple_point_set_to_infinity() argument
288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_set_affine_coordinates() argument
320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GF2m_simple_point_get_affine_coordinates() argument
483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_invert() argument
497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) ossl_ec_GF2m_simple_is_at_infinity() argument
508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_is_on_curve() argument
632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) ossl_ec_GF2m_simple_make_affine() argument
[all...]
H A Dec_mult.c145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) ossl_ec_scalar_mul_ladder() argument
[all...]
/third_party/skia/src/core/
H A DSkWriteBuffer.cpp93 void SkBinaryWriteBuffer::writePoint(const SkPoint& point) { in writePoint() argument
98 void SkBinaryWriteBuffer::writePoint3(const SkPoint3& point) { in writePoint3() argument
102 void SkBinaryWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { in writePointArray() argument
H A DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) { in from_point() argument
19 SkPoint point; in to_point() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrShape.h65 explicit GrShape(const SkPoint& point) { this->setPoint(point); } in GrShape() argument
130 SkPoint& point() { SkASSERT(this->isPoint()); return fPoint; } in point() function in GrShape
131 const SkPoint& point() const { SkASSERT(this->isPoint()); return fPoint; } in point() function in GrShape
154 void setPoint(const SkPoint& point) { in setPoint() argument
[all...]
H A DGrQuad.h62 SkPoint point(int i) const { in point() function in GrQuad::Type
/third_party/openssl/crypto/x509/
H A Dv3_crld.c207 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section() local
250 DIST_POINT *point; in v2i_crld() local
463 DIST_POINT *point; i2r_crldp() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DSimpleGlyph.java206 public int xCoordinate(int contour, int point) { in xCoordinate() argument
211 public int yCoordinate(int contour, int point) { in yCoordinate() argument
216 public boolean onCurve(int contour, int point) { in onCurve() argument
[all...]
/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp316 SkPoint point = SkPoint::Make(20.0f, 20.0f); in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c54 FT_Vector* point; in FT_EXPORT_DEF() local
[all...]
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp123 void JsonWriteBuffer::writePoint(const SkPoint& point) { in writePoint() argument
128 void JsonWriteBuffer::writePoint3(const SkPoint3& point) { in writePoint3() argument
133 void JsonWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { in writePointArray() argument
/third_party/skia/experimental/graphite/src/
H A DContextUtils.cpp78 sk_sp<UniformData> make_radial_gradient_uniform_data(SkPoint point, in make_radial_gradient_uniform_data() argument
97 sk_sp<UniformData> make_sweep_gradient_uniform_data(SkPoint point, in make_sweep_gradient_uniform_data() argument
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h254 SkPoint point; // offset to add to all positions member
/third_party/skia/gm/
H A Dconvexpolyclip.cpp131 SkPoint point = { SkScalarCos(angle), SkScalarSin(angle) }; variable
/third_party/zlib/examples/
H A Dzran.c347 point_t *point = index->list; deflate_index_extract() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp230 void DistributedUI::BypassEvent(const TouchEvent& point, bool isSubPipe) in BypassEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp83 bool NGGestureRecognizer::HandleEvent(const TouchEvent& point) in HandleEvent() argument
175 HandleBridgeModeEvent(const TouchEvent& point) HandleBridgeModeEvent() argument
220 HandleEventToBridgeObjList( const TouchEvent& point, const std::list<WeakPtr<NGGestureRecognizer>>& bridgeObjList) HandleEventToBridgeObjList() argument
413 AddGestureProcedure(const TouchEvent& point, const RefPtr<NGGestureRecognizer>& recognizer) const AddGestureProcedure() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp238 auto point = GetTransformPoint(parentLocalPoint); in TouchTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h159 virtual std::string GetDragExtraParams(const std::string& extraInfo, const Point& point, DragEventType isStart) in GetDragExtraParams() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp45 std::shared_ptr<MMI::PointerEvent> ConvertPointerEvent(const OffsetF offsetF, const TouchEvent& point, in ConvertPointerEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp218 void LinearSplitPattern::GetdragedSplitIndexOrIsMoving(const Point& point) in GetdragedSplitIndexOrIsMoving() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp217 bool SelectOverlayManager::IsInSelectedOrSelectOverlayArea(const PointF& point) in IsInSelectedOrSelectOverlayArea() argument
304 PreProcessTouchEvent(const NG::PointF& point, const TouchEvent& touchPoint) PreProcessTouchEvent() argument
[all...]

Completed in 16 milliseconds

12345678910>>...24