HomeSort by relevance Sort by last modified time
    Searched defs:fExtMatrix (Results 1 - 3 of 3) sorted by null

  /external/skia/include/gpu/
GrTextContext.h 42 GrMatrix fExtMatrix;
  /external/skia/include/core/
SkDraw.h 118 const SkMatrix* fExtMatrix; // optional
  /external/skia/src/core/
SkCanvas.cpp 74 const SkMatrix* fExtMatrix;
133 fExtMatrix = NULL;
140 fExtMatrix = &extM; // assumes extM has long life-time (owned by canvas)
245 fExtMatrix = rec->fExtMatrix;
    [all...]

Completed in 119 milliseconds