/external/stlport/stlport/stl/config/ |
_epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
_prolog.h | 23 # pragma set woff 1209 24 # pragma set woff 1174 25 # pragma set woff 1375 27 # pragma set woff 1183
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
_prolog.h | 23 # pragma set woff 1209 24 # pragma set woff 1174 25 # pragma set woff 1375 27 # pragma set woff 1183
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
_prolog.h | 23 # pragma set woff 1209 24 # pragma set woff 1174 25 # pragma set woff 1375 27 # pragma set woff 1183
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
_prolog.h | 23 # pragma set woff 1209 24 # pragma set woff 1174 25 # pragma set woff 1375 27 # pragma set woff 1183
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
_epilog.h | 13 # pragma reset woff 1174 14 # pragma reset woff 1375 15 # pragma reset woff 1209 17 # pragma reset woff 1183
|
_prolog.h | 23 # pragma set woff 1209 24 # pragma set woff 1174 25 # pragma set woff 1375 27 # pragma set woff 1183
|
/external/webkit/Source/WebCore/platform/graphics/ |
WOFFFileFormat.cpp | 104 static const uint32_t woffSignature = 0x774f4646; /* 'wOFF' */ 114 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt) 120 // Read the WOFF header. 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) [all...] |
WOFFFileFormat.h | 37 // Returns whether the buffer is a WOFF file. 40 // Returns false if the WOFF file woff is invalid or could not be converted to sfnt (for example, 42 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt);
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 23 private int wOff; 60 wOff = t.wOff; 150 wOff = 0; 166 W[wOff] = Pack.bigEndianToLong(in, inOff); 168 if (++wOff == 16) 191 if (wOff > 14) 280 wOff = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
FontCustomPlatformData.cpp | 84 || equalIgnoringCase(format, "woff")
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
FontCustomPlatformDataFreeType.cpp | 95 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeSanitizer.cpp | 56 // With WOFF fonts, however, we'll be decompressing, so the result can be
|
/external/chromium/third_party/libevent/test/ |
regress.c | 73 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...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontCustomPlatformData.cpp | 119 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
FontCustomPlatformData.cpp | 206 || equalIgnoringCase(format, "woff")
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCustomPlatformData.cpp | 215 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client.c | 1040 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError); 1059 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.js | [all...] |
/external/webkit/Source/WebKit/gtk/ |
NEWS | 204 - WOFF font face support. [all...] |