Searched defs:woff (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
H A Dsfobjs.c414 WOFF_HeaderRec woff; local
455 if ( FT_STREAM_READ_FIELDS( woff_header_fields, &woff ) )
459 if ( woff.flavor == TTAG_wOFF || woff.flavor == TTAG_ttcf )
463 if ( woff.length != stream->size ||
464 woff.num_tables == 0 ||
465 44 + woff.num_tables * 20UL >= woff.length ||
466 12 + woff.num_tables * 16UL >= woff
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c73 static int woff; variable
136 if (woff + len >= sizeof(wbuf))
137 len = sizeof(wbuf) - woff;
139 len = write(fd, wbuf + woff, len);
147 woff += len;
149 if (woff >= sizeof(wbuf)) {
412 roff = woff = 0;
423 if (roff == woff)
441 roff = woff = 0;
452 if (roff == woff)
[all...]

Completed in 75 milliseconds