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

  /external/skia/include/gpu/
GrEffectStage.h 43 fCoordChangeMatrix = other.fCoordChangeMatrix;
66 return fCoordChangeMatrix == other.fCoordChangeMatrix;
79 fCoordChangeMatrix.preConcat(matrix);
82 fCoordChangeMatrix = matrix;
89 SkMatrix fCoordChangeMatrix;
104 savedCoordChange->fCoordChangeMatrix = fCoordChangeMatrix;
117 fCoordChangeMatrix = savedCoordChange.fCoordChangeMatrix
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrProcessorStage.h 37 fCoordChangeMatrix = other.fCoordChangeMatrix;
65 return a.fCoordChangeMatrix == b.fCoordChangeMatrix;
76 fCoordChangeMatrix.preConcat(matrix);
79 fCoordChangeMatrix = matrix;
88 SkMatrix fCoordChangeMatrix;
103 savedCoordChange->fCoordChangeMatrix = fCoordChangeMatrix;
115 fCoordChangeMatrix = savedCoordChange.fCoordChangeMatrix
    [all...]

Completed in 498 milliseconds