Home
last modified time | relevance | path

Searched refs:points (Results 276 - 300 of 314) sorted by relevance

1...<<111213

/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp740 glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) in glMap1d() argument
742 return GL_Map1d(target, u1, u2, stride, order, points); in glMap1d()
746 glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) in glMap1f() argument
748 return GL_Map1f(target, u1, u2, stride, order, points); in glMap1f()
760 const GLdouble *points) in glMap2d()
762 return GL_Map2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in glMap2d()
774 const GLfloat *points) in glMap2f()
776 return GL_Map2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in glMap2f()
751 glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) glMap2d() argument
765 glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) glMap2f() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java610 point = bidi.insertPoints.points[ip]; in getRuns()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java436 * pos on entry points right after it. Accumulate everything
963 // character, and pos points past c. in parseRules()
1389 // know that pos points to /use\s/i; we can skip 4 characters in parsePragma()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiLine.java611 point = bidi.insertPoints.points[ip]; in getRuns()
H A DTransliteratorParser.java437 * pos on entry points right after it. Accumulate everything
964 // character, and pos points past c. in parseRules()
1390 // know that pos points to /use\s/i; we can skip 4 characters in parsePragma()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex44 points to. For normal frames, all ``preserved'' (callee-saved)
H A Dlibunwind.tex74 done with a call to \Func{unw\_init\_local}(). The cursor now points
/third_party/libinput/src/
H A Dlibinput-private.h235 * Custom acceleration function min number of points
236 * At least 2 points are required for linear interpolation
241 * Custom acceleration function max number of points
242 * an arbitrary limit of sample points
265 double points[LIBINPUT_ACCEL_NPOINTS_MAX]; member
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h215 * in the group of all points on the elliptic curve.
838 * \return 1 if the points are not equal, 0 if they are, or -1 on error
847 EC_POINT *points[], BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dec.h215 * in the group of all points on the elliptic curve.
838 * \return 1 if the points are not equal, 0 if they are, or -1 on error
847 EC_POINT *points[], BN_CTX *ctx);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h150 * in the group of all points on the elliptic curve.
722 * \return 1 if the points are not equal, 0 if they are, or -1 on error
729 EC_POINT *points[], BN_CTX *ctx);
/third_party/littlefs/scripts/
H A Dplot.py324 # ignore out of bounds points
376 # draw points
825 points=False,
874 elif points_and_lines or not points:
1432 '-.', '--points',
1434 help="Only draw data points.")
1436 '-!', '--points-and-lines',
1438 help="Draw data points and lines.")
1445 help="Characters to use for points.")
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1454 cfg.front.points = cfg.back.points = prim_points; in demo_unk11()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm614 ; t points to the last used word, possibly below t_ if the previous index had 32 zero bits.
623 and nbits, -DCTSIZE2 * SIZEOF_WORD ; nbits &= -128; /* now points to &t_[64] */
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp17 - find small collections of points that can be collapsed to a single point
1363 // adjacent spans may have points close by
1371 // verify that no combination of points are close in spansNearby()
1385 // check only unique points in spansNearby()
1625 int points = SkPathOpsVerbToPoints(fVerb); in subDivide() local
1626 edge->fCubic[points].set(endPtT.fPt); in subDivide()
/third_party/libinput/test/
H A Dtest-pointer.c2364 double points[4]; in START_TEST() member
2392 ARRAY_LENGTH(t->points), in START_TEST()
2393 t->points); in START_TEST()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2808 // Find the highest-points range between 0 and length_ where the character
2811 // of points as the product of width-of-the-range and
2855 int points = (i - remembered_from) * probability; in FindBestInterval() local
2856 if (points > biggest_points) { in FindBestInterval()
2859 biggest_points = points; in FindBestInterval()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp475 SkDebugf("Not enough points to match the verbs. Saw %d points\n", numPts); \ in PathAddVerbsPointsWeights()
1676 const SkPoint* points = reinterpret_cast<const SkPoint*>(fourFloatsPtr); in EMSCRIPTEN_BINDINGS()
1682 return SkGradientShader::MakeLinear(points, colors, colorSpace, positions, count, in EMSCRIPTEN_BINDINGS()
1686 return SkGradientShader::MakeLinear(points, colors, positions, count, in EMSCRIPTEN_BINDINGS()
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp218 void __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) { } in __indirect_glMap1d() argument
219 void __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) { } in __indirect_glMap1f() argument
220 void __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) { } in __indirect_glMap2d() argument
221 void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) { } in __indirect_glMap2f() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp2558 // 16-bits here, but should be small number of points so... in profile_tag_set()
2565 real32 *points = fToneCurveBuffer.Buffer_real32 (); in profile_tag_set() local
2568 fToneCurveTag.SetData (points); in profile_tag_set()
2576 points [i * 2 ] = (real32) profile.ToneCurve ().fCoord [i].h; in profile_tag_set()
2577 points [i * 2 + 1] = (real32) profile.ToneCurve ().fCoord [i].v; in profile_tag_set()
/third_party/mesa3d/src/imgui/
H A Dimgui.h1845 IMGUI_API void AddPolyline(const ImVec2* points, const int num_points, ImU32 col, bool closed, float thickness);
1846 IMGUI_API void AddConvexPolyFilled(const ImVec2* points, const int num_points, ImU32 col); // Note: Anti-aliased filling requires points to be in clockwise order.
1849 // Stateful path API, add points then finish with PathFillConvex() or PathStroke()
1853 inline void PathFillConvex(ImU32 col) { AddConvexPolyFilled(_Path.Data, _Path.Size, col); _Path.Size = 0; } // Note: Anti-aliased filling requires points to be in clockwise order. in PathFillConvex()
2126 IMGUI_API void AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst = true); // Makes 'dst' character/glyph points to 'src' character/glyph. Currently needs to be called AFTER fonts have been built.
/third_party/icu/icu4c/source/common/
H A Dubidiln.cpp685 Point *point, *start=pBiDi->insertPoints.points, in ubidi_getRuns()
/third_party/node/deps/icu-small/source/common/
H A Dubidiln.cpp685 Point *point, *start=pBiDi->insertPoints.points, in ubidi_getRuns()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv4-mont.pl128 stmdb sp!,{r0,r2} @ sp points at argument block
/third_party/openssl/crypto/bn/asm/
H A Darmv4-mont.pl128 stmdb sp!,{r0,r2} @ sp points at argument block

Completed in 75 milliseconds

1...<<111213