Searched refs:fCacheMaxResourceBytes (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkSurfaceCharacterization.cpp | 51 return fCacheMaxResourceBytes == other.fCacheMaxResourceBytes && in operator ==() 75 return SkSurfaceCharacterization(fContextInfo, fCacheMaxResourceBytes, in createResized() 89 return SkSurfaceCharacterization(fContextInfo, fCacheMaxResourceBytes, in createColorSpace() 105 return SkSurfaceCharacterization(fContextInfo, fCacheMaxResourceBytes, newII, backendFormat, in createBackendFormat() 123 return SkSurfaceCharacterization(fContextInfo, fCacheMaxResourceBytes, in createFBO0()
|
/third_party/skia/include/core/ |
D | SkSurfaceCharacterization.h | 45 : fCacheMaxResourceBytes(0) in SkSurfaceCharacterization() 91 size_t cacheMaxResourceBytes() const { return fCacheMaxResourceBytes; } in cacheMaxResourceBytes() 143 , fCacheMaxResourceBytes(cacheMaxResourceBytes) in SkSurfaceCharacterization() 180 fCacheMaxResourceBytes = cacheMaxResourceBytes; in set() 198 size_t fCacheMaxResourceBytes; variable
|