Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: include/core/SkShader.h

Issue 1343123005: use SkBitmapProvider for shader-context (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: restore privacy Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/core/SkBitmapController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2006 The Android Open Source Project 2 * Copyright 2006 The Android Open Source Project
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SkShader_DEFINED 8 #ifndef SkShader_DEFINED
9 #define SkShader_DEFINED 9 #define SkShader_DEFINED
10 10
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 return false; 432 return false;
433 } 433 }
434 434
435 private: 435 private:
436 // This is essentially const, but not officially so it can be modified in 436 // This is essentially const, but not officially so it can be modified in
437 // constructors. 437 // constructors.
438 SkMatrix fLocalMatrix; 438 SkMatrix fLocalMatrix;
439 439
440 // So the SkLocalMatrixShader can whack fLocalMatrix in its SkReadBuffer con structor. 440 // So the SkLocalMatrixShader can whack fLocalMatrix in its SkReadBuffer con structor.
441 friend class SkLocalMatrixShader; 441 friend class SkLocalMatrixShader;
442 friend class SkBitmapProcShader; // for computeTotalInverse()
442 443
443 typedef SkFlattenable INHERITED; 444 typedef SkFlattenable INHERITED;
444 }; 445 };
445 446
446 #endif 447 #endif
OLDNEW
« no previous file with comments | « no previous file | src/core/SkBitmapController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698