Home
last modified time | relevance | path

Searched refs:hps (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx113 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 …]
/aoo42x/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx318 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 Dww8struc.hxx92 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 Dww8par2.cxx4315 ShortToSVBT16(rChpx.hps, a); in ChpxToSprms()
4433 rSt >> aChpx.hps; in ReadWord2Chpx()
/aoo42x/main/sw/source/filter/ww1/
H A Dw1struct.hxx508 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 Dww8struc.hxx534 SVBT16 hps; // 8 font half point size (or 0=auto) member
/aoo42x/main/oox/source/token/
H A Dtokens.txt2649 hps

Completed in 223 milliseconds