HomeSort by relevance Sort by last modified time
    Searched defs:pt (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 50 BPoint pt; local
53 pt.x = x;
54 pt.y = y;
56 SDL_Win->ConvertToScreen(&pt);
58 set_mouse_position((int)pt.x, (int)pt.y);
66 BPoint pt; local
67 pt.x = (SDL_VideoSurface->w/2);
68 pt.y = (SDL_VideoSurface->h/2);
70 SDL_Win->ConvertToScreen(&pt);
    [all...]
SDL_sysmouse.cc 131 BPoint pt; local
132 SDL_Win->GetXYOffset(pt.x, pt.y);
133 pt.x += x;
134 pt.y += y;
136 SDL_Win->ConvertToScreen(&pt);
138 set_mouse_position((int32)pt.x, (int32)pt.y);
  /external/clang/test/Analysis/
method-call-intra-p.cpp 26 InvalidateArgs *pt = &t; local
30 pt->vttt(&y);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 196 UINT8 *ps, *pt; local
224 pt = tu;
227 pt = tar.uu.uuid128;
229 return(memcmp(ps, pt, LEN_UUID_128) == 0);
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 6 unsigned char pt[64], ct[64], tmp[64], key[16], iv[16], iv2[16]; local
19 /* make a random pt, key and iv */
20 yarrow_read(pt, 64, &yarrow_prng);
49 DO(cbc_encrypt(pt, ct, 64, &cbc));
55 if (memcmp(tmp, pt, 64) != 0) {
72 DO(cfb_encrypt(pt, ct, 64, &cfb));
78 if (memcmp(tmp, pt, 64) != 0) {
94 DO(ofb_encrypt(pt, ct, 64, &ofb));
100 if (memcmp(tmp, pt, 64) != 0) {
  /external/eigen/unsupported/test/
splines.cpp 124 Vector3d pt = spline(u(i)); local
125 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
152 Vector3d pt = spline(u(i)); local
153 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
192 Vector2d pt = spline(u(i)); local
193 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
214 PointType pt = spline( chord_lengths(i) ); local
216 VERIFY( (pt - ref).matrix().norm() < 1e-14 );
226 PointType pt = spline( chord_lengths(i) ); local
228 VERIFY( (pt - ref).matrix().norm() < 1e-14 )
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bounding/
TestRayCollision.java 59 Vector3f pt = res.getCollision(i).getContactPoint(); local
61 System.out.println("point: "+pt);
  /external/kernel-headers/original/linux/
sw_sync.h 33 struct sync_pt pt; member in struct:sw_sync_pt
  /external/opencv/cv/src/
_cvgeom.h 74 CvPoint pt; /* Coordinates x and y of the vertex which don't lie on the base line LMIAT */ member in struct:_CvTrianAttr
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 58 CvPoint pt; local
83 CV_READ_SEQ_ELEM( pt, reader );
85 i_min = CV_MIN2( i_min, pt.y );
86 i_max = CV_MAX2( i_max, pt.y );
87 j_min = CV_MIN2( j_min, pt.x );
88 j_max = CV_MAX2( j_max, pt.x );
90 *(image_mask + pt.y * step + pt.x) = 255;
  /external/openssl/crypto/hmac/
hmactest.c 123 static char *pt(unsigned char *md);
145 p=pt(HMAC(EVP_md5(),
165 static char *pt(unsigned char *md) function
  /external/openssl/crypto/md4/
md4.c 66 void pt(unsigned char *md);
116 pt(md);
119 void pt(unsigned char *md) function
md4test.c 96 static char *pt(unsigned char *md);
110 p=pt(md);
127 static char *pt(unsigned char *md) function
  /external/openssl/crypto/md5/
md5.c 66 void pt(unsigned char *md);
116 pt(md);
119 void pt(unsigned char *md) function
md5test.c 96 static char *pt(unsigned char *md);
110 p=pt(md);
131 static char *pt(unsigned char *md) function
  /external/openssl/crypto/ripemd/
rmd160.c 66 void pt(unsigned char *md);
116 pt(md);
119 void pt(unsigned char *md) function
rmdtest.c 102 static char *pt(unsigned char *md);
119 p=pt(md);
136 static char *pt(unsigned char *md) function
  /external/openssl/crypto/sha/
sha.c 66 void pt(unsigned char *md);
113 pt(md);
116 void pt(unsigned char *md) function
sha1.c 66 void pt(unsigned char *md);
116 pt(md);
119 void pt(unsigned char *md) function
sha1test.c 105 static char *pt(unsigned char *md);
127 p=pt(md);
149 p=pt(md);
169 static char *pt(unsigned char *md) function
shatest.c 105 static char *pt(unsigned char *md);
127 p=pt(md);
149 p=pt(md);
169 static char *pt(unsigned char *md) function
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 244 POINT pt; local
247 pt.x = x;
248 pt.y = y;
249 ClientToScreen(SDL_Window, &pt);
250 SetCursorPos(pt.x,pt.y);
261 POINT pt; local
262 pt.x = (SDL_VideoSurface->w/2);
263 pt.y = (SDL_VideoSurface->h/2);
264 ClientToScreen(SDL_Window, &pt);
    [all...]
  /external/skia/legacy/src/utils/
SkBoundaryPatch.cpp 22 SkPoint pt; local
23 pt.set(x, y);
24 return pt;
  /external/skia/src/utils/
SkBoundaryPatch.cpp 24 SkPoint pt; local
25 pt.set(x, y);
26 return pt;
  /external/skia/gm/
bigmatrix.cpp 48 SkPoint pt = {10 * SK_Scalar1, 10 * SK_Scalar1}; local
51 m.mapPoints(&pt, 1);
52 path.addCircle(pt.fX, pt.fY, small);
55 pt.set(30 * SK_Scalar1, 10 * SK_Scalar1);
56 m.mapPoints(&pt, 1);
57 SkRect rect = {pt.fX - small, pt.fY - small,
58 pt.fX + small, pt.fY + small}
    [all...]

Completed in 456 milliseconds

1 2 3 4 5 6 7 8