Searched refs:fontCount (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.cpp86 ItemCount fontCount;
87 ATSFontFindFromContainer(containerRef, kATSOptionFlagsDefault, 0, NULL, &fontCount);
90 if (fontCount == 0) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DCrossProcessFontLoading.mm128 ItemCount fontCount = 0;
129 OSStatus err = ATSFontFindFromContainer(container, kATSOptionFlagsDefault, 0, 0, &fontCount);
130 if (err != noErr || fontCount < 1)
/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.cpp391 unsigned fontCount = node->m_customFontCount + 1; local
394 curr->m_customFontCount -= fontCount;

Completed in 73 milliseconds