Searched refs:fCoordChangeMatrix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrEffectStage.h43 fCoordChangeMatrix = other.fCoordChangeMatrix;
66 return fCoordChangeMatrix == other.fCoordChangeMatrix;
79 fCoordChangeMatrix.preConcat(matrix);
82 fCoordChangeMatrix = matrix;
89 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage::SavedCoordChange
104 savedCoordChange->fCoordChangeMatrix = fCoordChangeMatrix;
117 fCoordChangeMatrix
194 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage::DeferredStage
218 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage
[all...]
/external/skia/include/gpu/
H A DGrEffectStage.h43 fCoordChangeMatrix = other.fCoordChangeMatrix;
66 return fCoordChangeMatrix == other.fCoordChangeMatrix;
79 fCoordChangeMatrix.preConcat(matrix);
82 fCoordChangeMatrix = matrix;
89 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage::SavedCoordChange
104 savedCoordChange->fCoordChangeMatrix = fCoordChangeMatrix;
117 fCoordChangeMatrix
194 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage::DeferredStage
218 SkMatrix fCoordChangeMatrix; member in class:GrEffectStage
[all...]

Completed in 164 milliseconds