HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_decompose_tmp.h 66 POINT(idx[0]);
438 #undef POINT
draw_pipe.c 113 * Build primitive to render a point with vertex at v0.
124 draw->pipeline.first->point( draw->pipeline.first, &prim );
192 #define POINT(i0) \
292 #define POINT(i0) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 323 POINT *ppt,
406 POINT *ppt,
517 static FORCEINLINE HRESULT IDocHostUIHandler_ShowContextMenu(IDocHostUIHandler* This,DWORD dwID,POINT *ppt,IUnknown *pcmdtReserved,IDispatch *pdispReserved) {
570 POINT *ppt,
743 POINT *ppt,
    [all...]
commoncontrols.h 257 POINT *ppt,
258 POINT *pptHotspot,
430 POINT *ppt,
431 POINT *pptHotspot,
577 static FORCEINLINE HRESULT IImageList_GetDragImage(IImageList* This,POINT *ppt,POINT *pptHotspot,REFIID riid,void **ppv) {
834 POINT *ppt,
835 POINT *pptHotspot,
1093 POINT *ppt,
1094 POINT *pptHotspot
    [all...]
imm.h 29 POINT ptCurrentPos;
36 POINT ptCurrentPos;
127 POINT pt;
uxtheme.h 155 POINT ptShadowOffset;
194 THEMEAPI HitTestThemeBackground(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,DWORD dwOptions,const RECT *pRect,HRGN hrgn,POINT ptTest,WORD *pwHitTestCode);
205 THEMEAPI GetThemePosition(HTHEME hTheme,int iPartId,int iStateId,int iPropId,POINT *pPoint);
dxgi1_2.idl 87 POINT *pScrollOffset;
wtypes.h 106 } POINT;
392 POINT pt;
wingdi.h 225 POINT ptPosition;
226 POINT ptSize;
990 POINT lopnWidth;
    [all...]
htmlhelp.h 160 POINT pt;
winuser.h 645 POINT pt;
661 POINT pt;
920 POINT pt;
1032 POINT ptReserved;
1033 POINT ptMaxSize;
1034 POINT ptMaxPosition;
1035 POINT ptMinTrackSize;
1036 POINT ptMaxTrackSize;
2792 POINT point; member in struct:tagTOUCH_HIT_TESTING_INPUT
    [all...]
commctrl.h 154 POINT pt;
445 WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_GetDragImage(POINT *ppt,POINT *pptHotspot);
665 POINT pt;
    [all...]
shellapi.h 72 SHSTDAPI_(WINBOOL) DragQueryPoint (HDROP hDrop, POINT *ppt);
92 POINT pt;
100 POINT pt;
penwin.h     [all...]
shlobj.h     [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 117 POINT pt;
202 POINT pt;
390 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
399 point.fX = xUnitsToPoints(pt.fX);
400 point.fY = yUnitsToPoints(pt.fY);
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 64 long __stdcall CopyRects(IDirect3DSurface8 *sourceSurface, const RECT *sourceRectsArray, unsigned int rects, IDirect3DSurface8 *destinationSurface, const POINT *destPointsArray) override;
155 long __stdcall updateSurface(IDirect3DSurface8 *sourceSurface, const RECT *sourceRect, IDirect3DSurface8 *destinationSurface, const POINT *destPoint);
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 224 POINT ptDiff;
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 116 smb.addIndexSetType(Mesh.Primitive.POINT);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 193 if (flag == POINT || (atEnd && flag == PARAGRAPH))
204 if (flag == POINT || (atEnd && flag == PARAGRAPH))
445 if (flag == POINT) {
446 // A POINT located inside the replaced range should be moved to the end of the
448 // The exception is when the point is at the start of the range and we are doing a
449 // text replacement (as opposed to a deletion): the point stays there.
622 // TODO A correct previousSpanStart cannot be computed at this point.
703 if (flagsStart == POINT && flagsEnd == MARK && start == end) {
719 if (flagsStart == POINT || (flagsStart == PARAGRAPH && start == length()))
726 if (flagsEnd == POINT || (flagsEnd == PARAGRAPH && end == length())
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 642 POINT( v );
650 POINT( v );
  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.cpp 156 POINT point; local
157 GetCursorPos(&point);
158 ScreenToClient(window, &point);
160 frameBuffer->setCursorPosition(point.x, point.y);
Direct3DDevice9Ex.hpp 87 long __stdcall UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSurface9 *destinationSurface, const POINT *destPoint) override;
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 121 POINT hotspot; /* -1, -1 if no cursor image set */
122 POINT pos;
388 const POINT *pDestPoint );
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 121 POINT client_pos;

Completed in 811 milliseconds

1 23 4 5 6