Home
last modified time | relevance | path

Searched defs:internalHasRef (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrGpuResource.h73 bool internalHasRef() const { return SkToBool(this->getRefCnt()); } in internalHasRef() function
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h108 bool internalHasRef() const { return SkToBool(fRefCnt); } in internalHasRef() function