OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTotalMatrix
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp
379
SkMatrix GraphicsContext::
getTotalMatrix
() const
385
return m_canvas->
getTotalMatrix
();
389
totalMatrix.preConcat(m_canvas->
getTotalMatrix
());
523
SkMatrix savedMatrix =
getTotalMatrix
();
533
// To avoid applying the offset repeatedly in
getTotalMatrix
(), we pre-apply it here.
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
697
const SkMatrix& totalMatrix = this->
getTotalMatrix
();
790
this->
getTotalMatrix
().mapRect(&r, *bounds);
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
697
const SkMatrix& totalMatrix = this->
getTotalMatrix
();
790
this->
getTotalMatrix
().mapRect(&r, *bounds);
[
all
...]
Completed in 3098 milliseconds