Searched refs:runFont (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp116 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName)); local
117 RetainPtr<CGFontRef> runCGFont = adoptCF(CTFontCopyGraphicsFont(runFont, 0));
148 const SimpleFontData* runSimple = fontData->getCompositeFontReferenceFontData((NSFont *)runFont);
H A DComplexTextControllerCoreText.mm251 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
252 ASSERT(CFGetTypeID(runFont) == CTFontGetTypeID());
253 if (!CFEqual(runFont, fontData->platformData().ctFont())) {
254 // Begin trying to see if runFont matches any of the fonts in the fallback list.
255 RetainPtr<CGFontRef> runCGFont = adoptCF(CTFontCopyGraphicsFont(runFont, 0));
266 // Rather than using runFont as an NSFont and wrapping it in a FontPlatformData, go through
269 RetainPtr<CFStringRef> fontName = adoptCF(CTFontCopyPostScriptName(runFont));
278 FontPlatformData runFontPlatformData((NSFont *)runFont, CTFontGetSize(runFont), m_font.fontDescription().usePrinterFont());
H A DSimpleFontDataMac.mm413 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
414 RetainPtr<CGFontRef> runCGFont = adoptCF(CTFontCopyGraphicsFont(runFont, 0));
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dparagraph.cpp65 const LEFontInstance *runFont = fontRuns->getFont(run); local
72 sub->add(runFont, runLimit);
H A Dpflow.c97 const le_font *runFont = pl_getFontRunFont(fontRuns, run); local
104 pl_addFontRun(sub, runFont, runLimit);
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A DParagraphLayout.cpp797 const LEFontInstance *runFont = fontRuns->getFont(si[0]); local
801 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);

Completed in 97 milliseconds