OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapMatrix
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkDeviceLooper.h
49
void
mapMatrix
(SkMatrix* dst, const SkMatrix& src) const;
54
*
mapMatrix
(), to convert from "global" coordinate values to ones that
58
* and
mapMatrix
() should no longer be called.
SkDeviceLooper.cpp
52
void SkDeviceLooper::
mapMatrix
(SkMatrix* dst, const SkMatrix& src) const {
SkDraw.cpp
864
looper.
mapMatrix
(&localMatrix, *matrix);
[
all
...]
Completed in 60 milliseconds