HomeSort by relevance Sort by last modified time
    Searched refs:typesize (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
parselog.py 168 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, kCGEncodingMacRoman
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 466 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 )
    [all...]

Completed in 70 milliseconds