Searched defs:point (Results 126 - 150 of 224) sorted by relevance

123456789

/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c245 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
252 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
348 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
373 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
657 EC_POINT *K = NULL, *point = NULL; local
679 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
710 if (!EC_POINT_mul(data->grp->group, point, NULL,
716 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
740 "multiply shared key point by order!\n");
752 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/external/boringssl/src/ssl/
H A Ds3_clnt.c294 /* at this point we check that we have the
433 * record the handshake hashes at this point in the session so that
481 /* At this point, the next message must be entirely behind a
782 /* At this point, the connection's version is known and s->version is
1209 CBS point; local
1238 if (!CBS_get_u8_length_prefixed(&server_key_exchange, &point)) {
1251 if (!EC_POINT_oct2point(group, srvr_ecpoint, CBS_data(&point),
1252 CBS_len(&point), bn_ctx)) {
1283 /* At this point, |server_key_exchange| contains the signature, if any, while
1893 *p = encoded_pt_len; /* length of encoded point */
[all...]
H A Ds3_srvr.c418 /* At this point, the next message must be entirely behind a
927 /* At this point, the connection's version is known and |s->version| is
1449 * [1 byte length of encoded point], followed by
1450 * the actual encoded point itself. */
1885 /* Get client's public key from encoded point in the ClientKeyExchange
2502 EC_POINT *point = NULL; local
2593 point = EC_POINT_new(p256);
2594 if (!point || !EC_POINT_set_affine_coordinates_GFp(p256, point, &x, &y, NULL)) {
2600 !EC_KEY_set_public_key(key, point)) {
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
63 // Every 3D point is decribed by:
65 // - Track number point belongs to (single 4 bytes integer value).
145 // track identifies which track this point corresponds to.
154 // A Marker is the 2D location of a tracked point in an image.
241 // Returns a pointer to the point corresponding to a track.
247 EuclideanPoint *point = &(*all_points)[track]; local
248 if (point->track == -1) {
251 return point;
415 EuclideanPoint point; local
685 EuclideanPoint *point = PointForTrack(all_points, marker.track); local
[all...]
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp49 static inline bool isInsideRect (const IVec2& point, const WindowRectangle& rect) argument
51 return de::inBounds(point.x(), rect.left, rect.left + rect.width) &&
52 de::inBounds(point.y(), rect.bottom, rect.bottom + rect.height);
H A DrrRenderState.hpp362 PointState point; member in struct:rr::RenderState
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp296 deUint32 point = ndx ? GL_STENCIL_ATTACHMENT : GL_DEPTH_ATTACHMENT; local
303 case GL_TEXTURE_2D: context.framebufferTexture2D(GL_FRAMEBUFFER, point, GL_TEXTURE_2D, m_depthStencilBuffer, 0); break;
304 case GL_RENDERBUFFER: context.framebufferRenderbuffer(GL_FRAMEBUFFER, point, GL_RENDERBUFFER, m_depthStencilBuffer); break;
892 deUint32 point = ndx ? GL_STENCIL_ATTACHMENT : GL_DEPTH_ATTACHMENT; local
899 case GL_TEXTURE_2D: context.framebufferTexture2D(GL_FRAMEBUFFER, point, GL_TEXTURE_2D, fboA.getDepthStencilBuffer(), 0); break;
900 case GL_RENDERBUFFER: context.framebufferRenderbuffer(GL_FRAMEBUFFER, point, GL_RENDERBUFFER, fboA.getDepthStencilBuffer()); break;
1373 deUint32 point = ndx == 0 ? GL_COLOR_ATTACHMENT0 : local
1387 ctx.framebufferTexture2D(GL_FRAMEBUFFER, point, GL_TEXTURE_2D, buf, 0);
1391 ctx.framebufferRenderbuffer(GL_FRAMEBUFFER, point, GL_RENDERBUFFER, buf);
/external/flac/libFLAC/
H A Dmetadata_object.c975 FLAC_API void FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
981 object->data.seek_table.points[point_num] = point;
984 FLAC_API FLAC__bool FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
999 FLAC__metadata_object_seektable_set_point(object, point_num, point);
/external/freetype/src/autofit/
H A Dafcjk.c359 /* now compute min or max point indices and coordinates */
377 /* Avoid single-point contours since they are never rasterized. */
2118 AF_Point point = seg->first; local
2125 point->x = edge->pos;
2126 point->flags |= AF_FLAG_TOUCH_X;
2130 point->y = edge->pos;
2131 point->flags |= AF_FLAG_TOUCH_Y;
2134 if ( point == seg->last )
2137 point = point
2151 AF_Point point = seg->first; local
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c1034 /* we need at least 4 points to create an inflection point */
1173 /* load outline point coordinates into hinter glyph */
1179 PSH_Point point = glyph->points; local
1183 for ( ; count > 0; count--, point++, vec++ )
1185 point->flags2 = 0;
1186 point->hint = NULL;
1189 point->org_u = vec->x;
1190 point->org_v = vec->y;
1194 point->org_u = vec->y;
1195 point
1213 PSH_Point point = glyph->points; local
1280 PSH_Point point; local
1313 PSH_Point point = points; local
1392 PSH_Point point, before, after; local
1458 PSH_Point point, before, after; local
1506 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, FT_Int major_dir ) argument
1696 PSH_Point point = glyph->points + first; local
1712 PSH_Point point = glyph->points; local
1725 PSH_Point point = glyph->points; local
1745 PSH_Point point = glyph->points; local
1820 PSH_Point point = glyph->points; local
1881 PSH_Point point; local
2031 PSH_Point first, next, point; local
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c25 /* The documentation for `fvar' is inconsistent. At one point it says */
26 /* that `countSizePairs' should be 3, at another point 2. It should */
91 /* indicates that there is a delta for every point without needing to */
170 /* first point not included in run count */
1559 /* point indices. */
1658 FT_UInt point; local
1669 point = 0;
1674 first_point = point;
1676 /* search first point that has a delta */
1677 while ( point <
[all...]
/external/libxml2/
H A Dxpointer.c214 * Returns -2 in case of error 1 if first point < second point, 0 if
215 * that's the same point, -1 otherwise
239 * Create a new xmlXPathObjectPtr of type point
254 xmlXPtrErrMemory("allocating point");
326 * @end: the ending point
364 * @start: the starting point
365 * @end: the ending point
401 * @start: the starting point
404 * Create a new xmlXPathObjectPtr of type range from a point t
1795 xmlXPathObjectPtr tmp, obj, point; local
1891 xmlXPathObjectPtr tmp, obj, point; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); member in struct:arc_cb
575 cb.point(&cb, x, y);
603 cb.point(&cb, x, y);
662 cb.point = polygon_point;
676 cb.point = stroke_point;
690 cb.point = stroke_emit_point;
704 cb.point = arc_path_point;
H A Dbezier.c679 float *point,
684 bezier_point_at(bez, t, point);
690 float *point, float *normal)
692 bezier_point_at(bez, t, point);
677 bezier_point_at_length(struct bezier *bez, float length, float *point, float *normal) argument
689 bezier_point_at_t(struct bezier *bez, float t, float *point, float *normal) argument
/external/mesa3d/src/mesa/main/
H A Dattrib.c905 * glDrawBuffer(). This is a subtle, but essential point
1140 const struct gl_point_attrib *point; local
1141 point = (const struct gl_point_attrib *) attr->data;
1142 _mesa_PointSize(point->Size);
1143 _mesa_set_enable(ctx, GL_POINT_SMOOTH, point->SmoothFlag);
1146 point->Params);
1148 point->MinSize);
1150 point->MaxSize);
1152 point->Threshold);
1159 (GLint) point
[all...]
/external/opencv/cv/src/
H A Dcvsurf.cpp232 CvSURFPoint point = cvSURFPoint( cvPoint2D32f(j*scale/9.f, i*scale/9.f), local
234 cvSeqPush( points, &point );
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp147 FX_BOOL CFFL_FormFiller::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
155 if(!rect.Contains((int)point.x, (int)point.y))
158 return pWnd->OnLButtonDown(WndtoPWL(pPageView, point),nFlags);
164 FX_BOOL CFFL_FormFiller::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
170 pWnd->OnLButtonUp(WndtoPWL(pPageView, point),nFlags);
177 FX_BOOL CFFL_FormFiller::OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
181 pWnd->OnLButtonDblClk(WndtoPWL(pPageView, point),nFlags);
188 FX_BOOL CFFL_FormFiller::OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
190 if ((m_ptOldPos.x != point
204 OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
216 OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
227 OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
238 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
615 FFLtoPWL(const CPDF_Point& point) argument
626 PWLtoFFL(const CPDF_Point & point) argument
843 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
857 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
873 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
[all...]
H A DFFL_IFormFiller.cpp42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Point point) argument
45 if(rc.Contains(point.x, point.y))
254 FX_BOOL CFFL_IFormFiller::OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
262 if (Annot_HitTest(pPageView, pAnnot, point) && pWidget->GetAAction(CPDF_AAction::ButtonDown))
293 return pFormFiller->OnLButtonDown(pPageView, pAnnot, nFlags, point);
299 FX_BOOL CFFL_IFormFiller::OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
315 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y))
329 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot, nFlags, point);
386 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
399 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
413 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
426 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
439 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
452 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp210 FX_INT32 CFX_List::GetItemIndex(const CPDF_Point & point) const
212 CPDF_Point pt = OuterToInner(point);
528 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point & point) const
532 return CPDF_Point(point.x - (m_ptScrollPos.x - rcPlate.left),
533 point.y - (m_ptScrollPos.y - rcPlate.top));
536 CPDF_Point CFX_ListCtrl::OutToIn(const CPDF_Point & point) const
540 return CPDF_Point(point.x + (m_ptScrollPos.x - rcPlate.left),
541 point.y + (m_ptScrollPos.y - rcPlate.top));
560 void CFX_ListCtrl::OnMouseDown(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl) argument
562 FX_INT32 nHitIndex = this->GetItemIndex(point);
609 OnMouseMove(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl) argument
915 SetScrollPos(const CPDF_Point & point) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp325 FX_BOOL CPWL_EditCtrl::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) argument
327 CPWL_Wnd::OnLButtonDown(point,nFlag);
329 if (ClientHitTest(point))
337 m_pEdit->OnMouseDown(point,IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag));
343 FX_BOOL CPWL_EditCtrl::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) argument
345 CPWL_Wnd::OnLButtonUp(point,nFlag);
350 if (ClientHitTest(point) && !this->IsFocused())
360 FX_BOOL CPWL_EditCtrl::OnMouseMove(const CPDF_Point & point, FX_DWORD nFlag) argument
362 CPWL_Wnd::OnMouseMove(point,nFlag);
365 m_pEdit->OnMouseMove(point,FALS
497 SetScrollPos(const CPDF_Point& point) argument
[all...]
H A DPWL_ScrollBar.cpp568 FX_BOOL CPWL_SBButton::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) argument
570 CPWL_Wnd::OnLButtonDown(point,nFlag);
573 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,(FX_INTPTR)&point);
581 FX_BOOL CPWL_SBButton::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) argument
583 CPWL_Wnd::OnLButtonUp(point,nFlag);
586 pParent->OnNotify(this,PNM_LBUTTONUP,0,(FX_INTPTR)&point);
594 FX_BOOL CPWL_SBButton::OnMouseMove(const CPDF_Point & point, FX_DWORD nFlag) argument
596 CPWL_Wnd::OnMouseMove(point,nFlag);
600 pParent->OnNotify(this,PNM_MOUSEMOVE,0,(FX_INTPTR)&point);
605 if (!pParent->OnNotify(this,PNM_LBUTTONDOWN,nFlags,(FX_INTPTR)&point))
764 OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag) argument
824 OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) argument
1067 OnMinButtonLBDown(const CPDF_Point & point) argument
1079 OnMinButtonLBUp(const CPDF_Point & point) argument
1083 OnMinButtonMouseMove(const CPDF_Point & point) argument
1087 OnMaxButtonLBDown(const CPDF_Point & point) argument
1099 OnMaxButtonLBUp(const CPDF_Point & point) argument
1103 OnMaxButtonMouseMove(const CPDF_Point & point) argument
1107 OnPosButtonLBDown(const CPDF_Point & point) argument
1129 OnPosButtonLBUp(const CPDF_Point & point) argument
1139 OnPosButtonMouseMove(const CPDF_Point & point) argument
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c1043 /* we need at least 4 points to create an inflection point */
1182 /* load outline point coordinates into hinter glyph */
1188 PSH_Point point = glyph->points; local
1192 for ( ; count > 0; count--, point++, vec++ )
1194 point->flags2 = 0;
1195 point->hint = NULL;
1198 point->org_u = vec->x;
1199 point->org_v = vec->y;
1203 point->org_u = vec->y;
1204 point
1222 PSH_Point point = glyph->points; local
1289 PSH_Point point; local
1322 PSH_Point point = points; local
1401 PSH_Point point, before, after; local
1467 PSH_Point point, before, after; local
1515 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, FT_Int major_dir ) argument
1709 PSH_Point point = glyph->points + first; local
1725 PSH_Point point = glyph->points; local
1738 PSH_Point point = glyph->points; local
1758 PSH_Point point = glyph->points; local
1833 PSH_Point point = glyph->points; local
1894 PSH_Point point; local
2044 PSH_Point first, next, point; local
[all...]
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc364 int32_t GlyphTable::SimpleGlyph::XCoordinate(int32_t contour, int32_t point) { argument
366 return x_coordinates_[contour_index_[contour] + point];
369 int32_t GlyphTable::SimpleGlyph::YCoordinate(int32_t contour, int32_t point) { argument
371 return y_coordinates_[contour_index_[contour] + point];
374 bool GlyphTable::SimpleGlyph::OnCurve(int32_t contour, int32_t point) { argument
376 return on_curve_[contour_index_[contour] + point];
435 // get the flag for the current point
/external/skia/src/core/
H A DSkPictureRecord.cpp468 // op + paint index + mode + count + point data
628 // op + paint index + length + 'length' worth of data + num points + x&y point data
961 void SkPictureRecord::addPoint(const SkPoint& point) { argument
962 fWriter.writePoint(point);
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp373 int channel, StitchData& stitchData, const SkPoint& point) const {
380 SkPoint noiseVector(SkPoint::Make(SkScalarMul(point.x(), fPaintingData->fBaseFrequency.fX),
381 SkScalarMul(point.y(), fPaintingData->fBaseFrequency.fY)));
416 const SkPoint& point, StitchData& stitchData) const {
418 fMatrix.mapPoints(&newPoint, &point, 1);
460 SkPoint point = SkPoint::Make(SkIntToScalar(x), SkIntToScalar(y)); local
463 result[i] = shade(point, stitchData);
464 point.fX += SK_Scalar1;
470 SkPoint point = SkPoint::Make(SkIntToScalar(x), SkIntToScalar(y)); local
475 result[i] = SkDitherRGB32To565(shade(point, stitchDat
415 shade( const SkPoint& point, StitchData& stitchData) const argument
[all...]

Completed in 591 milliseconds

123456789