Home
last modified time | relevance | path

Searched refs:woff (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp114 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt) in convertWOFFToSfnt() argument
122 if (!readUInt32(woff, offset, signature) || signature != woffSignature) { in convertWOFFToSfnt()
128 if (!readUInt32(woff, offset, flavor)) in convertWOFFToSfnt()
132 if (!readUInt32(woff, offset, length) || length != woff->size()) in convertWOFFToSfnt()
136 if (!readUInt16(woff, offset, numTables)) in convertWOFFToSfnt()
143 if (!readUInt16(woff, offset, reserved) || reserved) in convertWOFFToSfnt()
147 if (!readUInt32(woff, offset, totalSfntSize)) in convertWOFFToSfnt()
150 …if (woff->size() - offset < sizeof(uint16_t) + sizeof(uint16_t) + sizeof(uint32_t) + sizeof(uint32… in convertWOFFToSfnt()
162 if (woff->size() - offset < numTables * 5 * sizeof(uint32_t)) in convertWOFFToSfnt()
195 if (!readUInt32(woff, offset, tableTag)) in convertWOFFToSfnt()
[all …]
DWOFFFileFormat.h42 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt);
/external/stlport/stlport/stl/config/
D_epilog.h13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
D_prolog.h23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
/external/chromium/third_party/libevent/test/
Dregress.c73 static int woff; variable
136 if (woff + len >= sizeof(wbuf)) in multiple_write_cb()
137 len = sizeof(wbuf) - woff; in multiple_write_cb()
139 len = write(fd, wbuf + woff, len); in multiple_write_cb()
147 woff += len; in multiple_write_cb()
149 if (woff >= sizeof(wbuf)) { in multiple_write_cb()
412 roff = woff = 0; in test_multiple()
423 if (roff == woff) in test_multiple()
441 roff = woff = 0; in test_persistent()
452 if (roff == woff) in test_persistent()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0689449 and also for woff if the OpenType sanitizer is enabled.
89459 …Core::FontCustomPlatformData::supportsFormat): Added. Returns true for truetype, opentype and woff.
89466 …Core::FontCustomPlatformData::supportsFormat): Added. Returns true for truetype, opentype and woff.
DChangeLog-2011-02-1618374 Web Inspector: recognize application/x-font-woff as a valid mime-type.
DChangeLog-2010-05-2414540 Recognise "woff" as a font-face format value (guarded by