Searched defs:fExtMatrix (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/include/core/
H A DSkDraw.h118 const SkMatrix* fExtMatrix; // optional member in class:SkDraw
/external/skia/legacy/src/core/
H A DSkCanvas.cpp74 const SkMatrix* fExtMatrix; member in struct:DeviceCM
133 fExtMatrix = NULL;
140 fExtMatrix = &extM; // assumes extM has long life-time (owned by canvas)
245 fExtMatrix = rec->fExtMatrix;

Completed in 72 milliseconds