Searched defs:point (Results 76 - 100 of 224) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c203 * Compute the point->coef[] array dadx, dady, a0 values.
305 /* x/y positions in fixed point */
312 /* Point size as fixed point integer, remove rounding errors
322 struct lp_rast_triangle *point; local
357 point = lp_setup_alloc_triangle(scene,
361 if (!point)
365 point->v[0][0] = v0[0][0];
366 point->v[0][1] = v0[0][1];
374 info.a0 = GET_A0(&point->inputs);
375 info.dadx = GET_DADX(&point
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_path.c349 VGfloat point[2], normal[2]; local
351 point, normal);
353 *x = point[0];
355 *y = point[1];
/external/openssh/
H A Dopacket.c101 const EC_POINT *point)
105 if ((r = sshpkt_put_ec(ssh, point, curve)) != 0)
176 ssh_packet_get_ecpoint(struct ssh *ssh, const EC_GROUP *curve, EC_POINT *point) argument
180 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0)
100 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, const EC_POINT *point) argument
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h44 virtual FX_BOOL HitTest(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, const CPDF_Point& point) = 0;
71 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
72 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
73 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
74 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
75 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) = 0;
76 virtual FX_BOOL OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
77 virtual FX_BOOL OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
78 virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
115 virtual FX_BOOL HitTest(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, const CPDF_Point& point);
147 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h78 CPWL_Point(const CPWL_Point& point) : CPDF_Point(point.x, point.y) {} argument
98 CPWL_PathData() : point(), type(PWLPT_UNKNOWN){}
99 CPWL_PathData(const CPWL_Point& pt, PWL_PATHDATA_TYPE tp) : point(pt), type(tp) {}
101 CPWL_Point point; member in class:CPWL_PathData
121 static CPDF_Point OffsetPoint(const CPDF_Point & point,FX_FLOAT x,FX_FLOAT y);
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraSystem.java161 /** Returns the x position of the camera's look-at point. */
166 /** Returns the y position of the camera's look-at point. */
171 public boolean pointVisible(Vector2 point, float radius) { argument
175 if (Math.abs(mFocalPosition.x - point.x) < (width + radius)) {
176 if (Math.abs(mFocalPosition.y - point.y) < (height + radius)) {
/external/skia/gm/
H A Dconvexpolyclip.cpp108 SkPoint point; variable
109 point.fY = SkScalarSinCos(angle, &point.fX);
110 point.scale(kRadius);
111 point = center + point;
113 hexagon.moveTo(point);
115 hexagon.lineTo(point);
/external/skia/src/core/
H A DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) { argument
15 return Sk2s::Load(&point.fX);
19 SkPoint point; local
20 x.store(&point.fX);
21 return point;
39 /** Set pt to the point on the src quadratic specified by t. t must be
84 /** Given 3 points on a quadratic bezier, if the point of maximum
86 point along the curve. Otherwise it will return a value of 0.
91 if the point of maximum curvature exists on the quad segment.
107 /** Set pt to the point o
[all...]
H A DSkReadBuffer.cpp130 void SkReadBuffer::readPoint(SkPoint* point) { argument
131 point->fX = fReader.readScalar();
132 point->fY = fReader.readScalar();
/external/skia/src/gpu/
H A DGrAAConvexTessellator.h47 const SkPoint& point(int index) const { return fPts[index]; } function in class:GrAAConvexTessellator
70 const SkPoint& point(int index) const { return fPts[index].fPt; } function in class:GrAAConvexTessellator::CandidateVerts
166 // Basically, a point is immovable if it is part of the original
217 // The inward facing bisector at each point in the original polygon. Only
/external/v8/src/
H A Dfixed-dtoa.cc192 // we simply switch the first digit to '1' and update the decimal-point
193 // (indicating that the point is now one digit to the right).
201 // The given fractionals number represents a fixed-point number with binary
202 // point at bit (-exponent).
208 // generated by this function might be updated, and the decimal-point variable
216 // 'fractionals' is a fixed-point number, with binary point at bit
218 // is a fixed-point number, with binary point at bit 'point'
222 int point = -exponent; local
250 int point = 128; local
[all...]
/external/boringssl/src/crypto/ec/
H A Dec.c629 void EC_POINT_free(EC_POINT *point) { argument
630 if (!point) {
634 if (point->meth->point_finish != 0) {
635 point->meth->point_finish(point);
637 OPENSSL_free(point);
640 void EC_POINT_clear_free(EC_POINT *point) { argument
641 if (!point) {
645 if (point->meth->point_clear_finish != 0) {
646 point
691 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
704 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
717 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
744 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
775 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
791 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
848 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
873 ec_point_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
[all...]
H A Dsimple.c348 int ec_GFp_simple_point_init(EC_POINT *point) { argument
349 BN_init(&point->X);
350 BN_init(&point->Y);
351 BN_init(&point->Z);
352 point->Z_is_one = 0;
357 void ec_GFp_simple_point_finish(EC_POINT *point) { argument
358 BN_free(&point->X);
359 BN_free(&point->Y);
360 BN_free(&point->Z);
363 void ec_GFp_simple_point_clear_finish(EC_POINT *point) { argument
381 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GFp_simple_set_Jprojective_coordinates_GFp( const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
447 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
490 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
504 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
927 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
936 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
940 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1157 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/external/clang/test/CodeGen/
H A Dstruct.c6 } point; variable in typeref:struct:__anon1864
9 point.x = 42;
/external/drm_hwcomposer/
H A Ddrmdisplaycomposition.cpp74 int DrmDisplayComposition::IncreaseTimelineToPoint(int point) { argument
75 int timeline_increase = point - timeline_current_;
83 timeline_current_ = point;
/external/freetype/src/base/
H A Dftoutln.c62 FT_Vector* point; local
69 FT_UInt first; /* index of first point in contour */
70 FT_Int tag; /* current point's state */
88 FT_Int last; /* index of last point in contour */
108 point = outline->points + first;
112 /* A contour cannot start with a cubic control point! */
116 /* check first point to determine origin */
119 /* first point is conic control. Yes, this happens. */
122 /* start at last point if it is on the curve */
136 point
[all...]
/external/icu/icu4c/source/common/
H A Dubidiln.c84 * the paragraph's levels array that we just point into.
689 Point *point, *start=pBiDi->insertPoints.points, local
692 for(point=start; point<limit; point++) {
693 runIndex=getRunFromLogicalIndex(pBiDi, point->pos, pErrorCode);
694 pBiDi->runs[runIndex].insertRemove|=point->flag;
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingBox.java128 Vector3f point;
130 point = tris[i].get(0);
131 checkMinMax(min, max, point);
132 point = tris[i].get(1);
133 checkMinMax(min, max, point);
134 point = tris[i].get(2);
135 checkMinMax(min, max, point);
161 Vector3f point;
165 point = triangle.get(0);
166 checkMinMax(min, max, point);
183 checkMinMax(Vector3f min, Vector3f max, Vector3f point) argument
786 contains(Vector3f point) argument
793 intersects(Vector3f point) argument
799 distanceToEdge(Vector3f point) argument
[all...]
/external/libedit/src/
H A Dfilecomplete.c123 /* update pointer txt to point at string immedially following */
397 * Complete the word at or before point,
414 int *completion_type, int *over, int *point, int *end)
451 if (point != 0)
452 *point = (int)(li->cursor - li->buffer);
409 fn_complete(EditLine *el, char *(*complet_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const Char *word_break, const Char *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end) argument
/external/mesa3d/src/glx/
H A Dglxextensions.c502 char *point; local
514 point = ext_str;
518 (void) memcpy(point, ext[i].name, ext[i].name_len);
519 point += ext[i].name_len;
521 *point = ' ';
522 point++;
526 *point = '\0';
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp143 inline FX_FLOAT _GetDistance(CFX_FloatRect floatRect, CPDF_Point point) argument
145 if(floatRect.right < point.x && floatRect.bottom > point.y) {
146 return FXSYS_sqrt(FXSYS_pow(point.x - floatRect.right, 2) + FXSYS_pow(floatRect.bottom - point.y, 2));
148 if (floatRect.right < point.x && floatRect.top < point.y) {
149 return FXSYS_sqrt(FXSYS_pow(point.x - floatRect.right, 2) + FXSYS_pow(point.y - floatRect.top, 2));
151 if(floatRect.left > point
175 GetIndexAtPos(CPDF_Point point, FX_FLOAT xTorelance, FX_FLOAT yTorelance) const argument
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h115 const CLST_Rect operator += (const CPDF_Point & point) argument
117 this->left += point.x;
118 this->right += point.x;
119 this->top += point.y;
120 this->bottom += point.y;
125 const CLST_Rect operator -= (const CPDF_Point & point) argument
127 this->left -= point.x;
128 this->right -= point.x;
129 this->top -= point.y;
130 this->bottom -= point
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp420 const CPDF_Point& point, const CFX_ByteString& text)
442 pTxtObj->SetPosition(point.x,point.y);
418 AddTextObjToPageObjects(CPDF_PageObjects* pPageObjs, FX_COLORREF crText, CPDF_Font* pFont, FX_FLOAT fFontSize, FX_FLOAT fCharSpace, FX_INT32 nHorzScale, const CPDF_Point& point, const CFX_ByteString& text) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp25 FX_BOOL CPWL_CBListBox::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) argument
27 CPWL_Wnd::OnLButtonUp(point,nFlag);
34 if (this->ClientHitTest(point))
38 pParent->OnNotify(this,PNM_LBUTTONUP,0,PWL_MAKEDWORD(point.x,point.y));
180 FX_BOOL CPWL_CBButton::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) argument
182 CPWL_Wnd::OnLButtonDown(point,nFlag);
188 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,PWL_MAKEDWORD(point.x,point.y));
194 FX_BOOL CPWL_CBButton::OnLButtonUp(const CPDF_Point & point, FX_DWOR argument
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c62 FT_Vector* point; local
69 FT_UInt first; /* index of first point in contour */
70 FT_Int tag; /* current point's state */
88 FT_Int last; /* index of last point in contour */
108 point = outline->points + first;
112 /* A contour cannot start with a cubic control point! */
116 /* check first point to determine origin */
119 /* first point is conic control. Yes, this happens. */
122 /* start at last point if it is on the curve */
136 point
[all...]

Completed in 490 milliseconds

123456789