Home | History | Annotate | Download | only in ports

Lines Matching refs:fExists

1205     AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fFontFace(fontFace), fExists(FALSE) {
1206 // Any errors are ignored, user must check fExists anyway.
1208 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
1211 if (fExists) {
1218 BOOL fExists;
1229 if (!table.fExists) {
1540 if (!headTable.fExists || !postTable.fExists || !hheaTable.fExists || !os2Table.fExists) {