Home
last modified time | relevance | path

Searched defs:localM (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM, in Make()
32 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM, in SkLocalMatrixImageFilter()
DSkDraw_vertices.cpp436 SkMatrix localM; in drawFixedVertices() local
458 SkMatrix localM; in drawFixedVertices() local
DSkRuntimeEffect.cpp1543 SkTLazy<SkMatrix> localM; in CreateProc() local
/external/skia/tests/
DShaderTest.cpp29 SkMatrix localM; in check_isaimage() local
50 const SkMatrix localM = SkMatrix::Scale(2, 3); in DEF_TEST() local
/external/skia/tools/gpu/
DTestOps.cpp150 const SkMatrix& localM) { in Make()
231 const SkMatrix& localM) { in MakeRect()
239 const SkMatrix& localM) { in MakeRect()
/external/skia/gm/
Druntimefunctions.cpp51 SkMatrix localM; in onDraw() local
Dpatch.cpp173 SkMatrix localM; variable
Dshadertext3.cpp112 SkMatrix localM; in onDraw() local
Dimage_shader.cpp132 const SkMatrix localM = SkMatrix::Translate(-50, -50); in testImage() local
Dgm.cpp57 SkMatrix localM; in draw_gpu_only_message() local
Druntimeshader.cpp78 SkMatrix localM; in onDraw() local
/external/skia/src/effects/imagefilters/
DSkRuntimeImageFilter.cpp201 SkMatrix localM = inverse * SkMatrix::Translate(inputOffset); in onFilterImage() local
/external/jdiff/src/jdiff/
DXMLToAPI.java145 MethodAPI localM = (MethodAPI)(iter2.next()); in addInheritedElements() local
/external/skia/tools/viewer/
DTouchGesture.cpp131 const SkMatrix& TouchGesture::localM() { in localM() function in TouchGesture
/external/skia/src/gpu/ganesh/
DDevice_drawTexture.cpp694 bool can_disable_mipmap(const SkMatrix& viewM, const SkMatrix& localM) { in can_disable_mipmap()