Home
last modified time | relevance | path

Searched defs:point (Results 1 - 25 of 221) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/project/baseline/node/
H A Ddecl.js5 function point(x, y) { function
/third_party/typescript/tests/baselines/reference/project/baseline2/node/
H A Ddecl.js5 function point(x, y) { function
/third_party/typescript/tests/baselines/reference/
H A DmergedDeclarations1.js20 function point(x, y) { function
[all...]
H A DnestedModules.js28 var point: number; variable
29 var point = m.Point; variable
50 var point; variable
51 var point = m.Point; variable
/third_party/skia/docs/examples/
H A DPoint_scale.cpp9 SkPoint point = {40, -15}, scaled; in REG_FIDDLE() local
H A DPoint_scale_2.cpp9 SkPoint point = {40, -15}; in REG_FIDDLE() local
/third_party/skia/gm/
H A Dinternal_links.cpp50 SkPoint point = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(50)); variable
H A Drepeated_bitmap.cpp33 SkScalar point[2] = {-0.5f * image->width(), -0.5f * image->height()}; in draw_rotated_image() local
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-fixed-dtoa.cc45 int point; in TEST() local
500 int point; TEST() local
[all...]
H A Dtest-bignum-dtoa.cc62 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/icu/icu4c/source/test/intltest/
H A Dnumbertest_doubleconversion.cpp27 int32_t point; in testDoubleConversionApi() 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
H A Dec_print.c17 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 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

Completed in 8 milliseconds

123456789