Searched defs:isMapped (Results 1 – 5 of 5) sorted by relevance
84 bool isMapped() const { return SkToBool(fMapPtr); } in isMapped() function
45 bool isMapped() const { return mIsMapped; } in isMapped() function
84 bool isMapped() const { return Mapped; } in isMapped() function
129 protected boolean isMapped; field in SIPTransaction
214 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0) macro