Searched refs:kMaxFlattenSize (Results 1 – 4 of 4) sorted by relevance
100 char storage[SkMatrix::kMaxFlattenSize]; in flatten()118 char storage[SkMatrix::kMaxFlattenSize]; in SkGroupShape()
68 char storage[SkMatrix::kMaxFlattenSize]; in flatten()75 char storage[SkMatrix::kMaxFlattenSize]; in Sk2DPathEffect()
43 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()
503 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t) enumerator