/reactos/modules/rostests/winetests/gdiplus/ |
H A D | customlinecap.c | 47 GpCustomLineCap *custom; in test_constructor_destructor() local 76 stat = GdipDeleteCustomLineCap(custom); in test_constructor_destructor() 79 custom = NULL; in test_constructor_destructor() 91 GpCustomLineCap *custom; in test_linejoin() local 136 GdipDeleteCustomLineCap(custom); in test_linejoin() 142 GpCustomLineCap *custom; in test_inset() local 168 GdipDeleteCustomLineCap(custom); in test_inset() 174 GpCustomLineCap *custom; in test_scale() local 233 GdipDeleteCustomLineCap(custom); in test_scale() 336 GpCustomLineCap *custom; in test_captype() local [all …]
|
H A D | pen.c | 247 GpCustomLineCap *custom; in test_customcap() local 257 status = GdipGetPenCustomStartCap(NULL, &custom); in test_customcap() 264 status = GdipGetPenCustomEndCap(NULL, &custom); in test_customcap() 279 custom = (GpCustomLineCap*)0xdeadbeef; in test_customcap() 280 status = GdipGetPenCustomEndCap(pen, &custom); in test_customcap() 282 ok(custom == NULL,"Expect CustomCap == NULL\n"); in test_customcap() 284 custom = (GpCustomLineCap*)0xdeadbeef; in test_customcap() 285 status = GdipGetPenCustomStartCap(pen, &custom); in test_customcap() 287 ok(custom == NULL,"Expect CustomCap == NULL\n"); in test_customcap()
|
/reactos/dll/win32/gdiplus/ |
H A D | customlinecap.c | 171 if(!custom || !widthScale) in GdipGetCustomLineCapWidthScale() 174 *widthScale = custom->scale; in GdipGetCustomLineCapWidthScale() 186 if(!custom) in GdipSetCustomLineCapStrokeCaps() 200 TRACE("(%p,%u)\n", custom, base); in GdipSetCustomLineCapBaseCap() 213 if(!custom || !inset) in GdipGetCustomLineCapBaseInset() 216 *inset = custom->inset; in GdipGetCustomLineCapBaseInset() 238 TRACE("(%p, %d)\n", custom, join); in GdipSetCustomLineCapStrokeJoin() 240 if(!custom) in GdipSetCustomLineCapStrokeJoin() 243 custom->join = join; in GdipSetCustomLineCapStrokeJoin() 252 if(!custom) in GdipSetCustomLineCapWidthScale() [all …]
|
/reactos/modules/rostests/winetests/msi/ |
H A D | CMakeLists.txt | 2 spec2def(custom.dll custom.spec) 3 add_library(msi_custom MODULE custom.c ${CMAKE_CURRENT_BINARY_DIR}/custom.def) 4 set_target_properties(msi_custom PROPERTIES OUTPUT_NAME "custom") 35 set_property(SOURCE msi_winetest.rc PROPERTY OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/custom.dll … 53 # msi_winetest.rc: let rc.exe find custom.dll in its subdirectory, i.e. Debug.
|
H A D | msi_winetest.rc | 2 CUSTOM.DLL TESTDLL "custom.dll"
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ctr_drbg.c | 412 const unsigned char *custom, in mbedtls_ctr_drbg_seed() argument 441 if( ( ret = mbedtls_ctr_drbg_reseed( ctx, custom, len ) ) != 0 ) in mbedtls_ctr_drbg_seed() 452 const unsigned char *custom, size_t len, in mbedtls_ctr_drbg_seed_entropy_len() argument 456 return( mbedtls_ctr_drbg_seed( ctx, f_entropy, p_entropy, custom, len ) ); in mbedtls_ctr_drbg_seed_entropy_len()
|
H A D | hmac_drbg.c | 278 const unsigned char *custom, in mbedtls_hmac_drbg_seed() argument 320 if( ( ret = hmac_drbg_reseed_core( ctx, custom, len, in mbedtls_hmac_drbg_seed()
|
/reactos/.github/ |
H A D | FUNDING.yml | 1 custom: ['https://reactos.org/donate/', 'https://www.paypal.me/ReactOS']
|
/reactos/dll/win32/msi/ |
H A D | CMakeLists.txt | 60 custom.c # Need custom defines for WIN32_NO_STATUS
|
/reactos/sdk/lib/drivers/sound/mmixer/ |
H A D | TODO | 4 - Support custom mixer controls
|
/reactos/boot/freeldr/freeldr/ |
H A D | CMakeLists.txt | 61 custom.c 121 bootmgr.c # This file is compiled with custom definitions
|
/reactos/media/inf/ |
H A D | CMakeLists.txt | 39 # module name is used for a custom target creation, so we can put any unique name here
|
/reactos/base/applications/cmdutils/eventcreate/lang/ |
H A D | en-US.rc | 11 This tool enables an administrator to create a custom event in\n\ 63 …IDS_SOURCE_NOT_CUSTOM "The Source parameter is used to identify the custom scripts/applications\n(…
|
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | hmac_drbg.h | 229 const unsigned char *custom,
|
H A D | ctr_drbg.h | 327 const unsigned char *custom,
|
/reactos/sdk/cmake/ |
H A D | widl-support.cmake | 64 … # We generate the two files in two passes because WIDL accepts only one custom file name as output 98 … # We generate the two files in two passes because WIDL accepts only one custom file name as output
|
/reactos/ |
H A D | .gitpod.Dockerfile | 5 # Install custom tools, runtime, etc. using apt-get
|
H A D | CMakeLists.txt | 5 …message(WARNING "Building with \"${CMAKE_COMMAND}\", which is not the custom CMake included in Ros… 102 # Since cmake does not support setting env variables for a custom command,
|
/reactos/dll/directx/wine/wined3d/ |
H A D | CMakeLists.txt | 11 # We name this d3dwine.dll, because the Virtualbox additions ship with a custom wined3d.dll
|
/reactos/sdk/include/reactos/ |
H A D | version.cmake | 6 set(KERNEL_VERSION_BUILD "custom")
|
/reactos/dll/keyboard/ |
H A D | CMakeLists.txt | 104 # Use a custom linker script
|
/reactos/boot/bootdata/packages/ |
H A D | CMakeLists.txt | 5 # add custom modules/files to reactos.cab
|
/reactos/sdk/lib/3rdparty/stlport/ |
H A D | configure | 53 --clean remove custom settings (file ${configmak})
|
/reactos/dll/win32/msxml3/ |
H A D | httprequest.c | 84 BSTR custom; member 400 … pbindinfo->szCustomVerb = CoTaskMemAlloc(SysStringByteLen(This->request->custom)+sizeof(WCHAR)); in BindStatusCallback_GetBindInfo() 401 strcpyW(pbindinfo->szCustomVerb, This->request->custom); in BindStatusCallback_GetBindInfo() 929 SysReAllocString(&This->custom, method); in httprequest_open() 1304 SysFreeString(This->custom); in httprequest_release() 2044 req->custom = NULL; in init_httprequest()
|
/reactos/dll/shellext/netshell/lang/ |
H A D | bg-BG.rc | 85 LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20
|