OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontCount
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp
86
ItemCount
fontCount
;
87
ATSFontFindFromContainer(containerRef, kATSOptionFlagsDefault, 0, NULL, &
fontCount
);
90
if (
fontCount
== 0) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm
128
ItemCount
fontCount
= 0;
129
OSStatus err = ATSFontFindFromContainer(container, kATSOptionFlagsDefault, 0, 0, &
fontCount
);
130
if (err != noErr ||
fontCount
< 1)
/external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp
357
unsigned
fontCount
= node->m_customFontCount + 1;
360
curr->m_customFontCount -=
fontCount
;
Completed in 1996 milliseconds