Searched defs:otmRet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp209 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); local
210 if (0 == otmRet) {
212 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
215 return (0 == otmRet) ? 0 : otm.otmEMSquare;
1824 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); local
1825 if (0 == otmRet) {
1827 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
1829 if (!otmRet || !GetTextFace(hdc, LF_FACESIZE, lf.lfFaceName)) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp209 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); local
210 if (0 == otmRet) {
212 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
215 return (0 == otmRet) ? 0 : otm.otmEMSquare;
1852 unsigned int otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm); local
1853 if (0 == otmRet) {
1855 otmRet = GetOutlineTextMetrics(hdc, sizeof(otm), &otm);
1857 if (!otmRet || !GetTextFace(hdc, LF_FACESIZE, lf.lfFaceName)) {

Completed in 95 milliseconds