os/graphics/windowing/windowserver/wins_switching/remotegc_stubs.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
 * All rights reserved.
sl@0
     4
 * This component and the accompanying materials are made available
sl@0
     5
 * under the terms of "Eclipse Public License v1.0"
sl@0
     6
 * which accompanies this distribution, and is available
sl@0
     7
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
 */
sl@0
     9
sl@0
    10
/* Generated from  "../BWINS/remotegcu.def" file size: 2452 */
sl@0
    11
sl@0
    12
extern "C" {
sl@0
    13
void common_dispatch();
sl@0
    14
sl@0
    15
__declspec(dllexport)
sl@0
    16
__declspec(naked)
sl@0
    17
void call_vector_1 ()
sl@0
    18
	{
sl@0
    19
	// ; CCommandBuffer::~CCommandBuffer(void)
sl@0
    20
	_asm mov eax, 1
sl@0
    21
	_asm jmp common_dispatch
sl@0
    22
	}
sl@0
    23
sl@0
    24
__declspec(dllexport)
sl@0
    25
__declspec(naked)
sl@0
    26
void call_vector_2 ()
sl@0
    27
	{
sl@0
    28
	// ; CRemoteGc::~CRemoteGc(void)
sl@0
    29
	_asm mov eax, 2
sl@0
    30
	_asm jmp common_dispatch
sl@0
    31
	}
sl@0
    32
sl@0
    33
__declspec(dllexport)
sl@0
    34
__declspec(naked)
sl@0
    35
void call_vector_3 ()
sl@0
    36
	{
sl@0
    37
	// ; void CRemoteGc::ExternalizeL(class RWsGraphicMsgBuf &, int)
sl@0
    38
	_asm mov eax, 3
sl@0
    39
	_asm jmp common_dispatch
sl@0
    40
	}
sl@0
    41
sl@0
    42
__declspec(dllexport)
sl@0
    43
__declspec(naked)
sl@0
    44
void call_vector_4 ()
sl@0
    45
	{
sl@0
    46
	// ; void CCommandBuffer::InternalizeL(class TDesC8 const &)
sl@0
    47
	_asm mov eax, 4
sl@0
    48
	_asm jmp common_dispatch
sl@0
    49
	}
sl@0
    50
sl@0
    51
__declspec(dllexport)
sl@0
    52
__declspec(naked)
sl@0
    53
void call_vector_5 ()
sl@0
    54
	{
sl@0
    55
	// ; class CCommandBuffer * CCommandBuffer::NewL(void)
sl@0
    56
	_asm mov eax, 5
sl@0
    57
	_asm jmp common_dispatch
sl@0
    58
	}
sl@0
    59
sl@0
    60
__declspec(dllexport)
sl@0
    61
__declspec(naked)
sl@0
    62
void call_vector_6 ()
sl@0
    63
	{
sl@0
    64
	// ; class CRemoteGc * CRemoteGc::NewL(class CWsScreenDevice *)
sl@0
    65
	_asm mov eax, 6
sl@0
    66
	_asm jmp common_dispatch
sl@0
    67
	}
sl@0
    68
sl@0
    69
__declspec(dllexport)
sl@0
    70
__declspec(naked)
sl@0
    71
void call_vector_7 ()
sl@0
    72
	{
sl@0
    73
	// ; int CCommandBuffer::Play(class TPoint const &, class TRect const &, class MWsGraphicResolver const &, class CBitmapContext &)
sl@0
    74
	_asm mov eax, 7
sl@0
    75
	_asm jmp common_dispatch
sl@0
    76
	}
sl@0
    77
sl@0
    78
__declspec(dllexport)
sl@0
    79
__declspec(naked)
sl@0
    80
void call_vector_8 ()
sl@0
    81
	{
sl@0
    82
	// ; void CRemoteGc::ResetCommandBuffer(void)
sl@0
    83
	_asm mov eax, 8
sl@0
    84
	_asm jmp common_dispatch
sl@0
    85
	}
sl@0
    86
sl@0
    87
__declspec(dllexport)
sl@0
    88
__declspec(naked)
sl@0
    89
void call_vector_9 ()
sl@0
    90
	{
sl@0
    91
	// ; void CRemoteGc::SetCommandBufferObserver(class MCommandBufferObserver *)
sl@0
    92
	_asm mov eax, 9
sl@0
    93
	_asm jmp common_dispatch
sl@0
    94
	}
sl@0
    95
sl@0
    96
__declspec(dllexport)
sl@0
    97
__declspec(naked)
sl@0
    98
void call_vector_10 ()
sl@0
    99
	{
sl@0
   100
	// ; void CRemoteGc::BeginDraw(class TRect const &)
sl@0
   101
	_asm mov eax, 10
sl@0
   102
	_asm jmp common_dispatch
sl@0
   103
	}
sl@0
   104
sl@0
   105
__declspec(dllexport)
sl@0
   106
__declspec(naked)
sl@0
   107
void call_vector_11 ()
sl@0
   108
	{
sl@0
   109
	// ; void CRemoteGc::EndDraw(void)
sl@0
   110
	_asm mov eax, 11
sl@0
   111
	_asm jmp common_dispatch
sl@0
   112
	}
sl@0
   113
sl@0
   114
__declspec(dllexport)
sl@0
   115
__declspec(naked)
sl@0
   116
void call_vector_12 ()
sl@0
   117
	{
sl@0
   118
	// ; void CCommandBuffer::InternalizeAppendL(class TDesC8 const &)
sl@0
   119
	_asm mov eax, 12
sl@0
   120
	_asm jmp common_dispatch
sl@0
   121
	}
sl@0
   122
sl@0
   123
__declspec(dllexport)
sl@0
   124
__declspec(naked)
sl@0
   125
void call_vector_13 ()
sl@0
   126
	{
sl@0
   127
	// ; int CCommandBuffer::Play(class TPoint const &, class TRegion const *, class TRect const &, class MWsGraphicResolver const &, class CBitmapContext &)
sl@0
   128
	_asm mov eax, 13
sl@0
   129
	_asm jmp common_dispatch
sl@0
   130
	}
sl@0
   131
sl@0
   132
__declspec(dllexport)
sl@0
   133
__declspec(naked)
sl@0
   134
void call_vector_14 ()
sl@0
   135
	{
sl@0
   136
	// ; class TRegion const & CCommandBuffer::ClippingRegion(void) const
sl@0
   137
	_asm mov eax, 14
sl@0
   138
	_asm jmp common_dispatch
sl@0
   139
	}
sl@0
   140
sl@0
   141
__declspec(dllexport)
sl@0
   142
__declspec(naked)
sl@0
   143
void call_vector_15 ()
sl@0
   144
	{
sl@0
   145
	// ; int CCommandBuffer::IsIdentical(class CCommandBuffer const &) const
sl@0
   146
	_asm mov eax, 15
sl@0
   147
	_asm jmp common_dispatch
sl@0
   148
	}
sl@0
   149
sl@0
   150
__declspec(dllexport)
sl@0
   151
__declspec(naked)
sl@0
   152
void call_vector_16 ()
sl@0
   153
	{
sl@0
   154
	// ; int CCommandBuffer::Play(class TPoint const &, class TRegion const *, class TRect const &, class RWsSession &, class CWindowGc &)
sl@0
   155
	_asm mov eax, 16
sl@0
   156
	_asm jmp common_dispatch
sl@0
   157
	}
sl@0
   158
sl@0
   159
__declspec(dllexport)
sl@0
   160
__declspec(naked)
sl@0
   161
void call_vector_17 ()
sl@0
   162
	{
sl@0
   163
	// ; int CCommandBuffer::Play(class TPoint const &, class TRegion const *, class TRect const &, class MWsGraphicResolver const &, class MWsGraphicsContext &)
sl@0
   164
	_asm mov eax, 17
sl@0
   165
	_asm jmp common_dispatch
sl@0
   166
	}
sl@0
   167
sl@0
   168
}
sl@0
   169
#define MAX_ORDINAL 18
sl@0
   170