OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typesize
(Results
1 - 3
of
3
) 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
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
output.c
98
unsigned long
typesize
[DIF_SIZE] = { 0x7f, 0x7fff, 0x7ffful, 0x7ffffffful }; /* MR20 */
variable
105
unsigned long
typesize
[DIF_SIZE] = { 0x7f, 0x7fff, 0x7ffffffful, 0x7ffffffful }; /* MR20 */
variable
377
while ((unsigned long) elements >
typesize
[i]) /* MR20 */
/external/pdfium/third_party/libtiff/
tif_dirread.c
771
int
typesize
;
local
774
typesize
=TIFFDataWidth(direntry->tdir_type);
775
if ((direntry->tdir_count==0)||(
typesize
==0))
787
if ((uint64)(2147483647/
typesize
)<direntry->tdir_count)
793
datasize=(*count)*
typesize
;
795
data=_TIFFCheckMalloc(tif, *count,
typesize
, "ReadDirEntryArray");
[
all
...]
Completed in 296 milliseconds