Searched refs:kMaxFlattenSize (Results 1 – 2 of 2) sorted by relevance
143 static const size_t kBufferSize = SkMatrix::kMaxFlattenSize + 100; in test_flatten()148 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize); in test_flatten()
624 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t) enumerator