Home
last modified time | relevance | path

Searched refs:Concat (Results 1 – 25 of 115) sorted by relevance

12345

/external/openfst/src/script/
Dconcat.cc24 void Concat(MutableFstClass *ofst, const FstClass &ifst) { in Concat() function
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) { in Concat() function
40 REGISTER_FST_OPERATION(Concat, StdArc, ConcatArgs1);
41 REGISTER_FST_OPERATION(Concat, LogArc, ConcatArgs1);
42 REGISTER_FST_OPERATION(Concat, Log64Arc, ConcatArgs1);
43 REGISTER_FST_OPERATION(Concat, StdArc, ConcatArgs2);
44 REGISTER_FST_OPERATION(Concat, LogArc, ConcatArgs2);
45 REGISTER_FST_OPERATION(Concat, Log64Arc, ConcatArgs2);
/external/openfst/src/include/fst/script/
Dconcat.h31 void Concat(ConcatArgs1 *args) { in Concat() function
35 Concat(ofst, ifst); in Concat()
39 void Concat(ConcatArgs2 *args) { in Concat() function
43 Concat(ifst, ofst); in Concat()
46 void Concat(MutableFstClass *ofst, const FstClass &ifst);
47 void Concat(const FstClass &ifst, MutableFstClass *ofst);
Dfstscript.h94 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs1); in RegisterBatch1()
95 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs2); in RegisterBatch1()
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp145 matr.Concat(*matrix); in ShowChars()
155 matr1.Concat(*matrix); in ShowChars()
163 matr2.Concat(*matrix); in ShowChars()
173 matr3.Concat(*matrix); in ShowChars()
197 affine_matrix1.Concat(*matrix); in ShowChars()
223 affine_matrix1.Concat(*matrix); in ShowChars()
250 affine_matrix1.Concat(*matrix); in ShowChars()
276 affine_matrix1.Concat(*matrix); in ShowChars()
DBC_OnedEAN13Writer.cpp186 matr.Concat(*matrix); in ShowChars()
196 matr1.Concat(*matrix); in ShowChars()
204 matr2.Concat(*matrix); in ShowChars()
233 affine_matrix1.Concat(*matrix); in ShowChars()
260 affine_matrix1.Concat(*matrix); in ShowChars()
288 affine_matrix1.Concat(*matrix); in ShowChars()
DBC_OnedEAN8Writer.cpp193 matr.Concat(*matrix); in ShowChars()
203 matr1.Concat(*matrix); in ShowChars()
228 affine_matrix1.Concat(*matrix); in ShowChars()
255 affine_matrix1.Concat(*matrix); in ShowChars()
/external/openfst/src/include/fst/
Drational.h45 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
46 template <class A> void Concat(const Fst<A> &fst1, RationalFst<A> *fst2);
224 Concat(&rfst_, afst); in AddConcat()
226 Concat(afst, &rfst_); in AddConcat()
272 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
273 friend void Concat<>(const Fst<A> &fst1, RationalFst<A> *fst2);
Dconcat.h47 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
113 void Concat(const Fst<Arc> &fst1, MutableFst<Arc> *fst2) { in Concat() function
167 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
174 void Concat(const Fst<Arc> &fst1, RationalFst<Arc> *fst2) { in Concat() function
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpath.cpp80 mtRotate.Concat(*pMatrix); in RenderWidget()
122 mtRotate.Concat(*pMatrix); in RenderWidget()
155 mtRotate.Concat(*pMatrix); in RenderWidget()
Dxfa_ffpushbutton.cpp37 mtRotate.Concat(*pMatrix); in RenderWidget()
45 mt.Concat(mtRotate); in RenderWidget()
189 mt.Concat(*pMatrix); in RenderHighlightCaption()
Dxfa_ffexclgroup.cpp28 mtRotate.Concat(*pMatrix); in RenderWidget()
Dxfa_fftext.cpp30 mtRotate.Concat(*pMatrix); in RenderWidget()
58 mt.Concat(mtRotate); in RenderWidget()
/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp44 Context localCtx(SkMatrix::Concat(ctx.ctm(), fLocalM), ctx.clipBounds(), ctx.cache()); in onFilterImageDeprecated()
50 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), dst, direction); in onFilterBounds()
DSkColorSpace.h72 static Result Concat(const SkColorSpace* src, const SkColorSpace* dst, SkFloat3x3* result);
/external/openfst/src/test/
Dalgo_test.h100 Concat(&C1, T2); in TestRational()
104 Concat(T1, &C3); in TestRational()
164 Concat(&C1, T2); in TestRational()
165 Concat(&C1, T3); in TestRational()
168 Concat(&C3, T3); in TestRational()
170 Concat(&C4, C3); in TestRational()
189 Concat(&C1, T3); in TestRational()
204 Concat(&C1, U1); in TestRational()
207 Concat(&C2, T1); in TestRational()
209 Concat(&C3, T2); in TestRational()
[all …]
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp194 params.m_matrix.Concat(*pMatrix); in DrawBkground()
208 params.m_matrix.Concat(*pMatrix); in DrawHeadBK()
222 params.m_matrix.Concat(*pMatrix); in DrawLButton()
236 params.m_matrix.Concat(*pMatrix); in DrawRButton()
261 textParam.m_matrix.Concat(*pMatrix); in DrawCaption()
275 params.m_matrix.Concat(*pMatrix); in DrawSeperator()
287 params.m_matrix.Concat(*pMatrix); in DrawDatesInBK()
326 params.m_matrix.Concat(*pMatrix); in DrawWeek()
352 params.m_matrix.Concat(*pMatrix); in DrawWeekNumber()
381 params.m_matrix.Concat(*pMatrix); in DrawWeekNumberSep()
[all …]
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_object.h99 m_Matrix.Concat(matrix); in ConcatMatrix()
124 m_Matrix.Concat(matrix); in ConcatMatrix()
164 m_Matrix.Concat(matrix); in ConcatMatrix()
196 m_Matrix.Concat(matrix); in ConcatMatrix()
/external/regex-re2/re2/
Dset.cc57 re = re2::Regexp::Concat(sub, nsub + 1, pf); in Add()
63 re = re2::Regexp::Concat(sub, 2, pf); in Add()
Dprefilter.cc206 static Info* Concat(Info* a, Info* b);
311 Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) { in Concat() function in re2::Prefilter::Info
574 info = Concat(info, LiteralLatin1(re->runes()[i])); in PostVisit()
579 info = Concat(info, Literal(re->runes()[i])); in PostVisit()
600 exact = Concat(exact, ci); in PostVisit()
/external/v8/tools/gyp/test/win/compiler-flags/
Dcompile-as-winrt.cc10 auto str2 = String::Concat(str1, " Concat"); in main()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp134 image_matrix.Concat(text_matrix); in RenderGlyph()
274 device_matrix.Concat(*pObj2Device); in ProcessText()
296 text_matrix.Concat(*pObj2Device); in ProcessText()
391 matrix.Concat(text_matrix); in ProcessType3Text()
392 matrix.Concat(*pObj2Device); in ProcessType3Text()
470 image_matrix.Concat(matrix); in ProcessType3Text()
775 matrix.Concat(font_size, 0, 0, font_size, charpos.m_OriginX, in DrawTextPathWithPattern()
/external/openfst/src/bin/
Dfstconcat.cc58 s::Concat(fst1, *fst2); in main()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp21 m_Matrix.Concat(matrix); in Transform()
Dfpdf_page_parser.cpp574 new_matrix.Concat(m_pCurStates->m_CTM); in Handle_ConcatMatrix()
675 form_matrix.Concat(m_pCurStates->m_CTM); in AddForm()
708 pFormObj->m_FormMatrix.Concat(m_mtContentToUser); in AddForm()
731 ImageMatrix.Concat(m_mtContentToUser); in AddImage()
1080 pObj->m_Matrix.Concat(m_mtContentToUser); in Handle_ShadeFill()
1347 text_matrix.Concat(m_pCurStates->m_TextMatrix); in OnChangeTextMatrix()
1348 text_matrix.Concat(m_pCurStates->m_CTM); in OnChangeTextMatrix()
1349 text_matrix.Concat(m_mtContentToUser); in OnChangeTextMatrix()
1470 matrix.Concat(m_mtContentToUser); in AddPathObject()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp412 _info._CTM.Concat(*matrix); in ConcatMatrix()
554 m.Concat(*matrix); in Transfer()
580 m.Concat(*matrix); in Transfer()
737 m.Concat(*matrix); in RenderDeviceStrokePath()
764 m.Concat(*matrix); in RenderDeviceFillPath()
790 m1.Concat(*matrix); in RenderDeviceDrawImage()
795 m2.Concat(m1); in RenderDeviceDrawImage()
830 m1.Concat(*matrix); in RenderDeviceStretchImage()
836 m2.Concat(m1); in RenderDeviceStretchImage()
879 m.Concat(*matrix); in RenderDeviceShowText()
[all …]

12345