Searched refs:woff (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | WOFFFileFormat.cpp | 114 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 …]
|
D | WOFFFileFormat.h | 42 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt);
|
/external/stlport/stlport/stl/config/ |
D | _epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
D | _prolog.h | 23 # 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/ |
D | regress.c | 73 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/ |
D | ChangeLog-2010-12-06 | 89449 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.
|
D | ChangeLog-2011-02-16 | 18374 Web Inspector: recognize application/x-font-woff as a valid mime-type.
|
D | ChangeLog-2010-05-24 | 14540 Recognise "woff" as a font-face format value (guarded by
|