Home | History | Annotate | Download | only in ports

Lines Matching refs:fXMin

624         metrics->fXMin = fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxLeft) / upem;
627 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;
638 metrics->fXMin = fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->xMin) / upem;
641 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;