Searched defs:Compose (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/script/
H A Dcompose.cc25 void Compose(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
27 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
28 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
34 void Compose(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
36 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
37 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
43 REGISTER_FST_OPERATION(Compose, StdArc, ComposeArgs1);
44 REGISTER_FST_OPERATION(Compose, LogAr
[all...]
/external/openfst/src/include/fst/script/
H A Dcompose.h31 void Compose(ComposeArgs1 *args) { function in namespace:fst::script
36 Compose(ifst1, ifst2, ofst, args->arg4);
45 void Compose(ComposeArgs2 *args) { function in namespace:fst::script
50 Compose(ifst1, ifst2, ofst, args->arg4);
53 void Compose(const FstClass &ifst1, const FstClass &ifst2,
57 void Compose(const FstClass &ifst1, const FstClass &ifst2,
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py438 def Compose(self, rtype, name, arrayspec, callspec, prefix, func_as_ptr, member in class:CGen
440 self.LogEnter('Compose: %s %s' % (rtype, name))
457 params.append(self.Compose(ptype, pname, parray, pspec, '', True,
465 self.LogExit('Exit Compose: %s' % out)
490 out = self.Compose(rtype, name, arrayspec, callspec, prefix,
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h19 // Compose a PDT and an FST.
495 void Compose(const Fst<Arc> &ifst1, function in namespace:fst
518 void Compose(const Fst<Arc> &ifst1, function in namespace:fst
/external/openfst/src/include/fst/
H A Dcompose.h515 // Compose specifying only caching options.
520 // Compose specifying one shared matcher type M. Requires input
528 // Compose specifying two matcher types M1 and M2. Requires input
688 // - Compose trims its output.
699 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h884 // - Compose trims its output.
895 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp4441 void CFX_BitmapComposer::Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha, function in class:CFX_BitmapComposer

Completed in 656 milliseconds