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

/external/webkit/Source/WebCore/platform/graphics/
H A DWOFFFileFormat.cpp114 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt) argument
122 if (!readUInt32(woff, offset, signature) || signature != woffSignature) {
128 if (!readUInt32(woff, offset, flavor))
132 if (!readUInt32(woff, offset, length) || length != woff->size())
136 if (!readUInt16(woff, offset, numTables))
143 if (!readUInt16(woff, offset, reserved) || reserved)
147 if (!readUInt32(woff, offset, totalSfntSize))
150 if (woff->size() - offset < sizeof(uint16_t) + sizeof(uint16_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t))
162 if (woff
[all...]
/external/chromium/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 613 milliseconds