Searched defs:isMapped (Results 1 – 6 of 6) sorted by relevance
56 bool isMapped() const { return SkToBool(fMapPtr); } in isMapped() function
79 bool isMapped() const { return SkToBool(fMapPtr); } in isMapped() function
85 bool GrGLBufferImpl::isMapped() const { in isMapped() function in GrGLBufferImpl
88 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