OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalTransform
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkLayer.cpp
141
void SkLayer::
getLocalTransform
(SkMatrix* matrix) const {
152
this->
getLocalTransform
(matrix);
164
layer->
getLocalTransform
(&tmp);
199
this->
getLocalTransform
(&tmp);
/external/skia/src/utils/
SkLayer.cpp
141
void SkLayer::
getLocalTransform
(SkMatrix* matrix) const {
152
this->
getLocalTransform
(matrix);
164
layer->
getLocalTransform
(&tmp);
199
this->
getLocalTransform
(&tmp);
/external/chromium_org/third_party/skia/include/utils/
SkLayer.h
93
void
getLocalTransform
(SkMatrix* matrix) const;
/external/skia/include/utils/
SkLayer.h
93
void
getLocalTransform
(SkMatrix* matrix) const;
/external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp
118
layer->
getLocalTransform
(&matrix);
225
// visual test of
getLocalTransform
/external/skia/samplecode/
SampleSkLayer.cpp
118
layer->
getLocalTransform
(&matrix);
225
// visual test of
getLocalTransform
Completed in 835 milliseconds