Home
last modified time | relevance | path

Searched defs:GetUInt (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dimpfont.cxx324 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() function
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx499 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() function
/aoo41x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx400 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() function
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1220 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() function
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx131 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() function

Completed in 56 milliseconds