/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Gradient.java | 18 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/ |
D | SkLocalMatrixShader.cpp | 24 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
|
D | SkComposeShader.h | 16 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()
|
D | SkComposeShader.cpp | 21 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()
|
D | SkPictureShader.cpp | 162 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/ |
D | setlocale.c | 10 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
|
D | locale_map.c | 30 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.c | 4 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.c | 4 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()
|
D | setlocale.c | 12 const struct __locale_map *lm; in setlocale() local 49 const struct __locale_map *lm = in setlocale() local
|
D | locale_map.c | 15 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.c | 4 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.c | 4 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()
|
D | locale_map.c | 5 const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) in __lctrans_impl()
|
/third_party/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 27 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
|
D | SkPictureShader.cpp | 119 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/ |
D | rsxtext.cpp | 71 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/ |
D | GrFPArgs.h | 54 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/ |
D | SkLocalMatrixImageFilter.cpp | 36 SkMatrix lm; in CreateProc() local
|
/third_party/skia/experimental/skrive/src/ |
D | Component.cpp | 66 const auto lm = SkMatrix::Translate(node->getTranslation().x, node->getTranslation().y) * in ScopedTransformContext() local
|
/third_party/skia/include/core/ |
D | SkImage.h | 673 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/ |
D | fdpic_crt.h | 16 } *lm = map; in __fdpic_fixup() local
|
/third_party/skia/src/gpu/ |
D | GrFPArgs.h | 45 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix()
|
/third_party/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 38 SkMatrix lm; in CreateProc() local
|
/third_party/flutter/skia/gm/ |
D | bmpfilterqualityrepeat.cpp | 73 SkMatrix lm = SkMatrix::I(); in drawAll() local
|