Home | History | Annotate | Download | only in ports

Lines Matching refs:fXMin

772         metrics->fXMin = fTextSizeRender * SkIntToScalar(dwfm1.glyphBoxLeft) / upem;
775 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;
786 metrics->fXMin = fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->xMin) / upem;
789 metrics->fMaxCharWidth = metrics->fXMax - metrics->fXMin;