Searched defs:localM (Results 1 – 15 of 15) sorted by relevance
15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM, in Make()32 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM, in SkLocalMatrixImageFilter()
436 SkMatrix localM; in drawFixedVertices() local458 SkMatrix localM; in drawFixedVertices() local
1543 SkTLazy<SkMatrix> localM; in CreateProc() local
29 SkMatrix localM; in check_isaimage() local50 const SkMatrix localM = SkMatrix::Scale(2, 3); in DEF_TEST() local
150 const SkMatrix& localM) { in Make()231 const SkMatrix& localM) { in MakeRect()239 const SkMatrix& localM) { in MakeRect()
51 SkMatrix localM; in onDraw() local
173 SkMatrix localM; variable
112 SkMatrix localM; in onDraw() local
132 const SkMatrix localM = SkMatrix::Translate(-50, -50); in testImage() local
57 SkMatrix localM; in draw_gpu_only_message() local
78 SkMatrix localM; in onDraw() local
201 SkMatrix localM = inverse * SkMatrix::Translate(inputOffset); in onFilterImage() local
145 MethodAPI localM = (MethodAPI)(iter2.next()); in addInheritedElements() local
131 const SkMatrix& TouchGesture::localM() { in localM() function in TouchGesture
694 bool can_disable_mipmap(const SkMatrix& viewM, const SkMatrix& localM) { in can_disable_mipmap()