Home
last modified time | relevance | path

Searched refs:updateMatrix (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.h32 void updateMatrix(const SkMatrix& matrix);
DSkPDFGraphicStackState.cpp172 void SkPDFGraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix() function in SkPDFGraphicStackState
DSkPDFDevice.cpp1291 fActiveStackState.updateMatrix(entry.fMatrix); in setUpContentEntry()
/third_party/skia/src/pdf/
DSkPDFGraphicStackState.h32 void updateMatrix(const SkMatrix& matrix);
DSkPDFGraphicStackState.cpp163 void SkPDFGraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix() function in SkPDFGraphicStackState
DSkPDFDevice.cpp1274 fActiveStackState.updateMatrix(entry.fMatrix); in setUpContentEntry()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.cpp107 updateMatrix = true; in VertexProcessor()
232 updateMatrix = true; in setModelMatrix()
243 updateMatrix = true; in setViewMatrix()
251 updateMatrix = true; in setBaseMatrix()
260 updateMatrix = true; in setProjectionMatrix()
841 if(!updateMatrix) return; in updateTransform()
905 updateMatrix = false; in updateTransform()
DVertexProcessor.hpp345 bool updateMatrix; member in sw::VertexProcessor