Searched refs:ulBR (Results 1 - 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
H A D | wmf.c | 1636 ulBR, /* bottom right of underline rectangle */ 1644 ulBR.x = metrics.width; 1645 ulBR.y = fabs(metrics.descent); 1648 XC(ulTL.x), YC(ulTL.y), XC(ulBR.x), YC(ulBR.y)); 1657 ulBR, /* bottom right of strikeout rectangle */ 1666 ulBR.x = metrics.width; 1667 ulBR.y = -(((double) metrics.ascent) / 2 - line_height / 2); 1670 XC(ulTL.x), YC(ulTL.y), XC(ulBR.x), YC(ulBR 1634 ulBR, /* bottom right of underline rectangle */ local 1655 ulBR, /* bottom right of strikeout rectangle */ local [all...] |
Completed in 427 milliseconds