Home
last modified time | relevance | path

Searched refs:FXCALLOC (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxxbmio.cpp83 if(FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
143 if(!FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
H A DFXBitmap.cpp102 …if(!FXCALLOC(&data,FXuchar,height*bytewidth)){ throw FXMemoryException("unable to construct bitmap… in FXBitmap()
214 if(!FXCALLOC(&data,FXuchar,size)){ throw FXMemoryException("unable to restore bitmap"); } in restore()
341 …if(!FXCALLOC(&data,FXuchar,height*bytewidth)){ throw FXMemoryException("unable to restore image");… in restore()
437 …if(!FXCALLOC(&pixels,FXuchar,height*bytes_per_line)){ throw FXMemoryException("unable to render bi… in render()
H A DFXGZFileStream.cpp128 if(FXCALLOC(&z,ZBlock,1)){ in open()
H A DFXBZFileStream.cpp135 if(FXCALLOC(&bz,BZBlock,1)){ in open()
H A Dfxppmio.cpp119 if(!FXCALLOC(&data,FXColor,npixels)) return false; in fxloadPPM()
H A DFXHash.cpp74 FXCALLOC(&newtable,FXEntry,m); in size()
H A DFXObject.cpp249 FXCALLOC(&newtable,FXMetaClass*,n); in resize()
H A DFXIcon.cpp454 FXCALLOC(&maskdata,FXuchar,height*bytes_per_line); in render()
455 FXCALLOC(&etchdata,FXuchar,height*bytes_per_line); in render()
H A Dfxpcxio.cpp184 if(!FXCALLOC(&data,FXColor,NumPixels)) return false; in fxloadPCX()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxxbmio.cpp82 if(FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
142 if(!FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
H A DFXDict.cpp82 FXCALLOC(&dict,FXDictEntry,DEF_HASH_SIZE); in FXDict()
111 FXCALLOC(&k,FXDictEntry,n); in size()
H A DFXHash.cpp75 FXCALLOC(&newtable,FXEntry,m+1); in resize()
H A Dfxppmio.cpp119 if(!FXCALLOC(&data,FXColor,npixels)) return FALSE; in fxloadPPM()
H A DFXObject.cpp249 FXCALLOC(&newtable,FXMetaClass*,n); in resize()
H A DFXBitmap.cpp102 …if(!FXCALLOC(&data,FXuchar,height*bytewidth)){ throw FXMemoryException("unable to construct bitmap… in FXBitmap()
286 …if(!FXCALLOC(&widedata,FXuchar,height*bytes_per_line)){ throw FXMemoryException("unable to render … in render()
H A DFXIcon.cpp425 FXCALLOC(&maskdata,FXuchar,height*bytes_per_line); in render()
426 FXCALLOC(&etchdata,FXuchar,height*bytes_per_line); in render()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxxbmio.cpp83 if(FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
143 if(!FXCALLOC(&data,FXColor,width*height)){ in fxloadXBM()
H A DFXBitmap.cpp102 …if(!FXCALLOC(&data,FXuchar,height*bytewidth)){ throw FXMemoryException("unable to construct bitmap… in FXBitmap()
214 if(!FXCALLOC(&data,FXuchar,size)){ throw FXMemoryException("unable to restore bitmap"); } in restore()
341 …if(!FXCALLOC(&data,FXuchar,height*bytewidth)){ throw FXMemoryException("unable to restore image");… in restore()
437 …if(!FXCALLOC(&pixels,FXuchar,height*bytes_per_line)){ throw FXMemoryException("unable to render bi… in render()
H A DFXGZFileStream.cpp128 if(FXCALLOC(&z,ZBlock,1)){ in open()
H A Dfxppmio.cpp119 if(!FXCALLOC(&data,FXColor,npixels)) return false; in fxloadPPM()
H A DFXBZFileStream.cpp135 if(FXCALLOC(&bz,BZBlock,1)){ in open()
H A DFXHash.cpp74 FXCALLOC(&newtable,FXEntry,m); in size()
H A DFXObject.cpp249 FXCALLOC(&newtable,FXMetaClass*,n); in resize()
H A DFXIcon.cpp454 FXCALLOC(&maskdata,FXuchar,height*bytes_per_line); in render()
455 FXCALLOC(&etchdata,FXuchar,height*bytes_per_line); in render()
H A Dfxpcxio.cpp184 if(!FXCALLOC(&data,FXColor,NumPixels)) return false; in fxloadPCX()

123