OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFonts
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.cpp
71
unsigned
numFonts
= m_fontList.size();
72
for (unsigned i = 0; i <
numFonts
; ++i) {
113
unsigned
numFonts
= m_fontList.size();
114
for (unsigned i = 0; i <
numFonts
; ++i) {
126
unsigned
numFonts
= m_fontList.size();
127
for (unsigned i = 0; i <
numFonts
; ++i) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheSkiaWin.cpp
147
int
numFonts
= 0;
150
numFonts
= WTF_ARRAY_LENGTH(cjkFonts);
153
numFonts
= WTF_ARRAY_LENGTH(commonFonts);
160
for (i = 0; (!data || !data->fontContainsCharacter(character)) && i <
numFonts
; ++i) {
177
// last font in the array covers the character, |i| will be
numFonts
.
180
if (i <=
numFonts
)
351
size_t
numFonts
= WTF_ARRAY_LENGTH(minAntiAliasSizeForFont);
352
for (size_t i = 0; i <
numFonts
; i++) {
378
numFonts
= WTF_ARRAY_LENGTH(noSubpixelForSmallSizeFont);
379
for (size_t i = 0; i <
numFonts
; i++)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp
213
DWORD
numFonts
= 0;
214
HANDLE fontHandle = AddFontMemResourceEx(rewrittenFontData.data(), fontData->size() + nameTableSize, 0, &
numFonts
);
216
if (fontHandle &&
numFonts
< 1) {
/external/fonttools/Lib/fontTools/ttLib/
sfnt.py
36
if not 0 <= fontNumber < self.
numFonts
:
38
raise ttLib.TTLibError("specify a font number between 0 and %d (inclusive)" % (self.
numFonts
- 1))
39
offsetTable = struct.unpack(">%dL" % self.
numFonts
, self.file.read(self.
numFonts
* 4))
277
numFonts
: L # number of fonts
278
# OffsetTable[
numFonts
]: L # array with offsets from beginning of file
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 813 milliseconds