Home
last modified time | relevance | path

Searched refs:localM (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp12 SkImageFilter* SkLocalMatrixImageFilter::Create(const SkMatrix& localM, SkImageFilter* input) { in Create() argument
16 if (localM.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) { in Create()
19 if (localM.isIdentity()) { in Create()
22 return new SkLocalMatrixImageFilter(localM, input); in Create()
25 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM, SkImageFilter* input) in SkLocalMatrixImageFilter() argument
26 : INHERITED(1, &input), fLocalM(localM) in SkLocalMatrixImageFilter()
DSkLocalMatrixImageFilter.h21 static SkImageFilter* Create(const SkMatrix& localM, SkImageFilter* input);
34 SkLocalMatrixImageFilter(const SkMatrix& localM, SkImageFilter* input);
DSkDevice.cpp195 SkMatrix localM; in drawAtlas() local
196 localM.setRSXform(xform[i]); in drawAtlas()
197 localM.preTranslate(-tex[i].left(), -tex[i].top()); in drawAtlas()
202 &localM)); in drawAtlas()
DSkPictureShader.cpp158 SkShader* SkPictureShader::refBitmapShader(const SkMatrix& viewMatrix, const SkMatrix* localM, in refBitmapShader() argument
164 if (localM) { in refBitmapShader()
165 m.preConcat(*localM); in refBitmapShader()
/external/skia/gm/
Dshadertext3.cpp98 SkMatrix localM; in onDraw() local
99 localM.setTranslate(5.f, 5.f); in onDraw()
100 localM.postRotate(20); in onDraw()
101 localM.postScale(1.15f, .85f); in onDraw()
106 &localM)); in onDraw()
Dgm.cpp85 SkMatrix localM; in DrawGpuOnlyMessage() local
86 localM.setRotate(35.f); in DrawGpuOnlyMessage()
87 localM.postTranslate(10.f, 0.f); in DrawGpuOnlyMessage()
90 &localM)); in DrawGpuOnlyMessage()
Dimage_shader.cpp103 const SkMatrix localM = SkMatrix::MakeTrans(-50, -50); in testImage() local
104 SkAutoTUnref<SkShader> shader(image->newShader(tile, tile, &localM)); in testImage()
/external/skia/include/core/
DSkShader.h108 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec()
112 , fLocalMatrix(localM) in ContextRec()
/external/jdiff/src/jdiff/
DXMLToAPI.java145 MethodAPI localM = (MethodAPI)(iter2.next()); in addInheritedElements() local
146 if (localM.name_.compareTo(m.name_) == 0 && in addInheritedElements()
147 localM.getSignature().compareTo(m.getSignature()) == 0) in addInheritedElements()
/external/skia/include/views/
DSkTouchGesture.h43 const SkMatrix& localM();
/external/skia/include/gpu/
DSkGr.h81 const SkMatrix& localM,
/external/skia/src/gpu/
DSkGr.cpp605 const SkMatrix& localM, in GrSkFilterQualityToGrFilterMode() argument
618 matrix.setConcat(viewM, localM); in GrSkFilterQualityToGrFilterMode()
629 matrix.setConcat(viewM, localM); in GrSkFilterQualityToGrFilterMode()
/external/skia/src/views/
DSkTouchGesture.cpp127 const SkMatrix& SkTouchGesture::localM() { in localM() function in SkTouchGesture
/external/skia/src/utils/
DSkLua.cpp1707 const SkMatrix* localM = nullptr; in limage_newShader() local
1708 SkAutoTUnref<SkShader> shader(get_ref<SkImage>(L, 1)->newShader(tmode, tmode, localM)); in limage_newShader()
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/skia/samplecode/
DSampleApp.cpp1506 m.preConcat(fGesture.localM()); in updateMatrix()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...