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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontCustomPlatformDataMac.cpp 36 FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface)
63 RetainPtr<CGFontRef> cgFontRef(AdoptCF, CGFontCreateWithDataProvider(dataProvider.get()));
64 if (!cgFontRef)
76 return adoptPtr(new FontCustomPlatformData(cgFontRef.leakRef(), typeface.release()));
  /external/chromium_org/third_party/ots/test/
idempotent.cc 119 CGFontRef cgFontRef = CGFontCreateWithDataProvider(dataProvider);
122 if (!cgFontRef) {
126 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
127 CGFontRelease(cgFontRef);
validator-checker.cc 104 CGFontRef cgFontRef = CGFontCreateWithDataProvider(dataProvider);
107 if (!cgFontRef) {
114 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
115 CGFontRelease(cgFontRef);

Completed in 41 milliseconds