Home | History | Annotate | Download | only in ports

Lines Matching refs:tmDescent

1001             mx->fDescent = SkIntToScalar(fTM.tmDescent);
1002 mx->fBottom = SkIntToScalar(fTM.tmDescent);
1009 my->fDescent = SkIntToScalar(fTM.tmDescent);
1010 my->fBottom = SkIntToScalar(fTM.tmDescent);
1918 info->fDescent = SkToS16(-otm.otmTextMetrics.tmDescent);