Home | History | Annotate | Download | only in ports

Lines Matching defs:exists

1089             BOOL exists;
1090 fDWriteFont->HasCharacter(c, &exists);
1091 if (!exists) {
1697 BOOL exists;
1698 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
1700 if (!exists) {
1739 BOOL exists;
1740 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
1742 if (exists) {