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

  /external/skia/tests/
MatrixTest.cpp 32 char buffer[SkMatrix::kMaxFlattenSize + 100];
36 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize);
43 char buffer2[SkMatrix::kMaxFlattenSize + 100];
  /external/skia/include/core/
SkMatrix.h 411 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t)

Completed in 46 milliseconds