OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MapPtsProc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkMatrix.h
516
typedef void (*
MapPtsProc
)(const SkMatrix& mat, SkPoint dst[],
519
static
MapPtsProc
GetMapPtsProc(TypeMask mask) {
524
MapPtsProc
getMapPtsProc() const {
709
static const
MapPtsProc
gMapPtsProcs[];
/external/skia/include/core/
SkMatrix.h
516
typedef void (*
MapPtsProc
)(const SkMatrix& mat, SkPoint dst[],
519
static
MapPtsProc
GetMapPtsProc(TypeMask mask) {
524
MapPtsProc
getMapPtsProc() const {
709
static const
MapPtsProc
gMapPtsProcs[];
Completed in 52 milliseconds