Home
last modified time | relevance | path

Searched refs:kMaxFlattenSize (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/effects/
DSkGroupShape.cpp100 char storage[SkMatrix::kMaxFlattenSize]; in flatten()
118 char storage[SkMatrix::kMaxFlattenSize]; in SkGroupShape()
DSk2DPathEffect.cpp68 char storage[SkMatrix::kMaxFlattenSize]; in flatten()
75 char storage[SkMatrix::kMaxFlattenSize]; in Sk2DPathEffect()
/external/skia/tests/
DMatrixTest.cpp43 char buffer[SkMatrix::kMaxFlattenSize + 100]; in test_flatten()
47 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize); in test_flatten()
54 char buffer2[SkMatrix::kMaxFlattenSize + 100]; in test_flatten()
/external/skia/include/core/
DSkMatrix.h503 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t) enumerator