Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6577 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2012-11-28 02:02:11 +00:00
parent 9b0d4d79f0
commit ab38f7acb3
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public:
SkASSERT((unsigned)col <= 3);
fMat[col][row] = value;
}
double getDouble(int row, int col) const {
return SkMScalarToDouble(this->get(row, col));
}

View File

@ -232,7 +232,7 @@ void GrReduceClipStack(const SkClipStack& stack,
// at the replace op or detect here than the shape is either completely inside
// or completely outside the bounds. In this latter case it can be skipped by
// setting the correct value for initialState.
if (*resultsAreBounded) {
if (*resultsAreBounded) {
if (clip->isInverseFilled()) {
if (clip->contains(*resultBounds)) {
*initialState = kAllOut_InitialState;