|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <math.h>#include <float.h>#include "wine/test.h"#include <windef.h>#include <winbase.h>#include <winuser.h>#include <wingdi.h>#include <winnls.h>#include <winerror.h>#include <winnt.h>#include <urlmon.h>#include <wtypes.h>#include <olectl.h>#include <objidl.h>
Go to the source code of this file.
Classes | |
| struct | NoStatStreamImpl |
Macros | |
| #define | COBJMACROS |
| #define | CONST_VTABLE |
| #define | NONAMELESSUNION |
| #define | expect_eq(expr, value, type, format) { type ret = (expr); ok((value) == ret, #expr " expected " format " got " format "\n", value, ret); } |
| #define | ole_expect(expr, expect) |
| #define | ole_check(expr) ole_expect(expr, S_OK); |
| #define | ok_ole_success(hr, func) ok(hr == S_OK, func " failed with error 0x%08x\n", hr) |
Typedefs | |
| typedef struct NoStatStreamImpl | NoStatStreamImpl |
Variables | |
| static HMODULE | hOleaut32 |
| static | LONG |
| static | BOOL |
| static | REFIID |
| static LPVOID *static | DWORD |
| static const unsigned char | gifimage [35] |
| static const unsigned char | jpgimage [285] |
| static const unsigned char | pngimage [285] |
| static const unsigned char | bmpimage [66] |
| static const unsigned char | bmpimage_rle8 [] |
| static const unsigned char | gif4pixel [42] |
| static const unsigned char | apmdata [] |
| static const unsigned char | metafile [] |
| static const unsigned char | enhmetafile [] |
| static HBITMAP | stock_bm |
| static const IStreamVtbl | NoStatStreamImpl_Vtbl |
| #define COBJMACROS |
Definition at line 27 of file olepicture.c.
| #define CONST_VTABLE |
Definition at line 28 of file olepicture.c.
| #define expect_eq | ( | expr, | |
| value, | |||
| type, | |||
| format | |||
| ) | { type ret = (expr); ok((value) == ret, #expr " expected " format " got " format "\n", value, ret); } |
Definition at line 47 of file olepicture.c.
| #define NONAMELESSUNION |
Definition at line 30 of file olepicture.c.
Definition at line 61 of file olepicture.c.
| #define ole_check | ( | expr | ) | ole_expect(expr, S_OK); |
Definition at line 54 of file olepicture.c.
Definition at line 49 of file olepicture.c.
| typedef struct NoStatStreamImpl NoStatStreamImpl |
Definition at line 553 of file olepicture.c.
Referenced by test_OleCreatePictureIndirect().
Definition at line 185 of file olepicture.c.
Referenced by test_Invoke(), and test_Render().
Definition at line 196 of file olepicture.c.
Referenced by test_Invoke(), and test_Render().
|
inlinestatic |
Definition at line 1592 of file olepicture.c.
Referenced by NoStatStreamImpl_AddRef(), NoStatStreamImpl_QueryInterface(), NoStatStreamImpl_Read(), NoStatStreamImpl_Release(), NoStatStreamImpl_Seek(), NoStatStreamImpl_SetSize(), and NoStatStreamImpl_Write().
Definition at line 1839 of file olepicture.c.
Referenced by test_load_save_empty_picture(), and test_pic().
Definition at line 1604 of file olepicture.c.
Referenced by NoStatStreamImpl_QueryInterface().
Definition at line 1824 of file olepicture.c.
Definition at line 1792 of file olepicture.c.
|
static |
Definition at line 1740 of file olepicture.c.
|
static |
Definition at line 1597 of file olepicture.c.
Referenced by NoStatStreamImpl_Release().
|
static |
Definition at line 1798 of file olepicture.c.
|
static |
Definition at line 1611 of file olepicture.c.
|
static |
Definition at line 1639 of file olepicture.c.
Definition at line 1629 of file olepicture.c.
Definition at line 1796 of file olepicture.c.
|
static |
Definition at line 1691 of file olepicture.c.
|
static |
Definition at line 1722 of file olepicture.c.
|
static |
Definition at line 1816 of file olepicture.c.
|
static |
Definition at line 1807 of file olepicture.c.
|
static |
Definition at line 1663 of file olepicture.c.
|
static |
Definition at line 756 of file olepicture.c.
Referenced by test_Render().
| START_TEST | ( | olepicture | ) |
Definition at line 1545 of file olepicture.c.
Definition at line 663 of file olepicture.c.
Referenced by START_TEST().
Definition at line 355 of file olepicture.c.
Referenced by START_TEST().
Definition at line 402 of file olepicture.c.
Referenced by START_TEST().
Definition at line 719 of file olepicture.c.
Referenced by START_TEST().
Definition at line 899 of file olepicture.c.
Referenced by START_TEST().
Definition at line 923 of file olepicture.c.
Referenced by START_TEST().
Definition at line 936 of file olepicture.c.
Referenced by START_TEST().
Definition at line 1136 of file olepicture.c.
Referenced by START_TEST().
Definition at line 441 of file olepicture.c.
Referenced by START_TEST().
Definition at line 1208 of file olepicture.c.
Referenced by START_TEST().
Definition at line 1462 of file olepicture.c.
Referenced by START_TEST().
Definition at line 1353 of file olepicture.c.
Referenced by START_TEST().
Definition at line 1280 of file olepicture.c.
Referenced by START_TEST().
Definition at line 701 of file olepicture.c.
Referenced by START_TEST().
Definition at line 601 of file olepicture.c.
Referenced by START_TEST().
Definition at line 950 of file olepicture.c.
Referenced by START_TEST().
Definition at line 288 of file olepicture.c.
Referenced by START_TEST().
Definition at line 216 of file olepicture.c.
Referenced by test_pic().
Definition at line 805 of file olepicture.c.
Referenced by START_TEST().
Definition at line 130 of file olepicture.c.
Referenced by test_apm().
Definition at line 104 of file olepicture.c.
Referenced by START_TEST(), and test_OleLoadPicturePath().
Definition at line 113 of file olepicture.c.
Referenced by START_TEST().
Definition at line 58 of file olepicture.c.
Definition at line 59 of file olepicture.c.
Definition at line 149 of file olepicture.c.
Referenced by test_enhmetafile().
Definition at line 122 of file olepicture.c.
Referenced by START_TEST().
Definition at line 64 of file olepicture.c.
Referenced by START_TEST(), and test_Invoke().
|
static |
Definition at line 56 of file olepicture.c.
Referenced by START_TEST().
Definition at line 71 of file olepicture.c.
Referenced by START_TEST().
Definition at line 58 of file olepicture.c.
Definition at line 138 of file olepicture.c.
Referenced by check_metafile(), decode_image_emf(), decode_image_wmf(), GdipCloneImage(), GdipConvertToEmfPlus(), GdipConvertToEmfPlusToFile(), GdipCreateMetafileFromEmf(), GdipCreateMetafileFromFile(), GdipCreateMetafileFromStream(), GdipCreateMetafileFromWmf(), GdipCreateMetafileFromWmfFile(), GdipEnumerateMetafileDestPoint(), GdipEnumerateMetafileDestPointI(), GdipEnumerateMetafileDestRect(), GdipEnumerateMetafileDestRectI(), GdipEnumerateMetafileSrcRectDestPoints(), GdipGetHemfFromMetafile(), GdipGetMetafileHeaderFromFile(), GdipGetMetafileHeaderFromMetafile(), GdipGetMetafileHeaderFromStream(), GdipGetMetafileHeaderFromWmf(), GdipPlayMetafileRecord(), GdipRecordMetafile(), GdipRecordMetafileFileName(), GdipRecordMetafileFileNameI(), GdipRecordMetafileI(), GdipRecordMetafileStream(), GdipSetMetafileDownLevelRasterizationLimit(), get_metadc_ptr(), load_emf(), load_wmf(), Metafile::Metafile(), METAFILE_AddBrushObject(), METAFILE_AddImageAttributesObject(), METAFILE_AddImageObject(), METAFILE_AddObjectId(), METAFILE_AddPathObject(), METAFILE_AddPenObject(), METAFILE_AddRegionObject(), METAFILE_AddSimpleProperty(), METAFILE_AdjustFrame(), METAFILE_AllocateRecord(), METAFILE_BeginContainer(), METAFILE_BeginContainerNoParams(), METAFILE_DrawImagePointsRect(), METAFILE_DrawPath(), METAFILE_EndContainer(), METAFILE_FillPath(), METAFILE_FillRectangles(), METAFILE_Free(), metafile_free_object_table_entry(), METAFILE_GetDC(), METAFILE_GetFinalGdiTransform(), METAFILE_GetGraphicsContext(), METAFILE_GraphicsClear(), METAFILE_GraphicsDeleted(), METAFILE_MultiplyWorldTransform(), METAFILE_PlaybackGetDC(), METAFILE_PlaybackObject(), METAFILE_PlaybackReleaseDC(), METAFILE_PlaybackUpdateClip(), METAFILE_PlaybackUpdateGdiTransform(), METAFILE_PlaybackUpdateWorldTransform(), METAFILE_ReleaseDC(), METAFILE_RemoveLastRecord(), METAFILE_ResetWorldTransform(), METAFILE_RestoreGraphics(), METAFILE_RotateWorldTransform(), METAFILE_SaveGraphics(), METAFILE_ScaleWorldTransform(), metafile_set_clip_region(), metafile_set_object_table_entry(), METAFILE_SetClipRect(), METAFILE_SetClipRegion(), METAFILE_SetPageTransform(), METAFILE_SetWorldTransform(), METAFILE_TranslateWorldTransform(), METAFILE_WriteEndOfFile(), METAFILE_WriteHeader(), METAFILE_WriteRecords(), play_metafile(), sync_metafile(), test_clear(), test_clipping(), test_containers(), test_converttoemfplus(), test_drawimage(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_frameunit(), test_gditransform(), test_gditransform_cb(), test_getdc(), test_metafile(), test_nullframerect(), test_pagetransform(), test_properties(), test_system_palette_entries(), and test_worldtransform().
|
static |
Definition at line 1830 of file olepicture.c.
Referenced by NoStatStream_Construct().
Definition at line 93 of file olepicture.c.
Referenced by START_TEST().
| LPVOID *static REFIID |
Definition at line 58 of file olepicture.c.
|
static |
Definition at line 183 of file olepicture.c.
Referenced by create_render_dc(), and delete_render_dc().