/external/skia/src/pdf/ |
SkPDFFormXObject.h | 20 class SkMatrix;
|
SkPDFShader.h | 15 #include "SkMatrix.h" 43 const SkMatrix& matrix,
|
SkPDFUtils.h | 16 class SkMatrix; 39 static SkPDFArray* MatrixToArray(const SkMatrix& matrix); 40 static void AppendTransform(const SkMatrix& matrix, SkWStream* content);
|
SkPDFDeviceFlattener.cpp | 19 SkMatrix::I()) { 28 SkMatrix local = paint->getShader()->getLocalMatrix(); 48 SkMatrix identity = SkMatrix::I(); 64 SkMatrix matrix = SkMatrix::I(); 74 const SkPaint& paint, const SkMatrix* prePathMatrix, 110 SkMatrix matrix = SkMatrix::I(); 137 const SkPath& path, const SkMatrix* matrix [all...] |
/external/chromium_org/skia/ext/ |
bitmap_platform_device_win.h | 62 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region, 99 SkMatrix transform_; 112 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrSWMaskHelper.h | 15 #include "SkMatrix.h" 51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix); 80 SkMatrix* matrix); 99 SkMatrix fMatrix;
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrBicubicEffect.h | 53 const SkMatrix& matrix, 63 const SkMatrix& matrix, 71 const SkMatrix &matrix, const SkShader::TileMode tileModes[2]);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFUtils.h | 16 class SkMatrix; 39 static SkPDFArray* MatrixToArray(const SkMatrix& matrix); 40 static void AppendTransform(const SkMatrix& matrix, SkWStream* content);
|
SkPDFDeviceFlattener.cpp | 19 SkMatrix::I()) { 28 SkMatrix local = paint->getShader()->getLocalMatrix(); 48 SkMatrix identity = SkMatrix::I(); 64 SkMatrix matrix = SkMatrix::I(); 74 const SkPaint& paint, const SkMatrix* prePathMatrix, 110 SkMatrix matrix = SkMatrix::I(); 137 const SkPath& path, const SkMatrix* matrix [all...] |
/external/skia/src/gpu/ |
GrSWMaskHelper.h | 15 #include "SkMatrix.h" 51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix); 80 SkMatrix* matrix); 99 SkMatrix fMatrix;
|
/external/skia/src/gpu/effects/ |
GrBicubicEffect.h | 53 const SkMatrix& matrix, 63 const SkMatrix& matrix, 71 const SkMatrix &matrix, const SkShader::TileMode tileModes[2]);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgram.h | 95 SkMatrix fViewMatrix; 101 fViewMatrix = SkMatrix::InvalidMatrix(); 107 SkMatrix combined; 111 0, 0, SkMatrix::I()[8]); 115 0, 0, SkMatrix::I()[8]);
|
/external/skia/src/gpu/gl/ |
GrGLProgram.h | 95 SkMatrix fViewMatrix; 101 fViewMatrix = SkMatrix::InvalidMatrix(); 107 SkMatrix combined; 111 0, 0, SkMatrix::I()[8]); 115 0, 0, SkMatrix::I()[8]);
|
/external/chromium_org/third_party/skia/include/device/xps/ |
SkXPSDevice.h | 97 const SkMatrix* prePathMatrix, 103 const SkMatrix& matrix, 128 const SkMatrix* matrix, 201 const SkMatrix* parentTransform = NULL); 209 const SkMatrix& localMatrix, 217 const SkMatrix& localMatrix, 224 const SkMatrix& localMatrix, 234 const SkMatrix& matrix, 262 const SkMatrix& transform, 300 const SkMatrix& matrix [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapShaderTemplate.h | 33 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) 49 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0) 58 const SkMatrix& inv = this->getUnitInverse(); 59 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); 61 const SkMatrix& inv = this->getTotalInverse(); 62 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc(); 194 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0) 202 const SkMatrix& inv = this->getUnitInverse(); 203 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); 205 const SkMatrix& inv = this->getTotalInverse() [all...] |
/external/chromium_org/third_party/skia/src/views/animated/ |
SkImageView.cpp | 13 #include "SkMatrix.h" 72 bool SkImageView::getImageMatrix(SkMatrix* matrix) const 89 void SkImageView::setImageMatrix(const SkMatrix* matrix) 96 fMatrix = (SkMatrix*)sk_malloc_throw(sizeof(SkMatrix)); 129 static inline SkMatrix::ScaleToFit scaleTypeToScaleToFit(SkImageView::ScaleType st) 134 SkASSERT(SkImageView::kFitXY_ScaleType - 1 == SkMatrix::kFill_ScaleToFit); 135 SkASSERT(SkImageView::kFitStart_ScaleType - 1 == SkMatrix::kStart_ScaleToFit); 136 SkASSERT(SkImageView::kFitCenter_ScaleType - 1 == SkMatrix::kCenter_ScaleToFit); 137 SkASSERT(SkImageView::kFitEnd_ScaleType - 1 == SkMatrix::kEnd_ScaleToFit) [all...] |
/external/skia/include/device/xps/ |
SkXPSDevice.h | 97 const SkMatrix* prePathMatrix, 103 const SkMatrix& matrix, 128 const SkMatrix* matrix, 201 const SkMatrix* parentTransform = NULL); 209 const SkMatrix& localMatrix, 217 const SkMatrix& localMatrix, 224 const SkMatrix& localMatrix, 234 const SkMatrix& matrix, 262 const SkMatrix& transform, 300 const SkMatrix& matrix [all...] |
/external/skia/src/core/ |
SkBitmapShaderTemplate.h | 33 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) 49 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0) 58 const SkMatrix& inv = this->getUnitInverse(); 59 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); 61 const SkMatrix& inv = this->getTotalInverse(); 62 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc(); 194 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0) 202 const SkMatrix& inv = this->getUnitInverse(); 203 SkMatrix::MapPtProc invProc = this->getUnitInverseProc(); 205 const SkMatrix& inv = this->getTotalInverse() [all...] |
/external/skia/src/views/animated/ |
SkImageView.cpp | 13 #include "SkMatrix.h" 72 bool SkImageView::getImageMatrix(SkMatrix* matrix) const 89 void SkImageView::setImageMatrix(const SkMatrix* matrix) 96 fMatrix = (SkMatrix*)sk_malloc_throw(sizeof(SkMatrix)); 129 static inline SkMatrix::ScaleToFit scaleTypeToScaleToFit(SkImageView::ScaleType st) 134 SkASSERT(SkImageView::kFitXY_ScaleType - 1 == SkMatrix::kFill_ScaleToFit); 135 SkASSERT(SkImageView::kFitStart_ScaleType - 1 == SkMatrix::kStart_ScaleToFit); 136 SkASSERT(SkImageView::kFitCenter_ScaleType - 1 == SkMatrix::kCenter_ScaleToFit); 137 SkASSERT(SkImageView::kFitEnd_ScaleType - 1 == SkMatrix::kEnd_ScaleToFit) [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
GrPaint.h | 115 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix); 116 void addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix); 119 const SkMatrix& matrix, 122 const SkMatrix& matrix, 185 void localCoordChange(const SkMatrix& oldToNew) { 194 bool localCoordChangeInverse(const SkMatrix& newToOld) { 195 SkMatrix oldToNew;
|
GrEffectStage.h | 16 #include "SkMatrix.h" 77 void localCoordChange(const SkMatrix& matrix) { 89 SkMatrix fCoordChangeMatrix; 194 SkMatrix fCoordChangeMatrix; 203 const SkMatrix& getCoordChangeMatrix() const { 207 return SkMatrix::I(); 218 SkMatrix fCoordChangeMatrix;
|
/external/skia/include/gpu/ |
GrPaint.h | 115 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix); 116 void addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix); 119 const SkMatrix& matrix, 122 const SkMatrix& matrix, 185 void localCoordChange(const SkMatrix& oldToNew) { 194 bool localCoordChangeInverse(const SkMatrix& newToOld) { 195 SkMatrix oldToNew;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 86 GrTexture* maskTexture, const SkMatrix& maskMatrix, 171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 172 GrTexture* maskTexture, const SkMatrix& maskMatrix, 211 return ThresholdEffect::Create(bmpTex, SkMatrix::I(), maskTex, SkMatrix::I(), thresh); 215 SkMatrix localInverse; 245 SkMatrix matrix; 260 SkMatrix bmpMatrix = localInverse; 263 SkMatrix maskMatrix = localInverse [all...] |
/external/skia/gm/ |
ovals.cpp | 12 #include "SkMatrix.h" 80 SkMatrix m; 86 SkMatrix m; 92 SkMatrix m; 98 SkMatrix m; 104 SkMatrix m; 110 SkMatrix m; 116 SkMatrix m; 122 SkMatrix m; 158 SkMatrix mat = fMatrices[j] [all...] |
/external/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 85 static GrEffectRef* Create(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 86 GrTexture* maskTexture, const SkMatrix& maskMatrix, 171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix, 172 GrTexture* maskTexture, const SkMatrix& maskMatrix, 211 return ThresholdEffect::Create(bmpTex, SkMatrix::I(), maskTex, SkMatrix::I(), thresh); 215 SkMatrix localInverse; 245 SkMatrix matrix; 260 SkMatrix bmpMatrix = localInverse; 263 SkMatrix maskMatrix = localInverse [all...] |