Searched refs:typesize (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A Dparselog.py168 typesize = 12
170 pageHeight=(len(ipList)+1) * typesize
172 leftMargin = typesize * 60
173 bottomMargin = typesize
190 #c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,5,0,2*math.pi,1)
191 c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,typesize/4,0,2*math.pi,1)
206 c.moveToPoint((point[0]-minTime)*scale,point[1]*typesize+6)
207 c.addLineToPoint(((plotPoints[index])[0]-minTime)*scale,(plotPoints[index])[1]*typesize+6)
213 c.selectFont ('Gill Sans', typesize, kCGEncodingMacRoma
[all...]
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp466 int typesize = CV_ELEM_SIZE(elemtype); local
469 typesize != 0 && typesize != elem_size )
706 int typesize = CV_ELEM_SIZE(elemtype); local
709 typesize != 0 && typesize != elem_size )
/external/opencv3/modules/core/src/
H A Ddatastructs.cpp388 int typesize = CV_ELEM_SIZE(elemtype); local
391 typesize != 0 && typesize != (int)elem_size )
600 int typesize = CV_ELEM_SIZE(elemtype); local
603 typesize != 0 && typesize != elem_size )
/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c767 int typesize; local
770 typesize=TIFFDataWidth(direntry->tdir_type);
771 if ((direntry->tdir_count==0)||(typesize==0))
783 if ((uint64)(2147483647/typesize)<direntry->tdir_count)
789 datasize=(*count)*typesize;
791 data=_TIFFCheckMalloc(tif, *count, typesize, "ReadDirEntryArray");
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c767 int typesize; local
770 typesize=TIFFDataWidth(direntry->tdir_type);
771 if ((direntry->tdir_count==0)||(typesize==0))
783 if ((uint64)(2147483647/typesize)<direntry->tdir_count)
789 datasize=(*count)*typesize;
791 data=_TIFFCheckMalloc(tif, *count, typesize, "ReadDirEntryArray");

Completed in 191 milliseconds