HomeSort by relevance Sort by last modified time
    Searched defs:fDataId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/ports/
SkFontMgr_indirect.h 72 uint32_t fDataId; // key1
80 : fDataId(that.fDataId)
84 SkDEBUGCODE(that.fDataId = SkFontIdentity::kInvalidDataId;)
SkRemotableFontMgr.h 22 // Note that fDataId is a data identifier, not a font identifier.
23 // (fDataID, fTtcIndex) can be seen as a font identifier.
24 uint32_t fDataId;

Completed in 28 milliseconds