Home | History | Annotate | Download | only in ports

Lines Matching refs:cgFont

284 static SkScalar getFontScale(CGFontRef cgFont) {
285 int unitsPerEm = CGFontGetUnitsPerEm(cgFont);
383 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fontRef, NULL));
384 AutoCGTable<SkOTTableHead> headTable(cgFont);
850 * TODO: A future optimization will compute fFBoundingBoxes once per CGFont, and
1827 // the CGFont data may work. While the CGFont may always provide the
1832 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(ctFont, NULL));
1833 data = CGFontCopyTableForTag(cgFont, tag);