Searched refs:hps (Results 1 – 7 of 7) sorted by relevance
/trunk/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() 177 GpiSetBitmap(hps, hbm); in OS2HandleToOOoBmp() 183 GpiQueryBitmapBits(hps, 0L, (LONG) bm.bmp2.cy, pbBuffer, (BITMAPINFO2*)&bm); in OS2HandleToOOoBmp() 185 GpiSetBitmap(hps, (HBITMAP) NULL); in OS2HandleToOOoBmp() [all …]
|
/trunk/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()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8struc.hxx | 92 sal_uInt16 hps; member 137 hps = 0; in Word2CHPX() 579 SVBT16 hps; // 8 font half point size (or 0=auto) member 633 sal_uInt16 hps;
|
H A D | ww8par2.cxx | 4315 ShortToSVBT16(rChpx.hps, a); in ChpxToSprms() 4433 rSt >> aChpx.hps; in ReadWord2Chpx()
|
/trunk/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)
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | ww8struc.hxx | 534 SVBT16 hps; // 8 font half point size (or 0=auto) member
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 2649 hps
|
Completed in 88 milliseconds