OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:concatMatrix
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
218
void DisplayListRenderer::
concatMatrix
(SkMatrix* matrix) {
221
OpenGLRenderer::
concatMatrix
(matrix);
OpenGLRenderer.cpp
[
all
...]
/external/chromium_org/third_party/skia/include/gpu/
GrContext.h
354
void
concatMatrix
(const SkMatrix& m) { fViewMatrix.preConcat(m); }
747
fContext->
concatMatrix
(preConcat);
[
all
...]
/external/skia/include/gpu/
GrContext.h
354
void
concatMatrix
(const SkMatrix& m) { fViewMatrix.preConcat(m); }
747
fContext->
concatMatrix
(preConcat);
[
all
...]
Completed in 53 milliseconds