Searched refs:hps (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/dtrans/source/os2/clipb/ |
| H A D | OS2Bitmap.cxx | 113 HPS hps = WinGetPS(HWND_DESKTOP); in OOoBmpToOS2Handle() local 114 HBITMAP hbm = GpiCreateBitmap( hps, &bih2, CBM_INIT, pbPelData, pbi2); in OOoBmpToOS2Handle() 116 WinReleasePS(hps); in OOoBmpToOS2Handle() 133 HPS hps; in OS2HandleToOOoBmp() local 143 HPS hps = WinGetPS(HWND_DESKTOP); in OS2HandleToOOoBmp() local 144 HDC hdc = GpiQueryDevice(hps); in OS2HandleToOOoBmp() 146 WinReleasePS(hps); in OS2HandleToOOoBmp() 172 …if ( (hps = GpiCreatePS(hab, hdc, &sizl, PU_PELS | GPIF_DEFAULT | GPIT_MICRO | GPIA_ASSOC)) == (HP… in OS2HandleToOOoBmp() 177 GpiSetBitmap(hps, hbm); in OS2HandleToOOoBmp() 183 GpiQueryBitmapBits(hps, 0L, (LONG) bm.bmp2.cy, pbBuffer, (BITMAPINFO2*)&bm); in OS2HandleToOOoBmp() [all …]
|
| /AOO42X/main/canvas/source/cairo/ |
| H A D | cairo_os2_cairo.cxx | 318 HPS hps = NULL; in ucs4toindex() local 322 hps = WinGetPS( HWND_DESKTOP); in ucs4toindex() 323 if (!hps) return 0; in ucs4toindex() 335 rc = Ft2CreateLogFont( hps, NULL, 1L, &fontAttrs); in ucs4toindex() 336 rc = Ft2SetCharSet( hps, 1L); in ucs4toindex() 340 if (Ft2GetGlyphIndices( hps, unicode, 1, &glyph_index, 0) == -1) { in ucs4toindex() 344 WinReleasePS( hps); in ucs4toindex()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8struc.hxx | 91 sal_uInt16 hps; member 136 hps = 0; in Word2CHPX() 578 SVBT16 hps; // 8 font half point size (or 0=auto) member 632 sal_uInt16 hps;
|
| H A D | ww8par2.cxx | 4314 ShortToSVBT16(rChpx.hps, a); in ChpxToSprms() 4432 rSt >> aChpx.hps; in ReadWord2Chpx()
|
| /AOO42X/main/sw/source/filter/ww1/ |
| H A D | w1struct.hxx | 508 SVBT8 hps;// Font size in half points member 559 void hpsSet(sal_uInt8 n) { ByteToSVBT8(n, hps); } in hpsSet() 560 sal_uInt8 hpsGet() { return SVBT8ToByte(hps); } in hpsGet() 893 SVBT16 hps;// 8 font half point size (or 0=auto)
|
| /AOO42X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8struc.hxx | 534 SVBT16 hps; // 8 font half point size (or 0=auto) member
|