Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.h229 void updateMatrix();
DSampleApp.cpp1053 this->updateMatrix(); in draw()
1476 this->updateMatrix(); in changeZoomLevel()
1479 void SampleWindow::updateMatrix(){ in updateMatrix() function in SampleWindow
1615 this->updateMatrix(); in onEvent()
1620 this->updateMatrix(); in onEvent()
1954 this->updateMatrix(); in onClick()
1958 this->updateMatrix(); in onClick()
/external/skia/tools/json/
DSkJSONCanvas.h282 void updateMatrix();
/external/skia/src/pdf/
DSkPDFDevice.cpp250 void updateMatrix(const SkMatrix& matrix);
505 void GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix() function in GraphicStackState
1587 gsState.updateMatrix(entry->fState.fMatrix); in copyContentEntriesToData()