Lines Matching defs:tjBufSize
596 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
601 _throw("tjBufSize(): Invalid argument");
615 DLLEXPORT unsigned long DLLCALL TJBUFSIZE
619 _throw("TJBUFSIZE(): Invalid argument");
777 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
1086 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
2063 alloc=0; dstSizes[i]=tjBufSize(w, h, jpegSubsamp);