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

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 169 ATSFontRef fontRef;
171 fontRef = FMGetATSFontRefFromFont(m_atsuFontID);
173 if (fontRef)
174 cgFont = CGFontCreateWithPlatformFont((void*)&fontRef);
  /external/skia/legacy/src/ports/
SkFontHost_mac_atsui.cpp 275 CGFontRef fontRef = CGFontCreateWithPlatformFont(&fRec.fFontID);
276 CGContextSetFont(contextRef, fontRef);
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 275 CGFontRef fontRef = CGFontCreateWithPlatformFont(&fRec.fFontID);
276 CGContextSetFont(contextRef, fontRef);

Completed in 497 milliseconds