Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 25 of 187) sorted by relevance

12345678

/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi.cxx103 static BYTE aOrdDither8Bit[8][8] =
117 static BYTE aOrdDither16Bit[8][8] =
210 pSalData->mpDitherDIB = (BYTE*) GlobalLock( pSalData->mhDitherDIB ); in ImplInitSalGDI()
212 pSalData->mpDitherLow = new BYTE[ 256 ]; in ImplInitSalGDI()
213 pSalData->mpDitherHigh = new BYTE[ 256 ]; in ImplInitSalGDI()
229 pSalData->mpDitherLow[ n ] = (BYTE) ( n & 248 ); in ImplInitSalGDI()
232 pSalData->mpDitherHigh[ n ] = (BYTE) Min( pSalData->mpDitherLow[ n ] + 8L, 255L ); in ImplInitSalGDI()
237 BYTE nRed, nGreen, nBlue; in ImplInitSalGDI()
238 BYTE nR, nG, nB; in ImplInitSalGDI()
284 pSalData->mpDitherDIB = (BYTE*) GlobalLock( pSalData->mhDitherDIB ); in ImplInitSalGDI()
[all …]
H A Dsalprn.cxx499 BYTE* pOutput, const ImplJobSetup* pSetupData ) in ImplDeviceCaps()
544 BYTE* pDriverData = ((BYTE*)pSalDriverData) + pSalDriverData->mnDriverOffset; in ImplTestSalJobSetup()
597 BYTE *pBuffer = (BYTE*)_alloca( nSysJobSize ); in ImplTestSalJobSetup()
680 BYTE* pInBuffer = NULL; in ImplUpdateSalJobSetup()
711 …pInBuffer = (BYTE*)pSetupData->mpDriverData + ((SalDriverData*)pSetupData->mpDriverData)->mnDriver… in ImplUpdateSalJobSetup()
727 BYTE* pOutDevMode = (((BYTE*)pOutBuffer) + pOutBuffer->mnDriverOffset); in ImplUpdateSalJobSetup()
786 pSetupData->mpDriverData = (BYTE*)pOutBuffer; in ImplUpdateSalJobSetup()
827 ImplDeviceCaps( pPrinter, DC_BINS, (BYTE*)pBins, pSetupData ); in ImplDevModeToJobSetup()
861 ImplDeviceCaps( pPrinter, DC_PAPERS, (BYTE*)pPapers, pSetupData ); in ImplDevModeToJobSetup()
866 ImplDeviceCaps( pPrinter, DC_PAPERSIZE, (BYTE*)pPaperSizes, pSetupData ); in ImplDevModeToJobSetup()
[all …]
H A Dsalgdi3.cxx643 static CharSet ImplCharSetToSal( BYTE nCharSet ) in ImplCharSetToSal()
674 static FontFamily ImplFamilyToSal( BYTE nFamily ) in ImplFamilyToSal()
702 static BYTE ImplFamilyToWin( FontFamily eFamily ) in ImplFamilyToWin()
798 inline FontPitch ImplLogPitchToSal( BYTE nPitch ) in ImplLogPitchToSal()
808 inline FontPitch ImplMetricPitchToSal( BYTE nPitch ) in ImplMetricPitchToSal()
819 inline BYTE ImplPitchToWin( FontPitch ePitch ) in ImplPitchToWin()
1098 int nHeight, BYTE eWinCharSet, BYTE nPitchAndFamily ) in ImplWinFontData()
1770 for ( BYTE i = 0; i < pData->mnFontCharSetCount; i++ ) in SalEnumCharSetsProcExA()
1785 pData->mpFontCharSets = new BYTE[256]; in ImplGetAllFontCharSets()
2317 sal::static_int_cast<BYTE>(nPreferedCharSet), in AddTempDevFont()
[all …]
H A Dsalbmp.cxx49 inline void ImplSetPixel4( const HPBYTE pScanline, long nX, const BYTE cIndex ) in ImplSetPixel4()
51 BYTE& rByte = pScanline[ nX >> 1 ]; in ImplSetPixel4()
879 BYTE* pOldBits = (PBYTE) pBI + nOffset; in AcquireBuffer()
880 BYTE* pNewBits = (PBYTE) pNewBI + nOffset; in AcquireBuffer()
982 void WinSalBitmap::ImplDecodeRLEBuffer( const BYTE* pSrcBuf, BYTE* pDstBuf, in ImplDecodeRLEBuffer()
994 BYTE cTmp; in ImplDecodeRLEBuffer()
H A Dsalgdi2.cxx478 const BYTE cRed = SALCOLOR_RED( nTransparentColor ); in drawBitmap()
479 const BYTE cGreen = SALCOLOR_GREEN( nTransparentColor ); in drawBitmap()
480 const BYTE cBlue = SALCOLOR_BLUE( nTransparentColor ); in drawBitmap()
655 const BYTE cRed = SALCOLOR_RED( nMaskColor ); in drawMask()
656 const BYTE cGreen = SALCOLOR_GREEN( nMaskColor ); in drawMask()
657 const BYTE cBlue = SALCOLOR_BLUE( nMaskColor ); in drawMask()
/AOO41X/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx155 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
156 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry()
157 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry()
158 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry()
167 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
168 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry()
169 …RegSetValueEx(hKey, PropHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), … in InstallExecSequenceEntry()
170 …RegSetValueEx(hKey, ThumbViewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), … in InstallExecSequenceEntry()
180 …RegSetValueEx(hKey, ColumnHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Valu… in InstallExecSequenceEntry()
181 …RegSetValueEx(hKey, InfotipHandler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Va… in InstallExecSequenceEntry()
[all …]
/AOO41X/main/vcl/inc/win/
H A Dsalgdi.h56 int nFontHeight, BYTE eWinCharSet,
57 BYTE nPitchAndFamily );
68 BYTE GetCharSet() const { return meWinCharSet; } in GetCharSet()
69 BYTE GetPitchAndFamily() const { return mnPitchAndFamily; } in GetPitchAndFamily()
103BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 for …
104BYTE mnFontCharSetCount; // Number of Charsets of the current font; 0 - if not …
105 BYTE meWinCharSet;
106 BYTE mnPitchAndFamily;
158 BYTE* mpFontCharSets; // All Charsets for the current font
159BYTE mnFontCharSetCount; // Number of Charsets of the current font; 0 - if not …
[all …]
H A Dsaldata.hxx95 BYTE* mpDitherDIB; // dither memory
96 BYTE* mpDitherDIBData; // beginning of DIB data
98 BYTE* mpDitherLow; // Dither mapping table
99 BYTE* mpDitherHigh; // Dither mapping table
124 BYTE mnCacheDCInUse; // count of CacheDC in use
/AOO41X/main/sal/osl/w32/
H A Dmodule.cxx258 … if ( (BYTE *)pv >= (BYTE *)me32.hModule && (BYTE *)pv < (BYTE *)me32.hModule + me32.modBaseSize ) in _osl_addressGetModuleURL_Windows()
458 …if ( (BYTE *)pv >= (BYTE *)modinfo.lpBaseOfDll && (BYTE *)pv < (BYTE *)modinfo.lpBaseOfDll + modin… in _osl_addressGetModuleURL_NT()
/AOO41X/main/extensions/test/stm/
H A Dpipetest.cxx259 Sequence<BYTE> seqWrite = createSeq( "Hallo, du Ei !" ); in testSimple()
261 Sequence<BYTE> seqRead; in testSimple()
296 output->writeBytes( Sequence<BYTE> (100) ); in testSimple()
326 Sequence<BYTE> seqRead; in testBufferResizing()
330 output->writeBytes( Sequence<BYTE>(100) ); in testBufferResizing()
331 input->readBytes( Sequence<BYTE>() , 100); in testBufferResizing()
363 Sequence<BYTE> seqRead; in testMultithreading()
H A Dmarktest.cxx219 Sequence<BYTE> seqWrite( strlen( pcStr )+1 ); in testSimple()
222 Sequence<BYTE> seqRead( seqWrite.getLen() ); in testSimple()
275 Sequence< BYTE > aByte(256); in testSimple()
312 Sequence<BYTE> as[4]; in testSimple()
581 Sequence<BYTE> seqWrite( 256 ); in testSimple()
582 Sequence<BYTE> seqRead(10); in testSimple()
H A Dtestfactreg.cxx153 Sequence<BYTE> createSeq( char * p ) in createSeq()
155 Sequence<BYTE> seq( strlen( p )+1 ); in createSeq()
160 Sequence<BYTE> createIntSeq( INT32 i ) in createIntSeq()
/AOO41X/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx368 (BYTE *)aSurfaceDesc.lpSurface )); in getBitmap()
385 (BYTE *)aLockedRect.pBits )); in getBitmap()
558 …sal_uInt8 *pSrc = (sal_uInt8 *)((((BYTE *)aSurfaceDesc.lpSurface)+(rect.Y1*aSurfaceDesc.lPitch))+r… in getData()
574 …sal_uInt8 *pSrc = (sal_uInt8 *)((((BYTE *)aLockedRect.pBits)+(rect.Y1*aLockedRect.Pitch))+rect.X1); in getData()
641 …sal_uInt8 *pDst = (sal_uInt8 *)((((BYTE *)aSurfaceDesc.lpSurface)+(rect.Y1*aSurfaceDesc.lPitch))+r… in setData()
658 …sal_uInt8 *pDst = (sal_uInt8 *)((((BYTE *)aLockedRect.pBits)+(rect.Y1*aLockedRect.Pitch))+rect.X1); in setData()
720 …sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in setPixel()
729 … sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aLockedRect.pBits)+(pos.Y*aLockedRect.Pitch))+pos.X); in setPixel()
778 …sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in getPixel()
787 … sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aLockedRect.pBits)+(pos.Y*aLockedRect.Pitch))+pos.X); in getPixel()
H A Ddx_vcltools.cxx91 const BYTE* pBits = (BYTE*) pBI + *(DWORD*)pBI + in drawDIBits()
244 *pCurrOutput++ = 255 - (BYTE)*pAScan++; in bitmapFromVCLBitmapEx()
264 *pCurrOutput++ = 255 - (BYTE)*pAScan++; in bitmapFromVCLBitmapEx()
296 *pCurrOutput++ = 255 - (BYTE)*pAScan++; in bitmapFromVCLBitmapEx()
/AOO41X/main/starmath/sdi/
H A Dsmitems.sdi276 BYTE Prop MID_PROPORTIONAL;
297 BYTE Prop MID_PROPORTIONAL;
319 BYTE MinLead MID_MINLEAD;
320 BYTE MinTrail MID_MINTRAIL;
321 BYTE MaxHyphens MID_MAXHYPHENS;
368 item BYTE SvxOrphansItem;
398 item BYTE SvxPaperBinItem;
516 item BYTE SvxWidowsItem;
/AOO41X/main/x11_extensions/inc/
H A Drenderproto.h196 BYTE type; /* X_Reply */
197 BYTE pad1;
219 BYTE type; /* X_Reply */
220 BYTE pad1;
243 BYTE type; /* X_Reply */
244 BYTE pad1;
539 BYTE type; /* X_Reply */
540 BYTE pad1;
H A Drandrproto.h76 BYTE type; /* X_Reply */
77 BYTE pad1;
105 BYTE type; /* X_Reply */
106 BYTE setOfRotations;
148 BYTE type; /* X_Reply */
/AOO41X/main/sal/osl/os2/
H A Dprocess.c399 if(DosQueryCurrentDir(0, (BYTE*)currentDir, &nBufSize)) in osl_psz_executeProcess()
407 BYTE nDrive = toupper(pszDirectory[0]) - 'A' + 1; in osl_psz_executeProcess()
628 SData.TermQ = (BYTE*) SessionTermQueueName; in osl_psz_executeProcess()
635 SData.PgmInputs = (BYTE*)args; in osl_psz_executeProcess()
637 SData.Environment = (BYTE*)envs; in osl_psz_executeProcess()
773 BYTE bPriority; in osl_joinProcess()
968 BYTE bPriority; in osl_getProcessInfo()
/AOO41X/main/extensions/source/activex/main/
H A Dso_activex.cpp198 (const BYTE*)aValue, in createKey()
204 (const BYTE*)aChildValue, in createKey()
247 … && ERROR_SUCCESS == RegSetValueExA( hkey, "", 0, REG_SZ, (const BYTE*)"SOActiveX Class", 17 ) in DllRegisterServerNative_Impl()
317 (const BYTE *)aClassID, strlen(aClassID)) ) in DllRegisterServerNative_Impl()
528 (const BYTE *)aMSFileExt[ind], strlen( aMSFileExt[ind] ) ) in DllRegisterServerDoc_Impl()
530 (const BYTE *)aClassID, strlen(aClassID)) ) in DllRegisterServerDoc_Impl()
539 (const BYTE *)aMSMimeType[ind], strlen( aMSMimeType[ind] ) ) ) in DllRegisterServerDoc_Impl()
/AOO41X/main/ridljar/com/sun/star/uno/
H A DType.java99 byte.class, new TypeClass[] { TypeClass.BYTE, TypeClass.BYTE }); in __javaClassToTypeClass.put() argument
101 Byte.class, new TypeClass[] { TypeClass.BYTE, TypeClass.BYTE }); in __javaClassToTypeClass.put() argument
150 public static final Type BYTE = new Type(byte.class); field in Type
/AOO41X/main/embedserv/source/embed/
H A Dtracker.cxx507 *px = *(int*)((BYTE*)&m_rect + pRectInfo->nOffsetAcross) + in AdjustRect()
519 *py = *(int*)((BYTE*)&m_rect + pRectInfo->nOffsetAcross) + in AdjustRect()
680 rect.left = *(int*)((BYTE*)&rectT + pHandleInfo->nOffsetX); in GetHandleRect()
681 rect.top = *(int*)((BYTE*)&rectT + pHandleInfo->nOffsetY); in GetHandleRect()
805 *ppx = (int*)((BYTE*)&m_rect + pHandleInfo->nOffsetX); in GetModifyPointers()
817 *ppy = (int*)((BYTE*)&m_rect + pHandleInfo->nOffsetY); in GetModifyPointers()
/AOO41X/main/svx/sdi/
H A Dsvxitems.sdi380 item BYTE SvxOrphansItem;
381 item BYTE SvxPaperBinItem;
392 item BYTE SvxWidowsItem;
412 item BYTE SfxGlobalNameItem;
445 BYTE Height MID_ESC_HEIGHT;
/AOO41X/main/extensions/test/sax/
H A Dtestsax.cxx297 XInputStreamRef createStreamFromSequence( const Sequence<BYTE> seqBytes , XMultiServiceFactoryRef &… in createStreamFromSequence()
324 Sequence<BYTE> seqIn(nLength); in createStreamFromFile()
573 Sequence<BYTE> seqBytes( strlen( TestString ) ); in testSimple()
633 Sequence<BYTE> seqBytes( strlen( TestString ) ); in testNamespaces()
690 Sequence<BYTE> seqBytes( strlen( TestString ) ); in testEncoding()
/AOO41X/main/desktop/win32/source/guistdio/
H A Dguistdio.inc47 BYTE aBuffer[1024];
63 BYTE * pBuffer = aBuffer;
115 BYTE aBuffer[256];
142 BYTE aBuffer[256];
236 BYTE aBuffer[256];
/AOO41X/main/extensions/workben/
H A Dpythonautotest.cxx373 virtual Sequence< BYTE > getModuleCode(const UString& ModuleName) THROWS( (UsrSystemException) ) in getModuleCode()
375 return Sequence< BYTE > (); in getModuleCode()
382 …virtual Sequence< BYTE > getFunctionCode(const UString& FunctionName) THROWS( (UsrSystemException)… in getFunctionCode()
384 return Sequence< BYTE > (); in getFunctionCode()

12345678