salgdi.h (5aaf853b) salgdi.h (a34dc4d9)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 326 unchanged lines hidden (view full) ---

335// Init/Deinit Graphics
336void ImplSalInitGraphics( Os2SalGraphics* mpData );
337void ImplSalDeInitGraphics( Os2SalGraphics* mpData );
338
339// -----------
340// - Defines -
341// -----------
342
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 326 unchanged lines hidden (view full) ---

335// Init/Deinit Graphics
336void ImplSalInitGraphics( Os2SalGraphics* mpData );
337void ImplSalDeInitGraphics( Os2SalGraphics* mpData );
338
339// -----------
340// - Defines -
341// -----------
342
343#define RGBCOLOR(r,g,b) ((ULONG)(((PM_BYTE)(b)|((USHORT)(g)<<8))|(((ULONG)(PM_BYTE)(r))<<16)))
344#define TY( y ) (mnHeight-(y)-1)
345
346// offset for lcid field, used for fallback font selection
347#define LCID_BASE 100
348
349// -----------
350// - Inlines -
351// -----------

--- 26 unchanged lines hidden ---
343#define TY( y ) (mnHeight-(y)-1)
344
345// offset for lcid field, used for fallback font selection
346#define LCID_BASE 100
347
348// -----------
349// - Inlines -
350// -----------

--- 26 unchanged lines hidden ---