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

  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 37 SkDrawable* addMatrix;
128 if (fDraw->addMatrix) {
130 if (fDraw->addMatrix->getType() == SkType_Matrix)
131 matrix = (SkDrawMatrix*) fDraw->addMatrix;
133 SkApply* apply = (SkApply*) fDraw->addMatrix;
179 SK_MEMBER(addMatrix, Drawable), // either matrix or apply
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
  /external/skia/src/core/
SkPictureRecord.cpp 112 addMatrix(matrix);
120 addMatrix(matrix);
224 addMatrix(matrix);
445 void SkPictureRecord::addMatrix(const SkMatrix& matrix) {

Completed in 30 milliseconds