Home
last modified time | relevance | path

Searched defs:lm (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DGradient.java18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
28 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
46 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp24 SkMatrix lm; in CreateProc() local
42 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() local
77 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() local
92 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() local
DSkComposeShader.h16 SkShader_Blend(SkBlendMode mode, sk_sp<SkShader> dst, sk_sp<SkShader> src, const SkMatrix* lm) in SkShader_Blend()
44 SkShader_Lerp(float weight, sk_sp<SkShader> dst, sk_sp<SkShader> src, const SkMatrix* lm) in SkShader_Lerp()
75 const SkMatrix* lm) in SkShader_LerpRed()
DSkComposeShader.cpp21 sk_sp<SkShader> wrap_lm(sk_sp<SkShader> shader, const SkMatrix* lm) { in wrap_lm()
47 const SkMatrix* lm) { in Blend()
58 const SkMatrix* lm) { in Lerp()
72 const SkMatrix* lm) { in Lerp()
DSkPictureShader.cpp162 SkMatrix lm; in CreateProc() local
274 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages() local
295 auto lm = this->totalLocalMatrix(rec.fLocalMatrix); in onMakeContext() local
347 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix, args.fPostLocalMatrix); in asFragmentProcessor() local
/third_party/musl/porting/linux/user/src/locale/
Dsetlocale.c10 static inline int Fresh(struct __locale_map *lm) in Fresh()
20 const struct __locale_map *lm; in setlocale() local
60 const struct __locale_map *lm = in setlocale() local
Dlocale_map.c30 const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) in __lctrans_impl()
/third_party/musl/porting/uniproton/kernel/src/locale/
D__lctrans.c4 static const char *dummy(const char *msg, const struct __locale_map *lm) in dummy()
11 const char *__lctrans(const char *msg, const struct __locale_map *lm) in __lctrans()
/third_party/musl/src/locale/
D__lctrans.c4 static const char *dummy(const char *msg, const struct __locale_map *lm) in dummy()
11 const char *__lctrans(const char *msg, const struct __locale_map *lm) in __lctrans()
Dsetlocale.c12 const struct __locale_map *lm; in setlocale() local
49 const struct __locale_map *lm = in setlocale() local
Dlocale_map.c15 const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) in __lctrans_impl()
/third_party/musl/porting/liteos_m/kernel/src/locale/
D__lctrans.c4 static const char *dummy(const char *msg, const struct __locale_map *lm) in dummy()
11 const char *__lctrans(const char *msg, const struct __locale_map *lm) in __lctrans()
/third_party/musl/porting/liteos_a/kernel/src/locale/
D__lctrans.c4 static const char *dummy(const char *msg, const struct __locale_map *lm) in dummy()
11 const char *__lctrans(const char *msg, const struct __locale_map *lm) in __lctrans()
Dlocale_map.c5 const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) in __lctrans_impl()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp27 SkMatrix lm; in CreateProc() local
45 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() local
69 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() local
85 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onProgram() local
99 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() local
DSkPictureShader.cpp119 SkFilterMode filter, const SkMatrix* lm, const SkRect* tile) { in Make()
127 SkMatrix lm; in CreateProc() local
281 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages() local
301 auto lm = this->totalLocalMatrix(localM); in onProgram() local
321 auto lm = this->totalLocalMatrix(rec.fLocalMatrix); in onMakeContext() local
370 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix); in asFragmentProcessor() local
/third_party/skia/gm/
Drsxtext.cpp71 void draw_one(SkCanvas* canvas, SkPoint pos, const SkMatrix& lm, in draw_one()
86 static sk_sp<SkShader> make_shader(const SkMatrix& lm, const SkMatrix& outer_lm) { in make_shader()
/third_party/flutter/skia/src/gpu/
DGrFPArgs.h54 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix()
76 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix()
/third_party/flutter/skia/src/core/
DSkLocalMatrixImageFilter.cpp36 SkMatrix lm; in CreateProc() local
/third_party/skia/experimental/skrive/src/
DComponent.cpp66 const auto lm = SkMatrix::Translate(node->getTranslation().x, node->getTranslation().y) * in ScopedTransformContext() local
/third_party/skia/include/core/
DSkImage.h673 const SkMatrix& lm) const { in makeShader()
676 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const { in makeShader()
/third_party/musl/src/internal/
Dfdpic_crt.h16 } *lm = map; in __fdpic_fixup() local
/third_party/skia/src/gpu/
DGrFPArgs.h45 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix()
/third_party/skia/src/core/
DSkLocalMatrixImageFilter.cpp38 SkMatrix lm; in CreateProc() local
/third_party/flutter/skia/gm/
Dbmpfilterqualityrepeat.cpp73 SkMatrix lm = SkMatrix::I(); in drawAll() local

123