Searched defs:point (Results 1 - 25 of 602) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderResultPointCallback.java30 public void foundPossibleResultPoint(ResultPoint point) { argument
31 viewfinderView.addPossibleResultPoint(point);
H A DViewfinderView.java133 for (ResultPoint point : currentPossible) {
134 canvas.drawCircle(frameLeft + (int) (point.getX() * scaleX),
135 frameTop + (int) (point.getY() * scaleY),
144 for (ResultPoint point : currentLast) {
145 canvas.drawCircle(frameLeft + (int) (point.getX() * scaleX),
146 frameTop + (int) (point.getY() * scaleY),
181 public void addPossibleResultPoint(ResultPoint point) { argument
183 synchronized (point) {
184 points.add(point);
/external/zlib/src/examples/
H A Dzran.c19 An access point can be created at the start of any deflate block, by saving
23 point in the uncompressed stream. build_index() works by decompressing the
26 a new access point. If so, that point is saved in a data structure that
30 the latest accees point at or preceding that offset is located in the index.
50 more memory per access point, and also cannot be saved to file due to the
66 /* access point entry */
67 struct point { struct
74 /* access point list */
78 struct point *lis
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c1123 const struct crypto_ec_point *point, u8 *x, u8 *y)
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point,
1122 crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pwd.c300 EC_POINT *K = NULL, *point = NULL; local
347 wpa_printf(MSG_INFO, "EAP-PWD (peer): point allocation fail");
355 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
380 if (!EC_POINT_mul(data->grp->group, point, NULL,
386 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
410 "shared key point by order");
422 wpa_printf(MSG_INFO, "EAP-PWD (peer): shared key point is at "
430 "shared secret from point");
438 wpa_printf(MSG_INFO, "EAP-PWD (peer): point assignment fail");
482 EC_POINT_clear_free(point);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c241 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
248 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
344 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
369 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
635 EC_POINT *K = NULL, *point = NULL; local
645 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
676 if (!EC_POINT_mul(data->grp->group, point, NULL,
682 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
706 "multiply shared key point by order!\n");
718 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c1123 const struct crypto_ec_point *point, u8 *x, u8 *y)
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point,
1122 crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_pwd.c300 EC_POINT *K = NULL, *point = NULL; local
347 wpa_printf(MSG_INFO, "EAP-PWD (peer): point allocation fail");
355 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
380 if (!EC_POINT_mul(data->grp->group, point, NULL,
386 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
410 "shared key point by order");
422 wpa_printf(MSG_INFO, "EAP-PWD (peer): shared key point is at "
430 "shared secret from point");
438 wpa_printf(MSG_INFO, "EAP-PWD (peer): point assignment fail");
482 EC_POINT_clear_free(point);
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c241 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
248 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
344 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
369 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
635 EC_POINT *K = NULL, *point = NULL; local
645 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
676 if (!EC_POINT_mul(data->grp->group, point, NULL,
682 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
706 "multiply shared key point by order!\n");
718 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1123 const struct crypto_ec_point *point, u8 *x, u8 *y)
1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point,
1122 crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_pwd.c300 EC_POINT *K = NULL, *point = NULL; local
347 wpa_printf(MSG_INFO, "EAP-PWD (peer): point allocation fail");
355 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
380 if (!EC_POINT_mul(data->grp->group, point, NULL,
386 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
410 "shared key point by order");
422 wpa_printf(MSG_INFO, "EAP-PWD (peer): shared key point is at "
430 "shared secret from point");
438 wpa_printf(MSG_INFO, "EAP-PWD (peer): point assignment fail");
482 EC_POINT_clear_free(point);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c241 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
248 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
344 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
369 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
635 EC_POINT *K = NULL, *point = NULL; local
645 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
676 if (!EC_POINT_mul(data->grp->group, point, NULL,
682 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
706 "multiply shared key point by order!\n");
718 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c6837 struct vki_iw_point* point; local
6838 point = &((struct vki_iwreq *)ARG3)->u.data;
6841 (Addr)point->pointer, point->length);
7089 interpretation of this is that ARG3 really does point to a 28
7992 struct vki_iw_point* point; local
7993 point = &((struct vki_iwreq *)ARG3)->u.data;
7994 POST_MEM_WRITE((Addr)point->pointer, point->length);
8228 * check what pointers in the argument point t
[all...]
/external/tremolo/Tremolo/
H A Dcodebook.c102 static ogg_int32_t _float32_unpack(long val,int *point){ argument
106 *point=((val&0x7fe00000L)>>21)-788;
111 *point-=1;
115 *point=-9999;
736 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point);
738 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){ argument
787 int shiftM = point-s->q_delp;
788 ogg_int32_t add = point-s->q_minp;
816 oggpack_buffer *b,int n,int point){
824 if(decode_map(book,b,v,point))retur
815 vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
832 vorbis_book_decodev_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
848 vorbis_book_decodev_set(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
877 vorbis_book_decodevv_add(codebook *book,ogg_int32_t **a, long offset,int ch, oggpack_buffer *b,int n,int point) argument
[all...]
/external/skia/src/core/
H A DSkAnnotation.cpp71 void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) { argument
77 canvas->drawPoint(point.x(), point.y(), paint);
H A DSkPictureRecord.cpp986 // op + paint index + mode + count + point data
1294 // + y-pos + actual x-point data
1297 // + x&y point data
1567 // update the cull skip offset to point past this op.
1638 void SkPictureRecord::addPoint(const SkPoint& point) { argument
1642 fWriter.writePoint(point);
H A DSkReadBuffer.cpp132 void SkReadBuffer::readPoint(SkPoint* point) { argument
133 point->fX = fReader.readScalar();
134 point->fY = fReader.readScalar();
H A DSkValidatingReadBuffer.cpp122 void SkValidatingReadBuffer::readPoint(SkPoint* point) { argument
123 point->fX = this->readScalar();
124 point->fY = this->readScalar();
H A DSkWriteBuffer.cpp103 void SkWriteBuffer::writePoint(const SkPoint& point) { argument
104 fWriter.writeScalar(point.fX);
105 fWriter.writeScalar(point.fY);
108 void SkWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { argument
110 fWriter.write(point, count * sizeof(SkPoint));
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp457 static XPS_POINT xps_point(const SkPoint& point) { argument
459 SkScalarToFLOAT(point.fX),
460 SkScalarToFLOAT(point.fY),
465 static XPS_POINT xps_point(const SkPoint& point, const SkMatrix& matrix) { argument
467 matrix.mapXY(point.fX, point.fY, &skTransformedPoint);
1124 // Define the start point.
1340 // Define the start point.
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp38 void setUniformPoint3(const GrGLUniformManager& uman, UniformHandle uni, const SkPoint3& point) { argument
40 uman.set3fv(uni, 1, &point.fX);
43 void setUniformNormal3(const GrGLUniformManager& uman, UniformHandle uni, const SkPoint3& point) { argument
44 setUniformPoint3(uman, uni, SkPoint3(point.fX, point.fY, point.fZ));
248 SkPoint3 point; local
249 point.fX = buffer.readScalar();
250 point.fY = buffer.readScalar();
251 point
258 writePoint3(const SkPoint3& point, SkWriteBuffer& buffer) argument
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp651 // don't overflow fixed-point implementations
775 static inline bool rect_contains_inclusive(const SkRect& rect, const SkPoint& point) { argument
776 return point.fX >= rect.fLeft && point.fX <= rect.fRight &&
777 point.fY >= rect.fTop && point.fY <= rect.fBottom;
1478 // there is no longer any point to using the scratch.
H A DGrInOrderDrawBuffer.cpp67 const SkPoint* point = static_cast<const SkPoint*>(vertices); local
68 bounds->fLeft = bounds->fRight = point->fX;
69 bounds->fTop = bounds->fBottom = point->fY;
71 point = reinterpret_cast<SkPoint*>(reinterpret_cast<intptr_t>(point) + vertexSize);
72 bounds->growToInclude(point->fX, point->fY);
/external/skia/src/pathops/
H A DSkAddIntersections.cpp384 const SkDPoint& point = ts.pt(pt); local
386 if (wt.isPartial(ts[swap][pt], ts[swap][pt + 1], point, next)
387 && wn.isPartial(ts[!swap][pt], ts[!swap][pt + 1], point, next)) {
389 // remove extra point if two map to same float values
399 SkPoint point = ts.pt(pt).asSkPoint(); local
400 wt.alignTPt(wn, swap, pt, &ts, &point);
401 int testTAt = wt.addT(wn, point, ts[swap][pt]);
402 int nextTAt = wn.addT(wt, point, ts[!swap][pt]);
427 SkPoint point = ts.pt(0).asSkPoint(); local
428 int testTAt = wt.addSelfT(point, t
[all...]

Completed in 372 milliseconds

1234567891011>>