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

/external/skia/src/utils/win/
H A DSkDWrite.h52 AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fExists(FALSE), fFontFace(fontFace) {
53 // Any errors are ignored, user must check fExists anyway.
55 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
58 if (fExists) {
65 BOOL fExists; member in class:AutoDWriteTable

Completed in 85 milliseconds