Searched refs:RunGetGlyphCount (Results 1 – 3 of 3) sorted by relevance
604 RunGetGlyphCount = (CFIndex(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetGlyphCount"); in DynCoreTextSyms()605 if( !RunGetGlyphCount) return; in DynCoreTextSyms()
72 CFIndex (*RunGetGlyphCount)(CTRunRef); member in DynCoreTextSyms
317 const CFIndex nGlyphsInRun = rCT.RunGetGlyphCount( pGlyphRun ); in GetNextGlyphs()
Completed in 66 milliseconds