HomeSort by relevance Sort by last modified time
    Searched refs:POINTS (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
IntPointWin.cpp 45 IntPoint::IntPoint(const POINTS& p)
51 IntPoint::operator POINTS() const
53 POINTS p = {m_x, m_y};
  /external/webkit/Source/WebCore/platform/win/
WindowsTouch.h 80 POINTS ptsLocation; // current location of this gesture
106 POINTS ptsLocation; // starting location
PopupMenuWin.cpp 49 #define MAKEPOINTS(l) (*((POINTS FAR *)&(l)))
  /external/chromium/ui/gfx/
point.cc 23 POINTS points = MAKEPOINTS(point); local
24 x_ = points.x;
25 y_ = points.y;
  /external/webkit/Source/WebCore/platform/graphics/
IntPoint.h 50 typedef struct tagPOINTS POINTS;
130 IntPoint(const POINTS&);
131 operator POINTS() const;
GraphicsContext3D.h 114 POINTS = 0x0000,
610 // Entry points for WebGL.
    [all...]
  /external/tremolo/Tremolo/
mdctLARM.s 409 @ r0 = n = (points * 2)
420 MOV r0, r0, LSR #1 @ r0 = points>>i = POINTS
425 @ mdct_butterfly_generic(x+POINTS*j, POINTS, 4<<(i+shift))
427 @ r0 = points
437 ADD r1,r1,r0,LSL #1 @ r1 = x2+4 = x + (POINTS>>1)
438 ADD r7,r1,r0,LSL #1 @ r7 = x1+4 = x + POINTS
461 @ r0 = points
527 @ r0 = points
    [all...]
mdctARM.s 424 @ r0 = n = (points * 2)
437 MOV r0, r0, LSR #1 @ r0 = points>>i = POINTS
442 @ mdct_butterfly_generic(x+POINTS*j, POINTS, 4<<(i+shift))
444 @ r0 = points
454 ADD r1,r1,r0,LSL #1 @ r1 = x2+4 = x + (POINTS>>1)
455 ADD r7,r1,r0,LSL #1 @ r7 = x1+4 = x + POINTS
478 @ r0 = points
543 @ r0 = points
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 536 // For this, we have to calculate the points, scaled!
913 POINTS *ppts = (POINTS *) (&mp1);
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 42 const unsigned int POINTS = 0x0000;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 211 milliseconds