Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 13 of 13) sorted by relevance

/external/skia/samplecode/
DSampleGradients.cpp61 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()
DSampleShaderText.cpp58 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()
DSampleSlides.cpp174 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/
Dgradients.cpp30 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()
Dshadertext.cpp59 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/
DGradientBench.cpp35 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/
DLEFontInstance.cpp50 …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/
DIProperties.java70 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/
Dmap.h81 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()
Dencode.h213 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/
DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
DPortableFontInstance.cpp401 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
/external/skia/src/effects/
DSkGradientShader.cpp199 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()