Home | History | Annotate | Download | only in parser

Lines Matching defs:ptm

988   OUTLINETEXTMETRIC* ptm = reinterpret_cast<OUTLINETEXTMETRIC*>(tm_buf);
989 GetOutlineTextMetrics(hDC, tm_size, ptm);
1007 int italicangle = ptm->otmItalicAngle / 10;
1008 int ascend = ptm->otmrcFontBox.top;
1009 int descend = ptm->otmrcFontBox.bottom;
1010 int capheight = ptm->otmsCapEmHeight;
1011 int bbox[4] = {ptm->otmrcFontBox.left, ptm->otmrcFontBox.bottom,
1012 ptm->otmrcFontBox.right, ptm->otmrcFontBox.top};