Searched refs:FontCreatePathForGlyph (Results 1 – 2 of 2) sorted by relevance
268 CGPathRef xPath = rCT.FontCreatePathForGlyph( pCTFont, nCGGlyph, NULL ); in GetGlyphOutline()625 …FontCreatePathForGlyph = (CGPathRef(*)(CTFontRef,CGGlyph,const CGAffineTransform*))dlsym( RTLD_DEF… in DynCoreTextSyms()626 if( !FontCreatePathForGlyph) return; in DynCoreTextSyms()
66 CGPathRef (*FontCreatePathForGlyph)(CTFontRef,CGGlyph,const CGAffineTransform*); member in DynCoreTextSyms
Completed in 19 milliseconds