/external/skia/samplecode/ |
D | SampleGradients.cpp | 61 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 67 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 76 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 85 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial() 98 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2RadialConcentric()
|
D | SampleShaderText.cpp | 58 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 64 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 73 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 82 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
|
D | SampleSlides.cpp | 174 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 180 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 189 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 198 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
|
/external/skia/gm/ |
D | gradients.cpp | 30 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 36 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 45 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 54 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
|
D | shadertext.cpp | 59 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 65 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 74 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 83 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
|
/external/skia/bench/ |
D | GradientBench.cpp | 35 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear() 41 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial() 50 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep() 59 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
|
/external/icu4c/layout/ |
D | LEFontInstance.cpp | 50 …le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage… in mapCharsToGlyphs() argument 85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filter… in mapCharToGlyph() argument
|
/external/emma/core/java12/com/vladium/util/ |
D | IProperties.java | 70 public static IProperties create (final IMapper mapper) in create() 85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap() 299 PropertiesImpl (final HashMap values, final IMapper mapper) in PropertiesImpl()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 81 void Map(MutableFst<A> *fst, C* mapper) { in Map() 149 void Map(MutableFst<A> *fst, C mapper) { in Map() 158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map() 231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map() 269 MapFstImpl(const Fst<A> &fst, const C &mapper, in MapFstImpl() 279 MapFstImpl(const Fst<A> &fst, C *mapper, in MapFstImpl() 464 MapFst(const Fst<A> &fst, const C &mapper, in MapFst() 468 MapFst(const Fst<A> &fst, C* mapper, in MapFst() 472 MapFst(const Fst<A> &fst, const C &mapper) in MapFst() 476 MapFst(const Fst<A> &fst, C* mapper) in MapFst()
|
D | encode.h | 213 EncodeMapper(const EncodeMapper& mapper) in EncodeMapper() 220 EncodeMapper(const EncodeMapper& mapper, EncodeType type) in EncodeMapper() 320 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode() 326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
|
/external/icu4c/test/letest/ |
D | SimpleFontInstance.cpp | 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
|
D | PortableFontInstance.cpp | 401 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 199 int colorCount, SkShader::TileMode mode, SkUnitMapper* mapper) { in Gradient_Shader() 764 SkShader::TileMode mode, SkUnitMapper* mapper) in Linear_Gradient() 1162 SkShader::TileMode mode, SkUnitMapper* mapper) in Radial_Gradient() 1516 SkUnitMapper* mapper) in Two_Point_Radial_Gradient() 1824 const SkScalar pos[], int count, SkUnitMapper* mapper) in Sweep_Gradient() 2207 SkUnitMapper* mapper) { in CreateLinear() 2221 SkUnitMapper* mapper) { in CreateRadial() 2239 SkUnitMapper* mapper) { in CreateTwoPointRadial() 2253 int count, SkUnitMapper* mapper) { in CreateSweep()
|