Home
last modified time | relevance | path

Searched refs:format2 (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dstringformat.c143 GpStringFormat *format, *format2; in test_getgenerictypographic() local
160 stat = GdipStringFormatGetGenericTypographic(&format2); in test_getgenerictypographic()
162 ok(format == format2, "expected same format object\n"); in test_getgenerictypographic()
163 stat = GdipDeleteStringFormat(format2); in test_getgenerictypographic()
313 GpStringFormat *format, *format2; in test_getgenericdefault() local
331 stat = GdipStringFormatGetGenericDefault(&format2); in test_getgenericdefault()
333 ok(format == format2, "expected same format object\n"); in test_getgenericdefault()
334 stat = GdipDeleteStringFormat(format2); in test_getgenericdefault()
/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvgpos.c430 FT_UInt format2, in otv_PairSet_validate() argument
447 value_len2 = otv_value_length( format2 ); in otv_PairSet_validate()
460 if ( format2 ) in otv_PairSet_validate()
461 otv_ValueRecord_validate( p, format2, otvalid ); /* Value2 */ in otv_PairSet_validate()
/reactos/dll/directx/wine/quartz/
H A Davidec.c247 VIDEOINFOHEADER2 *format2 = (VIDEOINFOHEADER2 *)pmt->pbFormat; in AVIDec_SetMediaType() local
253 bmi = &format2->bmiHeader; in AVIDec_SetMediaType()
H A Dvideorenderer.c346 VIDEOINFOHEADER2 *format2 = (VIDEOINFOHEADER2 *)pmt->pbFormat; in VideoRenderer_CheckMediaType() local
350 This->SourceRect.right = This->VideoWidth = format2->bmiHeader.biWidth; in VideoRenderer_CheckMediaType()
351 height = format2->bmiHeader.biHeight; in VideoRenderer_CheckMediaType()
/reactos/modules/rostests/winetests/msvcrt/
H A Dscanf.c319 const WCHAR format2[] = {'a',0x1234,'%',0x1234,'%','c',0}; in test_swscanf() local
335 ret = swscanf(buffer, format2, &c); in test_swscanf()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c5192 static BOOL compare_format(DDPIXELFORMAT *format1, DDPIXELFORMAT *format2) in compare_format() argument
5195 (format2->dwFlags & (DDPF_RGB|DDPF_YUV|DDPF_FOURCC))) in compare_format()
5203 if (format1->u1.dwRGBBitCount != format2->u1.dwRGBBitCount) in compare_format()
5206 if (format1->u2.dwRBitMask != format2->u2.dwRBitMask) in compare_format()
5209 if (format1->u3.dwGBitMask != format2->u3.dwGBitMask) in compare_format()
5212 if (format1->u4.dwBBitMask != format2->u4.dwBBitMask) in compare_format()
5218 if (format1->u5.dwRGBAlphaBitMask != format2->u5.dwRGBAlphaBitMask) in compare_format()
5225 if (format1->dwFourCC != format2->dwFourCC) in compare_format()
/reactos/modules/rostests/winetests/urlmon/
H A Dmisc.c230 IEnumFORMATETC *format = NULL, *format2 = NULL; in test_RegisterFormatEnumerator() local
275 hres = CreateFormatEnumerator(1, &formatetc, &format2); in test_RegisterFormatEnumerator()
282 IEnumFORMATETC_Release(format2); in test_RegisterFormatEnumerator()
/reactos/dll/directx/wine/wined3d/
H A Dutils.c3922 …L wined3d_formats_are_srgb_variants(enum wined3d_format_id format1, enum wined3d_format_id format2) in wined3d_formats_are_srgb_variants() argument
3929 return format2 == format_srgb_info[i].base_format_id; in wined3d_formats_are_srgb_variants()
3931 return format2 == format_srgb_info[i].srgb_format_id; in wined3d_formats_are_srgb_variants()
H A Dwined3d_private.h4372 enum wined3d_format_id format2) DECLSPEC_HIDDEN;