Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 72) sorted by relevance

123

/reactos/modules/rostests/winetests/gdiplus/
H A Dcustomlinecap.c47 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 Dpen.c247 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 Dcustomlinecap.c171 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 DCMakeLists.txt2 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 Dmsi_winetest.rc2 CUSTOM.DLL TESTDLL "custom.dll"
/reactos/dll/3rdparty/mbedtls/
H A Dctr_drbg.c412 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 Dhmac_drbg.c278 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 DFUNDING.yml1 custom: ['https://reactos.org/donate/', 'https://www.paypal.me/ReactOS']
/reactos/dll/win32/msi/
H A DCMakeLists.txt60 custom.c # Need custom defines for WIN32_NO_STATUS
/reactos/sdk/lib/drivers/sound/mmixer/
H A DTODO4 - Support custom mixer controls
/reactos/boot/freeldr/freeldr/
H A DCMakeLists.txt61 custom.c
121 bootmgr.c # This file is compiled with custom definitions
/reactos/media/inf/
H A DCMakeLists.txt39 # 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 Den-US.rc11 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 Dhmac_drbg.h229 const unsigned char *custom,
H A Dctr_drbg.h327 const unsigned char *custom,
/reactos/sdk/cmake/
H A Dwidl-support.cmake64 … # 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.Dockerfile5 # Install custom tools, runtime, etc. using apt-get
H A DCMakeLists.txt5 …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 DCMakeLists.txt11 # We name this d3dwine.dll, because the Virtualbox additions ship with a custom wined3d.dll
/reactos/sdk/include/reactos/
H A Dversion.cmake6 set(KERNEL_VERSION_BUILD "custom")
/reactos/dll/keyboard/
H A DCMakeLists.txt104 # Use a custom linker script
/reactos/boot/bootdata/packages/
H A DCMakeLists.txt5 # add custom modules/files to reactos.cab
/reactos/sdk/lib/3rdparty/stlport/
H A Dconfigure53 --clean remove custom settings (file ${configmak})
/reactos/dll/win32/msxml3/
H A Dhttprequest.c84 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 Dbg-BG.rc85 LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20

123