HomeSort by relevance Sort by last modified time
    Searched defs:getTotalMatrix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 329 const SkMatrix& GraphicsContext::getTotalMatrix() const
333 return m_canvas->getTotalMatrix();
455 getTotalMatrix().mapRect(&m_state->m_clip);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 696 const SkMatrix& totalMatrix = this->getTotalMatrix();
788 this->getTotalMatrix().mapRect(&r, *bounds);
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 696 const SkMatrix& totalMatrix = this->getTotalMatrix();
788 this->getTotalMatrix().mapRect(&r, *bounds);
    [all...]

Completed in 929 milliseconds