/external/skia/include/core/ |
SkShader.h | 15 #include "SkMatrix.h" 47 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } 53 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; } 148 const SkMatrix& matrix); 261 virtual BitmapType asABitmap(SkBitmap* outTexture, SkMatrix* outMatrix, 358 static MatrixClass ComputeMatrixClass(const SkMatrix&); 363 const SkMatrix& getTotalInverse() const { return fTotalInverse; } 369 SkMatrix fLocalMatrix; 370 SkMatrix fTotalInverse;
|
SkImageFilterUtils.h | 32 const SkBitmap& src, const SkMatrix& ctm, SkBitmap* result,
|
/external/skia/include/effects/ |
SkBlurImageFilter.h | 27 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 31 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
SkMagnifierImageFilter.h | 25 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 28 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
|
SkOffsetImageFilter.h | 26 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 28 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) SK_OVERRIDE;
|
SkMorphologyImageFilter.h | 40 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 43 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm, 63 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 66 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
/external/skia/include/gpu/ |
GrDrawEffect.h | 32 const SkMatrix& getCoordChangeMatrix() const { 34 return SkMatrix::I();
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageFilterUtils.h | 32 const SkBitmap& src, const SkMatrix& ctm, SkBitmap* result,
|
SkColorShader.h | 39 const SkMatrix& matrix) SK_OVERRIDE; 46 SkMatrix* outMatrix,
|
/external/chromium_org/third_party/skia/include/effects/ |
SkMorphologyImageFilter.h | 40 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 43 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm, 63 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 66 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
SkBicubicImageFilter.h | 41 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, 46 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
SkDisplacementMapEffect.h | 37 const SkMatrix& ctm, 42 virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
/external/chromium_org/third_party/skia/include/pdf/ |
SkPDFDevice.h | 70 const SkMatrix& initialTransform); 90 const SkPaint& paint, const SkMatrix* prePathMatrix, 97 const SkMatrix& matrix, const SkPaint&) SK_OVERRIDE; 106 const SkPath& path, const SkMatrix* matrix, 186 SK_API const SkMatrix& initialTransform() const { 225 SkMatrix fInitialTransform; 282 const SkMatrix& matrix, 291 void populateGraphicStateEntryFromPaint(const SkMatrix& matrix, 305 void internalDrawBitmap(const SkMatrix& matrix, 320 const SkMatrix* prePathMatrix = NULL) [all...] |
/external/chromium_org/third_party/skia/include/views/ |
SkTouchGesture.h | 12 #include "SkMatrix.h" 21 bool evaluateMatrix(SkMatrix* matrix); 43 const SkMatrix& localM(); 44 const SkMatrix& globalM() const { return fGlobalM; } 63 SkMatrix fLocalM, fGlobalM;
|
SkWindow.h | 13 #include "SkMatrix.h" 59 const SkMatrix& getMatrix() const { return fMatrix; } 60 void setMatrix(const SkMatrix&); 61 void preConcat(const SkMatrix&); 62 void postConcat(const SkMatrix&); 98 SkMatrix fMatrix;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPathRenderer.cpp | 16 const SkMatrix& matrix,
|
/external/skia/include/pdf/ |
SkPDFDevice.h | 70 const SkMatrix& initialTransform); 90 const SkPaint& paint, const SkMatrix* prePathMatrix, 97 const SkMatrix& matrix, const SkPaint&) SK_OVERRIDE; 106 const SkPath& path, const SkMatrix* matrix, 186 SK_API const SkMatrix& initialTransform() const { 225 SkMatrix fInitialTransform; 282 const SkMatrix& matrix, 291 void populateGraphicStateEntryFromPaint(const SkMatrix& matrix, 305 void internalDrawBitmap(const SkMatrix& matrix, 320 const SkMatrix* prePathMatrix = NULL) [all...] |
/external/skia/include/views/ |
SkTouchGesture.h | 12 #include "SkMatrix.h" 21 bool evaluateMatrix(SkMatrix* matrix); 43 const SkMatrix& localM(); 44 const SkMatrix& globalM() const { return fGlobalM; } 63 SkMatrix fLocalM, fGlobalM;
|
SkWindow.h | 13 #include "SkMatrix.h" 59 const SkMatrix& getMatrix() const { return fMatrix; } 60 void setMatrix(const SkMatrix&); 61 void preConcat(const SkMatrix&); 62 void postConcat(const SkMatrix&); 98 SkMatrix fMatrix;
|
/external/skia/src/gpu/ |
GrPathRenderer.cpp | 16 const SkMatrix& matrix,
|
/external/chromium_org/skia/ext/ |
platform_device.h | 19 class SkMatrix; 134 const SkMatrix& transformation); 146 const SkMatrix& transformation); 160 static void LoadTransformToDC(HDC dc, const SkMatrix& matrix); 167 const SkMatrix& matrix);
|
vector_platform_device_skia.h | 15 class SkMatrix; 25 const SkMatrix& initialTransform);
|
/external/skia/tests/ |
MatrixTest.cpp | 11 #include "SkMatrix.h" 27 static bool nearly_equal(const SkMatrix& a, const SkMatrix& b) { 38 const SkMatrix& a, 39 const SkMatrix& b) { 80 static bool is_identity(const SkMatrix& m) { 81 SkMatrix identity; 88 SkMatrix matrix; 92 matrix.setRectToRect(src, dst, SkMatrix::kFill_ScaleToFit); 93 REPORTER_ASSERT(reporter, SkMatrix::kIdentity_Mask == matrix.getType()) [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 100 const SkMatrix& matrix = coordTransform.getMatrix(); 103 const SkMatrix& coordChangeMatrix = drawEffect.getCoordChangeMatrix(); 104 SkASSERT(SkMatrix::kTranslate_Mask == (matrix.getType() | coordChangeMatrix.getType())); 105 *tx = SkScalarToFloat(matrix[SkMatrix::kMTransX] + coordChangeMatrix[SkMatrix::kMTransX]); 106 *ty = SkScalarToFloat(matrix[SkMatrix::kMTransY] + coordChangeMatrix[SkMatrix::kMTransY]); 108 SkASSERT(SkMatrix::kTranslate_Mask == matrix.getType()); 109 *tx = SkScalarToFloat(matrix[SkMatrix::kMTransX]); 110 *ty = SkScalarToFloat(matrix[SkMatrix::kMTransY]) [all...] |
/external/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 100 const SkMatrix& matrix = coordTransform.getMatrix(); 103 const SkMatrix& coordChangeMatrix = drawEffect.getCoordChangeMatrix(); 104 SkASSERT(SkMatrix::kTranslate_Mask == (matrix.getType() | coordChangeMatrix.getType())); 105 *tx = SkScalarToFloat(matrix[SkMatrix::kMTransX] + coordChangeMatrix[SkMatrix::kMTransX]); 106 *ty = SkScalarToFloat(matrix[SkMatrix::kMTransY] + coordChangeMatrix[SkMatrix::kMTransY]); 108 SkASSERT(SkMatrix::kTranslate_Mask == matrix.getType()); 109 *tx = SkScalarToFloat(matrix[SkMatrix::kMTransX]); 110 *ty = SkScalarToFloat(matrix[SkMatrix::kMTransY]) [all...] |