Searched refs:dwHeight (Results 1 – 4 of 4) sorted by relevance
44 private byte[] dwHeight = new byte[2]; field in FontDescription63 this.dwHeight = EndianConverter.writeShort((short) (fmt.getFontSize()*20)); in FontDescription()161 if (EndianConverter.readShort(dwHeight) != in compareTo()162 EndianConverter.readShort(rhs.dwHeight)) in compareTo()204 return EndianConverter.readShort(dwHeight)/20; in getFontSize()230 int numOfBytesRead = input.read(dwHeight); in read()245 Debug.log(Debug.TRACE,"\tdwHeight : "+ EndianConverter.readShort(dwHeight) + in read()260 output.write(dwHeight); in write()
292 pDest += aSurfaceDesc.dwHeight*dwDestPitch; in dumpSurface()293 for(sal_uInt32 y=0; y<aSurfaceDesc.dwHeight; ++y) in dumpSurface()306 bitmapInfo.biHeight = aSurfaceDesc.dwHeight; in dumpSurface()701 sal_uInt32 dwHeight, in fillRect() argument711 for(sal_uInt32 j=0; j<dwHeight; ++j) in fillRect()787 maSize.setY(aSurfaceDesc.dwHeight); in DXSurface()1271 aSurfaceDesc.dwHeight= aSize.getY(); in create()1307 aSurfaceDesc.dwHeight ); in create()1429 aViewport.dwHeight = maSelectedFullscreenMode.selectedDesc.dwHeight; in setup3DDevice()1689 aSurfaceDesc.dwHeight= rSize.getY(); in createSystemMemorySurface()[all …]
287 sal_uInt32 dwHeight, in fillRect() argument294 pDest[((dwHeight-1)*dwPitch)+i]=dwColor; in fillRect()297 for(sal_uInt32 j=0; j<dwHeight; ++j) in fillRect()
486 … imdebug("bgra w=%d h=%d %p", aSurfaceDesc.dwWidth, aSurfaceDesc.dwHeight, aSurfaceDesc.lpSurface); in imageDebugger()
Completed in 45 milliseconds