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

  /external/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 56 ATSFontRef fontRef = 0;
83 ATSFontFindFromContainer(containerRef, kATSOptionFlagsDefault, 1, &fontRef, NULL);
84 if (!fontRef) {
89 cgFontRef.adoptCF(CGFontCreateWithPlatformFont(&fontRef));
101 return new FontCustomPlatformData(containerRef, fontRef, cgFontRef.releaseRef());
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 68 ATSFontRef fontRef;
70 fontRef = FMGetATSFontRefFromFont(wxfont->MacGetATSUFontID());
72 if (fontRef)
73 cgFont = CGFontCreateWithPlatformFont((void*)&fontRef);
fontprops.mm 54 ATSFontRef fontRef;
56 fontRef = FMGetATSFontRefFromFont(font->MacGetATSUFontID());
58 if (fontRef)
59 cgFont = CGFontCreateWithPlatformFont((void*)&fontRef);

Completed in 124 milliseconds