HomeSort by relevance Sort by last modified time
    Searched refs:runFont (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 255 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
256 ASSERT(CFGetTypeID(runFont) == CTFontGetTypeID());
257 if (!CFEqual(runFont, fontData->platformData().ctFont())) {
258 // Begin trying to see if runFont matches any of the fonts in the fallback list.
259 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
270 // Rather than using runFont as an NSFont and wrapping it in a FontPlatformData, go through
273 RetainPtr<CFStringRef> fontName(AdoptCF, CTFontCopyPostScriptName(runFont));
282 FontPlatformData runFontPlatformData((NSFont *)runFont, CTFontGetSize(runFont));
SimpleFontDataCoreText.cpp 148 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
149 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
180 const SimpleFontData* runSimple = getCompositeFontReferenceFontData((NSFont *)runFont);
SimpleFontDataMac.mm 444 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
445 RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 65 const LEFontInstance *runFont = fontRuns->getFont(run);
72 sub->add(runFont, runLimit);
pflow.c 97 const le_font *runFont = pl_getFontRunFont(fontRuns, run);
104 pl_addFontRun(sub, runFont, runLimit);
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 65 const LEFontInstance *runFont = fontRuns->getFont(run);
72 sub->add(runFont, runLimit);
pflow.c 97 const le_font *runFont = pl_getFontRunFont(fontRuns, run);
104 pl_addFontRun(sub, runFont, runLimit);
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 800 const LEFontInstance *runFont = fontRuns->getFont(si[0]);
804 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 90 CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* runFont, hb_direction_t runDir, const String& newLocale);
    [all...]

Completed in 272 milliseconds