Searched refs:XFORM (Results 1 – 10 of 10) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | tpcshrd.h | 57 } XFORM; typedef
|
D | tpcshrd.idl | 41 } XFORM;
|
D | wingdi.h | 457 } XFORM,*PXFORM,*LPXFORM; typedef 2821 WINGDIAPI HRGN WINAPI ExtCreateRegion(CONST XFORM *lpx,DWORD nCount,CONST RGNDATA *lpData); 3228 WINGDIAPI WINBOOL WINAPI SetWorldTransform(HDC hdc,CONST XFORM *lpxf); 3229 WINGDIAPI WINBOOL WINAPI ModifyWorldTransform(HDC hdc,CONST XFORM *lpxf,DWORD mode); 3230 WINGDIAPI WINBOOL WINAPI CombineTransform(LPXFORM lpxfOut,CONST XFORM *lpxf1,CONST XFORM *lpxf2); 3694 XFORM xform; 3699 XFORM xform; 3850 XFORM xformSrc; 3869 XFORM xformSrc; 3890 XFORM xformSrc; [all …]
|
D | msinkaut.idl | 418 [propget, hidden] HRESULT Data([out, retval] XFORM *XForm); 419 [propput, hidden] HRESULT Data([in] XFORM XForm);
|
D | msinkaut.h | 2148 XFORM *XForm) = 0; 2151 XFORM XForm) = 0; 2301 XFORM *XForm); 2305 XFORM XForm); 2433 static FORCEINLINE HRESULT IInkTransform_get_Data(IInkTransform* This,XFORM *XForm) { 2436 static FORCEINLINE HRESULT IInkTransform_put_Data(IInkTransform* This,XFORM XForm) {
|
/third_party/skia/gm/ |
D | rasterhandleallocator.cpp | 247 XFORM xf; in updateHandle()
|
/third_party/flutter/skia/gm/ |
D | rasterhandleallocator.cpp | 248 XFORM xf; in updateHandle()
|
/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 457 void init(HFONT font, const XFORM& xform) { in init() 469 XFORM fXform{1, 0, 0, 1, 0, 0}; 536 XFORM xform = fXform; in draw() 702 XFORM xform; in SkScalerContext_GDI()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_win.cpp | 450 void init(HFONT font, const XFORM& xform) { in init() 461 XFORM fXform; 528 XFORM xform = fXform; in draw() 697 XFORM xform; in SkScalerContext_GDI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 41 // of type VT. PRED returns true if a node is acceptable and XFORM returns
|