Home | History | Annotate | Download | only in ports

Lines Matching refs:otmrcFontBox

988     metrics->fTop = SkIntToScalar(-otm.otmrcFontBox.top);
991 metrics->fBottom = SkIntToScalar(-otm.otmrcFontBox.bottom);
995 metrics->fXMin = SkIntToScalar(otm.otmrcFontBox.left);
996 metrics->fXMax = SkIntToScalar(otm.otmrcFontBox.right);
1812 SkIRect::MakeLTRB(otm.otmrcFontBox.left, otm.otmrcFontBox.top,
1813 otm.otmrcFontBox.right, otm.otmrcFontBox.bottom);