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

  /external/skia/legacy/src/effects/
Sk2DPathEffect.cpp 68 char storage[SkMatrix::kMaxFlattenSize];
75 char storage[SkMatrix::kMaxFlattenSize];
SkGroupShape.cpp 100 char storage[SkMatrix::kMaxFlattenSize];
118 char storage[SkMatrix::kMaxFlattenSize];
  /external/skia/tests/
MatrixTest.cpp 114 char buffer[SkMatrix::kMaxFlattenSize + 100];
118 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize);
125 char buffer2[SkMatrix::kMaxFlattenSize + 100];
  /external/skia/include/core/
SkMatrix.h 528 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t)
  /external/skia/legacy/include/core/
SkMatrix.h 503 kMaxFlattenSize = 9 * sizeof(SkScalar) + sizeof(uint32_t)

Completed in 215 milliseconds