HomeSort by relevance Sort by last modified time
    Searched full:containerref (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 68 ATSFontContainerRef containerRef = 0;
83 ATSFontActivateFromMemory((void*)buffer->data(), buffer->size(), 3, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, &containerRef);
84 if (!containerRef)
87 ATSFontFindFromContainer(containerRef, kATSOptionFlagsDefault, 0, NULL, &fontCount);
91 ATSFontDeactivate(containerRef, NULL, kATSOptionFlagsDefault);
96 ATSFontFindFromContainer(containerRef, kATSOptionFlagsDefault, 1, &fontRef, NULL);
98 ATSFontDeactivate(containerRef, NULL, kATSOptionFlagsDefault);
109 ATSFontDeactivate(containerRef, NULL, kATSOptionFlagsDefault);
114 return new FontCustomPlatformData(containerRef, cgFontRef.releaseRef());

Completed in 121 milliseconds