OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:localtoglobal
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/utils/
SkLayer.h
99
void
localToGlobal
(SkMatrix* matrix) const;
/external/skia/src/utils/
SkLayer.cpp
151
void SkLayer::
localToGlobal
(SkMatrix* matrix) const {
/external/skia/src/views/
SkView.cpp
597
void SkView::
localToGlobal
(SkMatrix* matrix) const {
615
this->
localToGlobal
(&m);
/external/skia/samplecode/
SampleSkLayer.cpp
228
fLastChild->
localToGlobal
(&matrix);
/external/skia/include/views/
SkView.h
402
void
localToGlobal
(SkMatrix* matrix) const;
Completed in 246 milliseconds