OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:containerref
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp
55
ATSFontContainerRef
containerRef
= 0;
71
ATSFontActivateFromMemory((void*)buffer->data(), buffer->size(), 3, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, &
containerRef
);
72
if (!
containerRef
)
75
ATSFontFindFromContainer(
containerRef
, kATSOptionFlagsDefault, 0, NULL, &fontCount);
79
ATSFontDeactivate(
containerRef
, NULL, kATSOptionFlagsDefault);
83
ATSFontFindFromContainer(
containerRef
, kATSOptionFlagsDefault, 1, &fontRef, NULL);
85
ATSFontDeactivate(
containerRef
, NULL, kATSOptionFlagsDefault);
96
ATSFontDeactivate(
containerRef
, NULL, kATSOptionFlagsDefault);
101
return new FontCustomPlatformData(
containerRef
, fontRef, cgFontRef.releaseRef());
Completed in 286 milliseconds