]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/gdi32/gdi32.factor
b9ba51844c71b63a017d420f5f80c40168d00dbe
[factor.git] / basis / windows / gdi32 / gdi32.factor
1 ! FUNCTION: AbortDoc
2 ! Copyright (C) 2005, 2006 Doug Coleman.
3 ! See http://factorcode.org/license.txt for BSD license.
4 USING: alien alien.syntax kernel windows.types alias ;
5 IN: windows.gdi32
6
7 ! Stock Logical Objects
8 : WHITE_BRUSH         0 ; inline
9 : LTGRAY_BRUSH        1 ; inline
10 : GRAY_BRUSH          2 ; inline
11 : DKGRAY_BRUSH        3 ; inline
12 : BLACK_BRUSH         4 ; inline
13 : NULL_BRUSH          5 ; inline
14 : HOLLOW_BRUSH        NULL_BRUSH ; inline
15 : WHITE_PEN           6 ; inline
16 : BLACK_PEN           7 ; inline
17 : NULL_PEN            8 ; inline
18 : OEM_FIXED_FONT      10 ; inline
19 : ANSI_FIXED_FONT     11 ; inline
20 : ANSI_VAR_FONT       12 ; inline
21 : SYSTEM_FONT         13 ; inline
22 : DEVICE_DEFAULT_FONT 14 ; inline
23 : DEFAULT_PALETTE     15 ; inline
24 : SYSTEM_FIXED_FONT   16 ; inline
25 : DEFAULT_GUI_FONT    17 ; inline
26 : DC_BRUSH            18 ; inline
27 : DC_PEN              19 ; inline
28
29 LIBRARY: gdi32
30
31 ! FUNCTION: AbortPath
32 ! FUNCTION: AddFontMemResourceEx
33 ! FUNCTION: AddFontResourceA
34 ! FUNCTION: AddFontResourceExA
35 ! FUNCTION: AddFontResourceExW
36 ! FUNCTION: AddFontResourceTracking
37 ! FUNCTION: AddFontResourceW
38 ! FUNCTION: AngleArc
39 ! FUNCTION: AnimatePalette
40 ! FUNCTION: AnyLinkedFonts
41 ! FUNCTION: Arc
42 ! FUNCTION: ArcTo
43 ! FUNCTION: BeginPath
44 ! FUNCTION: bInitSystemAndFontsDirectoriesW
45 ! FUNCTION: BitBlt
46 ! FUNCTION: bMakePathNameW
47 ! FUNCTION: BRUSHOBJ_hGetColorTransform
48 ! FUNCTION: BRUSHOBJ_pvAllocRbrush
49 ! FUNCTION: BRUSHOBJ_pvGetRbrush
50 ! FUNCTION: BRUSHOBJ_ulGetBrushColor
51 ! FUNCTION: CancelDC
52 ! FUNCTION: cGetTTFFromFOT
53 ! FUNCTION: CheckColorsInGamut
54 FUNCTION: int ChoosePixelFormat ( HDC hDC, PFD* ppfd ) ;
55 ! FUNCTION: Chord
56 ! FUNCTION: ClearBitmapAttributes
57 ! FUNCTION: ClearBrushAttributes
58 ! FUNCTION: CLIPOBJ_bEnum
59 ! FUNCTION: CLIPOBJ_cEnumStart
60 ! FUNCTION: CLIPOBJ_ppoGetPath
61 ! FUNCTION: CloseEnhMetaFile
62 ! FUNCTION: CloseFigure
63 ! FUNCTION: CloseMetaFile
64 ! FUNCTION: ColorCorrectPalette
65 ! FUNCTION: ColorMatchToTarget
66 ! FUNCTION: CombineRgn
67 ! FUNCTION: CombineTransform
68 ! FUNCTION: CopyEnhMetaFileA
69 ! FUNCTION: CopyEnhMetaFileW
70 ! FUNCTION: CopyMetaFileA
71 ! FUNCTION: CopyMetaFileW
72 ! FUNCTION: CreateBitmap
73 ! FUNCTION: CreateBitmapIndirect
74 ! FUNCTION: CreateBrushIndirect
75 ! FUNCTION: CreateColorSpaceA
76 ! FUNCTION: CreateColorSpaceW
77 ! FUNCTION: CreateCompatibleBitmap
78 ! FUNCTION: CreateCompatibleDC
79 ! FUNCTION: CreateDCA
80 ! FUNCTION: CreateDCW
81 ! FUNCTION: CreateDIBitmap
82 ! FUNCTION: CreateDIBPatternBrush
83 ! FUNCTION: CreateDIBPatternBrushPt
84 ! FUNCTION: CreateDIBSection
85 ! FUNCTION: CreateDiscardableBitmap
86 ! FUNCTION: CreateEllipticRgn
87 ! FUNCTION: CreateEllipticRgnIndirect
88 ! FUNCTION: CreateEnhMetaFileA
89 ! FUNCTION: CreateEnhMetaFileW
90 ! FUNCTION: CreateFontA
91 ! FUNCTION: CreateFontIndirectA
92 ! FUNCTION: CreateFontIndirectExA
93 ! FUNCTION: CreateFontIndirectExW
94 ! FUNCTION: CreateFontIndirectW
95 ! FUNCTION: CreateFontW
96 ! FUNCTION: CreateHalftonePalette
97 ! FUNCTION: CreateHatchBrush
98 ! FUNCTION: CreateICA
99 ! FUNCTION: CreateICW
100 ! FUNCTION: CreateMetaFileA
101 ! FUNCTION: CreateMetaFileW
102 ! FUNCTION: CreatePalette
103 ! FUNCTION: CreatePatternBrush
104 ! FUNCTION: CreatePen
105 ! FUNCTION: CreatePenIndirect
106 ! FUNCTION: CreatePolygonRgn
107 ! FUNCTION: CreatePolyPolygonRgn
108 FUNCTION: HRGN CreateRectRgn ( int x, int y, int w, int h ) ;
109 ! FUNCTION: CreateRectRgnIndirect
110 ! FUNCTION: CreateRoundRectRgn
111 ! FUNCTION: CreateScalableFontResourceA
112 ! FUNCTION: CreateScalableFontResourceW
113 ! FUNCTION: CreateSolidBrush
114 ! FUNCTION: DdEntry0
115 ! FUNCTION: DdEntry1
116 ! FUNCTION: DdEntry10
117 ! FUNCTION: DdEntry11
118 ! FUNCTION: DdEntry12
119 ! FUNCTION: DdEntry13
120 ! FUNCTION: DdEntry14
121 ! FUNCTION: DdEntry15
122 ! FUNCTION: DdEntry16
123 ! FUNCTION: DdEntry17
124 ! FUNCTION: DdEntry18
125 ! FUNCTION: DdEntry19
126 ! FUNCTION: DdEntry2
127 ! FUNCTION: DdEntry20
128 ! FUNCTION: DdEntry21
129 ! FUNCTION: DdEntry22
130 ! FUNCTION: DdEntry23
131 ! FUNCTION: DdEntry24
132 ! FUNCTION: DdEntry25
133 ! FUNCTION: DdEntry26
134 ! FUNCTION: DdEntry27
135 ! FUNCTION: DdEntry28
136 ! FUNCTION: DdEntry29
137 ! FUNCTION: DdEntry3
138 ! FUNCTION: DdEntry30
139 ! FUNCTION: DdEntry31
140 ! FUNCTION: DdEntry32
141 ! FUNCTION: DdEntry33
142 ! FUNCTION: DdEntry34
143 ! FUNCTION: DdEntry35
144 ! FUNCTION: DdEntry36
145 ! FUNCTION: DdEntry37
146 ! FUNCTION: DdEntry38
147 ! FUNCTION: DdEntry39
148 ! FUNCTION: DdEntry4
149 ! FUNCTION: DdEntry40
150 ! FUNCTION: DdEntry41
151 ! FUNCTION: DdEntry42
152 ! FUNCTION: DdEntry43
153 ! FUNCTION: DdEntry44
154 ! FUNCTION: DdEntry45
155 ! FUNCTION: DdEntry46
156 ! FUNCTION: DdEntry47
157 ! FUNCTION: DdEntry48
158 ! FUNCTION: DdEntry49
159 ! FUNCTION: DdEntry5
160 ! FUNCTION: DdEntry50
161 ! FUNCTION: DdEntry51
162 ! FUNCTION: DdEntry52
163 ! FUNCTION: DdEntry53
164 ! FUNCTION: DdEntry54
165 ! FUNCTION: DdEntry55
166 ! FUNCTION: DdEntry56
167 ! FUNCTION: DdEntry6
168 ! FUNCTION: DdEntry7
169 ! FUNCTION: DdEntry8
170 ! FUNCTION: DdEntry9
171 ! FUNCTION: DeleteColorSpace
172 ! FUNCTION: DeleteDC
173 ! FUNCTION: DeleteEnhMetaFile
174 ! FUNCTION: DeleteMetaFile
175 FUNCTION: BOOL DeleteObject ( HGDIOBJ hObject ) ;
176 ! FUNCTION: DescribePixelFormat
177 ! FUNCTION: DeviceCapabilitiesExA
178 ! FUNCTION: DeviceCapabilitiesExW
179 ! FUNCTION: DPtoLP
180 ! FUNCTION: DrawEscape
181 ! FUNCTION: Ellipse
182 ! FUNCTION: EnableEUDC
183 ! FUNCTION: EndDoc
184 ! FUNCTION: EndFormPage
185 ! FUNCTION: EndPage
186 ! FUNCTION: EndPath
187 ! FUNCTION: EngAcquireSemaphore
188 ! FUNCTION: EngAlphaBlend
189 ! FUNCTION: EngAssociateSurface
190 ! FUNCTION: EngBitBlt
191 ! FUNCTION: EngCheckAbort
192 ! FUNCTION: EngComputeGlyphSet
193 ! FUNCTION: EngCopyBits
194 ! FUNCTION: EngCreateBitmap
195 ! FUNCTION: EngCreateClip
196 ! FUNCTION: EngCreateDeviceBitmap
197 ! FUNCTION: EngCreateDeviceSurface
198 ! FUNCTION: EngCreatePalette
199 ! FUNCTION: EngCreateSemaphore
200 ! FUNCTION: EngDeleteClip
201 ! FUNCTION: EngDeletePalette
202 ! FUNCTION: EngDeletePath
203 ! FUNCTION: EngDeleteSemaphore
204 ! FUNCTION: EngDeleteSurface
205 ! FUNCTION: EngEraseSurface
206 ! FUNCTION: EngFillPath
207 ! FUNCTION: EngFindResource
208 ! FUNCTION: EngFreeModule
209 ! FUNCTION: EngGetCurrentCodePage
210 ! FUNCTION: EngGetDriverName
211 ! FUNCTION: EngGetPrinterDataFileName
212 ! FUNCTION: EngGradientFill
213 ! FUNCTION: EngLineTo
214 ! FUNCTION: EngLoadModule
215 ! FUNCTION: EngLockSurface
216 ! FUNCTION: EngMarkBandingSurface
217 ! FUNCTION: EngMultiByteToUnicodeN
218 ! FUNCTION: EngMultiByteToWideChar
219 ! FUNCTION: EngPaint
220 ! FUNCTION: EngPlgBlt
221 ! FUNCTION: EngQueryEMFInfo
222 ! FUNCTION: EngQueryLocalTime
223 ! FUNCTION: EngReleaseSemaphore
224 ! FUNCTION: EngStretchBlt
225 ! FUNCTION: EngStretchBltROP
226 ! FUNCTION: EngStrokeAndFillPath
227 ! FUNCTION: EngStrokePath
228 ! FUNCTION: EngTextOut
229 ! FUNCTION: EngTransparentBlt
230 ! FUNCTION: EngUnicodeToMultiByteN
231 ! FUNCTION: EngUnlockSurface
232 ! FUNCTION: EngWideCharToMultiByte
233 ! FUNCTION: EnumEnhMetaFile
234 ! FUNCTION: EnumFontFamiliesA
235 ! FUNCTION: EnumFontFamiliesExA
236 ! FUNCTION: EnumFontFamiliesExW
237 ! FUNCTION: EnumFontFamiliesW
238 ! FUNCTION: EnumFontsA
239 ! FUNCTION: EnumFontsW
240 ! FUNCTION: EnumICMProfilesA
241 ! FUNCTION: EnumICMProfilesW
242 ! FUNCTION: EnumMetaFile
243 ! FUNCTION: EnumObjects
244 ! FUNCTION: EqualRgn
245 ! FUNCTION: Escape
246 ! FUNCTION: EudcLoadLinkW
247 ! FUNCTION: EudcUnloadLinkW
248 ! FUNCTION: ExcludeClipRect
249 ! FUNCTION: ExtCreatePen
250 ! FUNCTION: ExtCreateRegion
251 ! FUNCTION: ExtEscape
252 ! FUNCTION: ExtFloodFill
253 ! FUNCTION: ExtSelectClipRgn
254 ! FUNCTION: ExtTextOutA
255 ! FUNCTION: ExtTextOutW
256 ! FUNCTION: FillPath
257 ! FUNCTION: FillRgn
258 ! FUNCTION: FixBrushOrgEx
259 ! FUNCTION: FlattenPath
260 ! FUNCTION: FloodFill
261 ! FUNCTION: FontIsLinked
262 ! FUNCTION: FONTOBJ_cGetAllGlyphHandles
263 ! FUNCTION: FONTOBJ_cGetGlyphs
264 ! FUNCTION: FONTOBJ_pfdg
265 ! FUNCTION: FONTOBJ_pifi
266 ! FUNCTION: FONTOBJ_pQueryGlyphAttrs
267 ! FUNCTION: FONTOBJ_pvTrueTypeFontFile
268 ! FUNCTION: FONTOBJ_pxoGetXform
269 ! FUNCTION: FONTOBJ_vGetInfo
270 ! FUNCTION: FrameRgn
271 ! FUNCTION: GdiAddFontResourceW
272 ! FUNCTION: GdiAddGlsBounds
273 ! FUNCTION: GdiAddGlsRecord
274 ! FUNCTION: GdiAlphaBlend
275 ! FUNCTION: GdiArtificialDecrementDriver
276 ! FUNCTION: GdiCleanCacheDC
277 ! FUNCTION: GdiComment
278 ! FUNCTION: GdiConsoleTextOut
279 ! FUNCTION: GdiConvertAndCheckDC
280 ! FUNCTION: GdiConvertBitmap
281 ! FUNCTION: GdiConvertBitmapV5
282 ! FUNCTION: GdiConvertBrush
283 ! FUNCTION: GdiConvertDC
284 ! FUNCTION: GdiConvertEnhMetaFile
285 ! FUNCTION: GdiConvertFont
286 ! FUNCTION: GdiConvertMetaFilePict
287 ! FUNCTION: GdiConvertPalette
288 ! FUNCTION: GdiConvertRegion
289 ! FUNCTION: GdiConvertToDevmodeW
290 ! FUNCTION: GdiCreateLocalEnhMetaFile
291 ! FUNCTION: GdiCreateLocalMetaFilePict
292 ! FUNCTION: GdiDeleteLocalDC
293 ! FUNCTION: GdiDeleteSpoolFileHandle
294 ! FUNCTION: GdiDescribePixelFormat
295 ! FUNCTION: GdiDllInitialize
296 ! FUNCTION: GdiDrawStream
297 ! FUNCTION: GdiEndDocEMF
298 ! FUNCTION: GdiEndPageEMF
299 ! FUNCTION: GdiEntry1
300 ! FUNCTION: GdiEntry10
301 ! FUNCTION: GdiEntry11
302 ! FUNCTION: GdiEntry12
303 ! FUNCTION: GdiEntry13
304 ! FUNCTION: GdiEntry14
305 ! FUNCTION: GdiEntry15
306 ! FUNCTION: GdiEntry16
307 ! FUNCTION: GdiEntry2
308 ! FUNCTION: GdiEntry3
309 ! FUNCTION: GdiEntry4
310 ! FUNCTION: GdiEntry5
311 ! FUNCTION: GdiEntry6
312 ! FUNCTION: GdiEntry7
313 ! FUNCTION: GdiEntry8
314 ! FUNCTION: GdiEntry9
315 ! FUNCTION: GdiFixUpHandle
316 ! FUNCTION: GdiFlush
317 ! FUNCTION: GdiFullscreenControl
318 ! FUNCTION: GdiGetBatchLimit
319 ! FUNCTION: GdiGetCharDimensions
320 ! FUNCTION: GdiGetCodePage
321 ! FUNCTION: GdiGetDC
322 ! FUNCTION: GdiGetDevmodeForPage
323 ! FUNCTION: GdiGetLocalBrush
324 ! FUNCTION: GdiGetLocalDC
325 ! FUNCTION: GdiGetLocalFont
326 ! FUNCTION: GdiGetPageCount
327 ! FUNCTION: GdiGetPageHandle
328 ! FUNCTION: GdiGetSpoolFileHandle
329 ! FUNCTION: GdiGetSpoolMessage
330 ! FUNCTION: GdiGradientFill
331 ! FUNCTION: GdiInitializeLanguagePack
332 ! FUNCTION: GdiInitSpool
333 ! FUNCTION: GdiIsMetaFileDC
334 ! FUNCTION: GdiIsMetaPrintDC
335 ! FUNCTION: GdiIsPlayMetafileDC
336 ! FUNCTION: GdiPlayDCScript
337 ! FUNCTION: GdiPlayEMF
338 ! FUNCTION: GdiPlayJournal
339 ! FUNCTION: GdiPlayPageEMF
340 ! FUNCTION: GdiPlayPrivatePageEMF
341 ! FUNCTION: GdiPlayScript
342 ! FUNCTION: gdiPlaySpoolStream
343 ! FUNCTION: GdiPrinterThunk
344 ! FUNCTION: GdiProcessSetup
345 ! FUNCTION: GdiQueryFonts
346 ! FUNCTION: GdiQueryTable
347 ! FUNCTION: GdiRealizationInfo
348 ! FUNCTION: GdiReleaseDC
349 ! FUNCTION: GdiReleaseLocalDC
350 ! FUNCTION: GdiResetDCEMF
351 ! FUNCTION: GdiSetAttrs
352 ! FUNCTION: GdiSetBatchLimit
353 ! FUNCTION: GdiSetLastError
354 ! FUNCTION: GdiSetPixelFormat
355 ! FUNCTION: GdiSetServerAttr
356 ! FUNCTION: GdiStartDocEMF
357 ! FUNCTION: GdiStartPageEMF
358 ! FUNCTION: GdiSwapBuffers
359 ! FUNCTION: GdiTransparentBlt
360 ! FUNCTION: GdiValidateHandle
361 ! FUNCTION: GetArcDirection
362 ! FUNCTION: GetAspectRatioFilterEx
363 ! FUNCTION: GetBitmapAttributes
364 ! FUNCTION: GetBitmapBits
365 ! FUNCTION: GetBitmapDimensionEx
366 ! FUNCTION: GetBkColor
367 ! FUNCTION: GetBkMode
368 ! FUNCTION: GetBoundsRect
369 ! FUNCTION: GetBrushAttributes
370 ! FUNCTION: GetBrushOrgEx
371 ! FUNCTION: GetCharABCWidthsA
372 ! FUNCTION: GetCharABCWidthsFloatA
373 ! FUNCTION: GetCharABCWidthsFloatW
374 ! FUNCTION: GetCharABCWidthsI
375 ! FUNCTION: GetCharABCWidthsW
376 ! FUNCTION: GetCharacterPlacementA
377 ! FUNCTION: GetCharacterPlacementW
378 ! FUNCTION: GetCharWidth32A
379 ! FUNCTION: GetCharWidth32W
380 ! FUNCTION: GetCharWidthA
381 ! FUNCTION: GetCharWidthFloatA
382 ! FUNCTION: GetCharWidthFloatW
383 ! FUNCTION: GetCharWidthI
384 ! FUNCTION: GetCharWidthInfo
385 ! FUNCTION: GetCharWidthW
386 ! FUNCTION: GetClipBox
387 ! FUNCTION: GetClipRgn
388 ! FUNCTION: GetColorAdjustment
389 ! FUNCTION: GetColorSpace
390 ! FUNCTION: GetCurrentObject
391 ! FUNCTION: GetCurrentPositionEx
392 ! FUNCTION: GetDCBrushColor
393 ! FUNCTION: GetDCOrgEx
394 ! FUNCTION: GetDCPenColor
395 ! FUNCTION: GetDeviceCaps
396 ! FUNCTION: GetDeviceGammaRamp
397 ! FUNCTION: GetDIBColorTable
398 ! FUNCTION: GetDIBits
399 ! FUNCTION: GetEnhMetaFileA
400 ! FUNCTION: GetEnhMetaFileBits
401 ! FUNCTION: GetEnhMetaFileDescriptionA
402 ! FUNCTION: GetEnhMetaFileDescriptionW
403 ! FUNCTION: GetEnhMetaFileHeader
404 ! FUNCTION: GetEnhMetaFilePaletteEntries
405 ! FUNCTION: GetEnhMetaFilePixelFormat
406 ! FUNCTION: GetEnhMetaFileW
407 ! FUNCTION: GetETM
408 ! FUNCTION: GetEUDCTimeStamp
409 ! FUNCTION: GetEUDCTimeStampExW
410 ! FUNCTION: GetFontAssocStatus
411 ! FUNCTION: GetFontData
412 ! FUNCTION: GetFontLanguageInfo
413 ! FUNCTION: GetFontResourceInfoW
414 ! FUNCTION: GetFontUnicodeRanges
415 ! FUNCTION: GetGlyphIndicesA
416 ! FUNCTION: GetGlyphIndicesW
417 ! FUNCTION: GetGlyphOutline
418 ! FUNCTION: GetGlyphOutlineA
419 ! FUNCTION: GetGlyphOutlineW
420 ! FUNCTION: GetGlyphOutlineWow
421 ! FUNCTION: GetGraphicsMode
422 ! FUNCTION: GetHFONT
423 ! FUNCTION: GetICMProfileA
424 ! FUNCTION: GetICMProfileW
425 ! FUNCTION: GetKerningPairs
426 ! FUNCTION: GetKerningPairsA
427 ! FUNCTION: GetKerningPairsW
428 ! FUNCTION: GetLayout
429 ! FUNCTION: GetLogColorSpaceA
430 ! FUNCTION: GetLogColorSpaceW
431 ! FUNCTION: GetMapMode
432 ! FUNCTION: GetMetaFileA
433 ! FUNCTION: GetMetaFileBitsEx
434 ! FUNCTION: GetMetaFileW
435 ! FUNCTION: GetMetaRgn
436 ! FUNCTION: GetMiterLimit
437 ! FUNCTION: GetNearestColor
438 ! FUNCTION: GetNearestPaletteIndex
439 ! FUNCTION: GetObjectA
440 ! FUNCTION: GetObjectType
441 ! FUNCTION: GetObjectW
442 ! FUNCTION: GetOutlineTextMetricsA
443 ! FUNCTION: GetOutlineTextMetricsW
444 ! FUNCTION: GetPaletteEntries
445 ! FUNCTION: GetPath
446 ! FUNCTION: GetPixel
447 ! FUNCTION: GetPixelFormat
448 ! FUNCTION: GetPolyFillMode
449 ! FUNCTION: GetRandomRgn
450 ! FUNCTION: GetRasterizerCaps
451 ! FUNCTION: GetRegionData
452 ! FUNCTION: GetRelAbs
453 ! FUNCTION: GetRgnBox
454 ! FUNCTION: GetROP2
455 FUNCTION: HGDIOBJ GetStockObject ( int fnObject ) ;
456 ! FUNCTION: GetStretchBltMode
457 ! FUNCTION: GetStringBitmapA
458 ! FUNCTION: GetStringBitmapW
459 ! FUNCTION: GetSystemPaletteEntries
460 ! FUNCTION: GetSystemPaletteUse
461 ! FUNCTION: GetTextAlign
462 ! FUNCTION: GetTextCharacterExtra
463 ! FUNCTION: GetTextCharset
464 ! FUNCTION: GetTextCharsetInfo
465 ! FUNCTION: GetTextColor
466 ! FUNCTION: GetTextExtentExPointA
467 ! FUNCTION: GetTextExtentExPointI
468 ! FUNCTION: GetTextExtentExPointW
469 ! FUNCTION: GetTextExtentExPointWPri
470 ! FUNCTION: GetTextExtentPoint32A
471 ! FUNCTION: GetTextExtentPoint32W
472 ! FUNCTION: GetTextExtentPointA
473 ! FUNCTION: GetTextExtentPointI
474 ! FUNCTION: GetTextExtentPointW
475 ! FUNCTION: GetTextFaceA
476 ! FUNCTION: GetTextFaceAliasW
477 ! FUNCTION: GetTextFaceW
478 ! FUNCTION: GetTextMetricsA
479 ! FUNCTION: GetTextMetricsW
480 ! FUNCTION: GetTransform
481 ! FUNCTION: GetViewportExtEx
482 ! FUNCTION: GetViewportOrgEx
483 ! FUNCTION: GetWindowExtEx
484 ! FUNCTION: GetWindowOrgEx
485 ! FUNCTION: GetWinMetaFileBits
486 ! FUNCTION: GetWorldTransform
487 ! FUNCTION: HT_Get8BPPFormatPalette
488 ! FUNCTION: HT_Get8BPPMaskPalette
489 ! FUNCTION: IntersectClipRect
490 ! FUNCTION: InvertRgn
491 ! FUNCTION: IsValidEnhMetaRecord
492 ! FUNCTION: IsValidEnhMetaRecordOffExt
493 ! FUNCTION: LineDDA
494 ! FUNCTION: LineTo
495 ! FUNCTION: LPtoDP
496 ! FUNCTION: MaskBlt
497 ! FUNCTION: MirrorRgn
498 ! FUNCTION: ModifyWorldTransform
499 ! FUNCTION: MoveToEx
500 ! FUNCTION: NamedEscape
501 ! FUNCTION: OffsetClipRgn
502 ! FUNCTION: OffsetRgn
503 ! FUNCTION: OffsetViewportOrgEx
504 ! FUNCTION: OffsetWindowOrgEx
505 ! FUNCTION: PaintRgn
506 ! FUNCTION: PatBlt
507 ! FUNCTION: PATHOBJ_bEnum
508 ! FUNCTION: PATHOBJ_bEnumClipLines
509 ! FUNCTION: PATHOBJ_vEnumStart
510 ! FUNCTION: PATHOBJ_vEnumStartClipLines
511 ! FUNCTION: PATHOBJ_vGetBounds
512 ! FUNCTION: PathToRegion
513 ! FUNCTION: Pie
514 ! FUNCTION: PlayEnhMetaFile
515 ! FUNCTION: PlayEnhMetaFileRecord
516 ! FUNCTION: PlayMetaFile
517 ! FUNCTION: PlayMetaFileRecord
518 ! FUNCTION: PlgBlt
519 ! FUNCTION: PolyBezier
520 ! FUNCTION: PolyBezierTo
521 ! FUNCTION: PolyDraw
522 ! FUNCTION: Polygon
523 ! FUNCTION: Polyline
524 ! FUNCTION: PolylineTo
525 ! FUNCTION: PolyPatBlt
526 ! FUNCTION: PolyPolygon
527 ! FUNCTION: PolyPolyline
528 ! FUNCTION: PolyTextOutA
529 ! FUNCTION: PolyTextOutW
530 ! FUNCTION: PtInRegion
531 ! FUNCTION: PtVisible
532 ! FUNCTION: QueryFontAssocStatus
533 ! FUNCTION: RealizePalette
534 ! FUNCTION: Rectangle
535 ! FUNCTION: RectInRegion
536 ! FUNCTION: RectVisible
537 ! FUNCTION: RemoveFontMemResourceEx
538 ! FUNCTION: RemoveFontResourceA
539 ! FUNCTION: RemoveFontResourceExA
540 ! FUNCTION: RemoveFontResourceExW
541 ! FUNCTION: RemoveFontResourceTracking
542 ! FUNCTION: RemoveFontResourceW
543 ! FUNCTION: ResetDCA
544 ! FUNCTION: ResetDCW
545 ! FUNCTION: ResizePalette
546 ! FUNCTION: RestoreDC
547 ! FUNCTION: RoundRect
548 ! FUNCTION: SaveDC
549 ! FUNCTION: ScaleViewportExtEx
550 ! FUNCTION: ScaleWindowExtEx
551 ! FUNCTION: SelectBrushLocal
552 ! FUNCTION: SelectClipPath
553 FUNCTION: int SelectClipRgn ( HDC hDC, HRGN hrgn ) ;
554 ! FUNCTION: SelectFontLocal
555 ! FUNCTION: SelectObject
556 ! FUNCTION: SelectPalette
557 ! FUNCTION: SetAbortProc
558 ! FUNCTION: SetArcDirection
559 ! FUNCTION: SetBitmapAttributes
560 ! FUNCTION: SetBitmapBits
561 ! FUNCTION: SetBitmapDimensionEx
562 ! FUNCTION: SetBkColor
563 ! FUNCTION: SetBkMode
564 ! FUNCTION: SetBoundsRect
565 ! FUNCTION: SetBrushAttributes
566 ! FUNCTION: SetBrushOrgEx
567 ! FUNCTION: SetColorAdjustment
568 ! FUNCTION: SetColorSpace
569 ! FUNCTION: SetDCBrushColor
570 ! FUNCTION: SetDCPenColor
571 ! FUNCTION: SetDeviceGammaRamp
572 ! FUNCTION: SetDIBColorTable
573 ! FUNCTION: SetDIBits
574 ! FUNCTION: SetDIBitsToDevice
575 ! FUNCTION: SetEnhMetaFileBits
576 ! FUNCTION: SetFontEnumeration
577 ! FUNCTION: SetGraphicsMode
578 ! FUNCTION: SetICMMode
579 ! FUNCTION: SetICMProfileA
580 ! FUNCTION: SetICMProfileW
581 ! FUNCTION: SetLayout
582 ! FUNCTION: SetLayoutWidth
583 ! FUNCTION: SetMagicColors
584 ! FUNCTION: SetMapMode
585 ! FUNCTION: SetMapperFlags
586 ! FUNCTION: SetMetaFileBitsEx
587 ! FUNCTION: SetMetaRgn
588 ! FUNCTION: SetMiterLimit
589 ! FUNCTION: SetPaletteEntries
590 ! FUNCTION: SetPixel
591 FUNCTION: BOOL SetPixelFormat ( HDC hDC, int iPixelFormat, PFD* ppfd ) ;
592 ! FUNCTION: SetPixelV
593 ! FUNCTION: SetPolyFillMode
594 ! FUNCTION: SetRectRgn
595 ! FUNCTION: SetRelAbs
596 ! FUNCTION: SetROP2
597 ! FUNCTION: SetStretchBltMode
598 ! FUNCTION: SetSystemPaletteUse
599 ! FUNCTION: SetTextAlign
600 ! FUNCTION: SetTextCharacterExtra
601 ! FUNCTION: SetTextColor
602 ! FUNCTION: SetTextJustification
603 ! FUNCTION: SetViewportExtEx
604 ! FUNCTION: SetViewportOrgEx
605 ! FUNCTION: SetVirtualResolution
606 ! FUNCTION: SetWindowExtEx
607 ! FUNCTION: SetWindowOrgEx
608 ! FUNCTION: SetWinMetaFileBits
609 ! FUNCTION: SetWorldTransform
610 ! FUNCTION: StartDocA
611 ! FUNCTION: StartDocW
612 ! FUNCTION: StartFormPage
613 ! FUNCTION: StartPage
614 ! FUNCTION: StretchBlt
615 ! FUNCTION: StretchDIBits
616 ! FUNCTION: STROBJ_bEnum
617 ! FUNCTION: STROBJ_bEnumPositionsOnly
618 ! FUNCTION: STROBJ_bGetAdvanceWidths
619 ! FUNCTION: STROBJ_dwGetCodePage
620 ! FUNCTION: STROBJ_vEnumStart
621 ! FUNCTION: StrokeAndFillPath
622 ! FUNCTION: StrokePath
623 FUNCTION: BOOL SwapBuffers ( HDC hDC ) ;
624 ! FUNCTION: TextOutA
625 ! FUNCTION: TextOutW
626 ! FUNCTION: TranslateCharsetInfo
627 ! FUNCTION: UnloadNetworkFonts
628 ! FUNCTION: UnrealizeObject
629 ! FUNCTION: UpdateColors
630 ! FUNCTION: UpdateICMRegKeyA
631 ! FUNCTION: UpdateICMRegKeyW
632 ! FUNCTION: WidenPath
633 ! FUNCTION: XFORMOBJ_bApplyXform
634 ! FUNCTION: XFORMOBJ_iGetXform
635 ! FUNCTION: XLATEOBJ_cGetPalette
636 ! FUNCTION: XLATEOBJ_hGetColorTransform
637 ! FUNCTION: XLATEOBJ_iXlate
638 ! FUNCTION: XLATEOBJ_piVector