Home | History | Annotate | Download | only in ports

Lines Matching refs:fXMin

774         metrics->fXMin = fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxLeft) / upem;
777 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;
788 metrics->fXMin = fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->xMin) / upem;
791 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;