Home
last modified time | relevance | path

Searched refs:FontName (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll67 br i1 %2, label %bb.i5, label %FontName.exit
71 br label %FontName.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
89 bb100.outer.outer: ; preds = %bb79.critedge, %bb1.i3, %FontName.exit
90 …%x_addr.0.ph.ph = phi %struct.rec* [ %x, %FontName.exit ], [ null, %bb79.critedge ], [ null, %bb1.…
D2009-08-04-ScavengerAssert.ll151 br i1 %21, label %bb.i5, label %FontName.exit
155 br label %FontName.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
163 bb10: ; preds = %FontName.exit, %bb8
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll67 br i1 %2, label %bb.i5, label %FontName.exit
71 br label %FontName.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
89 bb100.outer.outer: ; preds = %bb79.critedge, %bb1.i3, %FontName.exit
90 …%x_addr.0.ph.ph = phi %struct.rec* [ %x, %FontName.exit ], [ null, %bb79.critedge ], [ null, %bb1.…
D2009-08-04-ScavengerAssert.ll151 br i1 %21, label %bb.i5, label %FontName.exit
155 br label %FontName.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
163 bb10: ; preds = %FontName.exit, %bb8
/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll67 br i1 %2, label %bb.i5, label %FontName.exit
71 br label %FontName.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
89 bb100.outer.outer: ; preds = %bb79.critedge, %bb1.i3, %FontName.exit
90 …%x_addr.0.ph.ph = phi %struct.rec* [ %x, %FontName.exit ], [ null, %bb79.critedge ], [ null, %bb1.…
D2009-08-04-ScavengerAssert.ll151 br i1 %21, label %bb.i5, label %FontName.exit
155 br label %FontName.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
163 bb10: ; preds = %FontName.exit, %bb8
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp713 const WideString& FontName, in MatchFonts() argument
718 CalcPenalty(pFont.get(), wCodePage, dwFontStyles, FontName, wcUnicode); in MatchFonts()
731 const WideString& FontName, in CalcPenalty() argument
734 if (FontName.GetLength() != 0) { in CalcPenalty()
735 if (FontName != pInstalled->m_wsFaceName) { in CalcPenalty()
738 if (pInstalled->m_wsFamilyNames[i] == FontName) in CalcPenalty()
749 0 == IsPartName(pInstalled->m_wsFaceName, FontName)) { in CalcPenalty()
752 if (IsPartName(pInstalled->m_wsFamilyNames[i], FontName) != 0) in CalcPenalty()
Dcfgas_fontmgr.h173 const WideString& FontName,
178 const WideString& FontName,
/external/fonttools/Tests/t1Lib/data/
DTestT1-Regular.pfa5 /FontName /TestT1-Regular def
/external/pdfium/testing/resources/pixel/
Dbug_665467.in78 /FontName /ChromeSansMM
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h847 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight, in FontStmt() argument
850 Name(FontName), Italic(FontItalic) {} in FontStmt()
/external/freetype/
DChangeLog152 (parse_font_name): New function to trace `/FontName' keywords in
DChangeLog.215159 * src/type1/t1tokens.h: Handle /FontName.
5167 (t42_keywords): Handle /FontName with T1_FIELD_KEY.