2010-12-22 21:39:39 +00:00
|
|
|
|
2011-07-28 14:26:00 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2010 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
2010-12-22 21:39:39 +00:00
|
|
|
*/
|
|
|
|
|
2011-02-17 16:43:10 +00:00
|
|
|
|
2011-07-28 14:26:00 +00:00
|
|
|
|
2011-02-17 16:43:10 +00:00
|
|
|
#ifndef GrMatrix_DEFINED
|
|
|
|
#define GrMatrix_DEFINED
|
|
|
|
|
2011-05-09 17:00:02 +00:00
|
|
|
#include "GrRect.h"
|
2011-05-10 13:52:42 +00:00
|
|
|
#include "SkMatrix.h"
|
2011-02-17 16:43:10 +00:00
|
|
|
|
2011-05-10 13:52:42 +00:00
|
|
|
typedef SkMatrix GrMatrix;
|
2011-02-17 16:43:10 +00:00
|
|
|
|
2010-12-22 21:39:39 +00:00
|
|
|
#endif
|