Home
last modified time | relevance | path

Searched refs:unstyledKeySize (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp19 int shapeKeySize = shape.unstyledKeySize(); in SmallPathShapeDataKey()
42 int shapeKeySize = shape.unstyledKeySize(); in SmallPathShapeDataKey()
H A DSoftwarePathRenderer.cpp289 GrUniqueKey::Builder builder(&maskKey, kDomain, 7 + args.fShape->unstyledKeySize(), in onDrawPath()
H A DTriangulatingPathRenderer.cpp241 int shapeKeyDataCnt = shape.unstyledKeySize(); in CreateKey()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h250 int unstyledKeySize() const;
252 bool hasUnstyledKey() const { return this->unstyledKeySize() >= 0; } in hasUnstyledKey()
255 * Writes unstyledKeySize() bytes into the provided pointer. Assumes that there is enough
256 * space allocated for the key and that unstyledKeySize() does not return a negative value
H A DGrStyledShape.cpp133 int GrStyledShape::unstyledKeySize() const { in unstyledKeySize() function in GrStyledShape
179 SkASSERT(this->unstyledKeySize()); in writeUnstyledKey()
238 SkASSERT(key - origKey == this->unstyledKeySize()); in writeUnstyledKey()
255 parentCnt = parent.unstyledKeySize(); in setInheritedKey()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp337 GrUniqueKey::Builder builder(maskKey, kDomain, 5 + 2 + shape.unstyledKeySize(), in compute_key_and_clip_bounds()
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp406 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); } in keyBytes()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp41 int size = shape.unstyledKeySize(); in make_key()

Completed in 12 milliseconds