Searched refs:planes (Results 1 - 6 of 6) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DBitmap.sml29 { width: int, height: int, widthBytes: int, planes: int, bitsPerPixel: int,
59 planes: int, bitsPerPixel: int} -> HBITMAP
84 width: int, height: int, planes: int, bitsPerPixel: int,
198 fun CreateBitmap{width, height, planes, bitsPerPixel, bits} =
202 cbm(width, height, planes, bitsPerPixel, vec)
237 width: int, height: int, planes: int, bitsPerPixel: int,
259 val planes = LargeWord.toIntX(PackWord16Little.subVecX(w, 6)) value
269 planes = planes, compression = compression, sizeImage = sizeImage,
320 SOME {width, height, planes, bitsPerPixe
[all...]
H A DGdiBase.sml57 { width: int, height: int, widthBytes: int, planes: int, bitsPerPixel: int,
64 fun storeBmp(v: voidStar, {width, height, widthBytes, planes, bitsPerPixel, bits}: BITMAP) =
68 toCStr(v, (0, width, height, widthBytes, planes, bitsPerPixel, m));
74 val (_, width, height, widthBytes, planes, bitsPerPixel, bits) =
81 {width = width, height = height, widthBytes = widthBytes, planes = planes,
H A DDeviceContext.sml473 val PLANES = W (14 (* Number of planes *))
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/api/
H A Dbootinfo_types.h52 seL4_Uint8 planes; member in struct:seL4_VBEInfo12Part1
/seL4-l4v-10.1.1/seL4/libsel4/arch_include/x86/sel4/arch/
H A Dbootinfo_types.h52 seL4_Uint8 planes; member in struct:seL4_VBEInfo12Part1
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dxwindows.cpp4449 unsigned planes
4457 XFreeColors(d,cmap,P,N,planes);

Completed in 198 milliseconds