OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runFont
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
GlyphPageTreeNodeMac.cpp
115
CTFontRef
runFont
= static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
116
RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(
runFont
, 0));
147
const SimpleFontData* runSimple = fontData->getCompositeFontReferenceFontData((NSFont *)
runFont
);
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
), m_font.fontDescription().usePrinterFont());
SimpleFontDataMac.mm
442
CTFontRef
runFont
= static_cast<CTFontRef>(CFDictionaryGetValue(runAttributes, kCTFontAttributeName));
443
RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(
runFont
, 0));
/external/icu4c/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/icu4c/layoutex/
ParagraphLayout.cpp
797
const LEFontInstance *
runFont
= fontRuns->getFont(si[0]);
801
const LEFontInstance *subFont =
runFont
->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
84
CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font*
runFont
, hb_direction_t runDir);
[
all
...]
Completed in 84 milliseconds