Home
last modified time | relevance | path

Searched refs:fShapeForKey (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp353 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
361 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); } in keyBytes()
363 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key)); in writeKey()
365 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect()
376 GrShape fShapeForKey; member in __anonb977c80b0111::ShadowedPath
/third_party/skia/src/utils/
DSkShadowUtils.cpp396 , fShapeForKey(*path, GrStyle::SimpleFill()) in ShadowedPath()
404 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); } in keyBytes()
406 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key)); in writeKey()
408 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect()
419 GrStyledShape fShapeForKey; member in __anon9b919a760111::ShadowedPath