HomeSort by relevance Sort by last modified time
    Searched refs:fExists (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWrite.h 55 AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fFontFace(fontFace), fExists(FALSE) {
56 // Any errors are ignored, user must check fExists anyway.
58 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
61 if (fExists) {
68 BOOL fExists;
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 197 if (!table.fExists) {
384 if (!headTable.fExists || !postTable.fExists || !hheaTable.fExists || !os2Table.fExists) {
SkScalerContext_win_dw.cpp 40 if (!maxp.fExists) {
56 return !gasp.fExists;
70 if (!gasp.fExists) {
110 if (!eblc.fExists) {
149 if (!ebsc.fExists) {
546 if (head.fExists &&

Completed in 557 milliseconds