Home
last modified time | relevance | path

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

/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.cpp365 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
/external/skia/src/effects/
DSkGradientShader.cpp169 SkShader::TileMode mode, SkUnitMapper* mapper) in Gradient_Shader()
589 SkShader::TileMode mode, SkUnitMapper* mapper) in Linear_Gradient()
906 SkShader::TileMode mode, SkUnitMapper* mapper) in Radial_Gradient()
1151 const SkScalar pos[], int count, SkUnitMapper* mapper) in Sweep_Gradient()
1519 SkShader::TileMode mode, SkUnitMapper* mapper) in CreateLinear()
1531 SkShader::TileMode mode, SkUnitMapper* mapper) in CreateRadial()
1544 int count, SkUnitMapper* mapper) in CreateSweep()