Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkPicturePlayback.cpp294 static const size_t kMatrixSize = 9 * sizeof(SkScalar); // != sizeof(SkMatrix) in handleOp() local
343 SkSafeMath::Mul(matrixCount, kMatrixSize) <= reader->available())) { in handleOp()
DSkPictureRecord.cpp765 static constexpr size_t kMatrixSize = 9 * sizeof(SkScalar); // *not* sizeof(SkMatrix) in onDrawEdgeAAImageSet() local
772 kMatrixSize * totalMatrixCount + in onDrawEdgeAAImageSet()
/third_party/skia/src/core/
DSkPicturePlayback.cpp321 static const size_t kMatrixSize = 9 * sizeof(SkScalar); // != sizeof(SkMatrix) in handleOp() local
379 SkSafeMath::Mul(matrixCount, kMatrixSize) <= reader->available())) { in handleOp()
DSkPictureRecord.cpp769 static constexpr size_t kMatrixSize = 9 * sizeof(SkScalar); // *not* sizeof(SkMatrix) in onDrawEdgeAAImageSet2() local
776 kMatrixSize * totalMatrixCount + in onDrawEdgeAAImageSet2()