OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numTables
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp
135
uint16_t
numTables
;
136
if (!readUInt16(woff, offset,
numTables
))
139
if (!
numTables
||
numTables
> 0x0fff)
162
if (woff->size() - offset <
numTables
* 5 * sizeof(uint32_t))
168
while (searchRange <
numTables
>> 1) {
173
uint16_t rangeShift = (
numTables
<< 4) - searchRange;
176
|| !writeUInt16(sfnt,
numTables
)
185
if (totalSfntSize - sfnt.size() <
numTables
* 4 * sizeof(uint32_t))
189
sfnt.grow(sfnt.size() +
numTables
* 4 * sizeof(uint32_t))
[
all
...]
/external/icu4c/test/letest/
PortableFontInstance.cpp
88
le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.
numTables
) - ANY_NUMBER) * sizeof(DirectoryEntry));
94
le_uint16
numTables
= 0;
110
numTables
= SWAPW(fDirectory->
numTables
);
111
fDirPower = 1 << highBit(
numTables
);
112
fDirExtra =
numTables
- fDirPower;
FontObject.cpp
15
: directory(NULL),
numTables
(0), searchRange(0),entrySelector(0),
31
numTables
= SWAPW(tempDir.
numTables
);
36
int dirSize = sizeof tempDir + ((
numTables
- ANY_NUMBER) * sizeof(DirectoryEntry));
FontObject.h
32
le_uint16
numTables
;
209
le_uint16
numTables
;
sfnt.h
34
le_uint16
numTables
;
/external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp
84
BigEndianUShort
numTables
;
214
if (dataLength < offsetof(sfntHeader, tables) + sfnt->
numTables
* sizeof(TableDirectoryEntry))
230
for (unsigned i = 0; i < sfnt->
numTables
; i++) {
352
for (t = 0; t < sfnt->
numTables
; ++t) {
356
if (t == sfnt->
numTables
)
415
if (fontData->size() < offsetof(sfntHeader, tables) + header->
numTables
* sizeof(TableDirectoryEntry))
/frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java
[
all
...]
/external/skia/src/ports/
SkFontHost_mac_coretext.cpp
936
int
numTables
;
[
all
...]
/external/icu4c/samples/layout/
sfnt.h
35
le_uint16
numTables
;
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm
267
CFIndex
numTables
= CFArrayGetCount(tableTags.get());
268
for (CFIndex index = 0; index <
numTables
; ++index) {
/external/freetype/src/base/
ftobjs.c
[
all
...]
Completed in 207 milliseconds