HomeSort by relevance Sort by last modified time
    Searched refs:fShapeForKey (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkShadowUtils.cpp 353 , fShapeForKey(*path, GrStyle::SimpleFill())
361 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); }
363 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key));
365 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); }
376 GrShape fShapeForKey;
  /external/skqp/src/utils/
SkShadowUtils.cpp 352 , fShapeForKey(*path, GrStyle::SimpleFill())
360 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); }
362 fShapeForKey.writeUnstyledKey(reinterpret_cast<uint32_t*>(key));
364 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); }
375 GrShape fShapeForKey;

Completed in 576 milliseconds