HomeSort by relevance Sort by last modified time
    Searched full:xnew (Results 1 - 14 of 14) sorted by null

  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 49 int xNew, yNew;
69 get_window_pos(disp, win, &xNew, &yNew);
70 if (xNew != x || yNew != y) {
71 X11_wmXAdjust = xAdjust = x - xNew;
74 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/libpng/contrib/visupng/
VisualPng.c 463 int xNew, yNew;
489 xNew = rParent.left + ((wParent - wChild) /2);
490 if (xNew < rWorkArea.left) {
491 xNew = rWorkArea.left;
492 } else if ((xNew+wChild) > rWorkArea.right) {
493 xNew = rWorkArea.right - wChild;
505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
824 int xNew, yNew;
856 for (xNew = 0; xNew < cxNewSize; xNew++
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_d2i_fp.c 71 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
82 ret=ASN1_d2i_bio(xnew,d2i,b,x);
88 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
  /external/openssl/crypto/asn1/
a_d2i_fp.c 70 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
81 ret=ASN1_d2i_bio(xnew,d2i,b,x);
87 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
asn1.h 351 #define CHECKED_NEW_OF(type, xnew) \
352 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 338 int xNew, yNew;
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
366 if (xNew != x || yNew != y) {
367 X11_wmXAdjust = xAdjust = x - xNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 629 float xNew = x - m_dx;
633 xNew -= baselineShift;
637 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 337 #define CHECKED_NEW_OF(type, xnew) \
338 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    [all...]
  /external/openssl/include/openssl/
asn1.h 351 #define CHECKED_NEW_OF(type, xnew) \
352 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 96 #define XNEW(_Ty) \
dyn-string.c 112 result = XNEW (struct dyn_string);
cplus-dem.c     [all...]
  /device/generic/goldfish/qemud/
qemud.c 132 #define xnew(p) (p) = xalloc(sizeof(*(p))) macro
664 xnew(p);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 342 #define XNEW(T) ((T *) xmalloc (sizeof (T)))

Completed in 3187 milliseconds