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