Lines Matching defs:ret
542 BOOL ret = ExtTextOutW(fDC, 0, 0, ETO_GLYPH_INDEX, nullptr, reinterpret_cast<LPCWSTR>(&glyphID), 1, nullptr);
544 if (0 == ret) {
944 uint32_t ret = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
945 if (0 == ret) {
947 ret = GetOutlineTextMetrics(fDDC, sizeof(otm), &otm);
949 if (0 == ret) {
1521 DWORD ret = GetGlyphOutlineW(fDDC, glyph, flags, &gm, total_size, glyphbuf->get(), &fMat22);
1522 if (GDI_ERROR == ret) {
1524 ret = GetGlyphOutlineW(fDDC, glyph, flags, &gm, total_size, glyphbuf->get(), &fMat22);
1525 if (GDI_ERROR == ret) {