Home
last modified time | relevance | path

Searched refs:FontSize (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp24 float FontSize) { in Load() argument
79 (pdfGlyphWidth - ftGlyphWidth) * FontSize / 2000.0f; in Load()
101 charpos.m_Origin.x -= FontSize * vx / 1000; in Load()
102 charpos.m_Origin.y -= FontSize * vy / 1000; in Load()
114 pCIDFont->CIDTransformToFloat(pTransform[4]) * FontSize; in Load()
116 pCIDFont->CIDTransformToFloat(pTransform[5]) * FontSize; in Load()
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll59 br i1 undef, label %bb.i1, label %FontSize.exit
62 br label %FontSize.exit
64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit
69 bb.i5: ; preds = %FontSize.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
D2009-08-04-ScavengerAssert.ll139 br i1 undef, label %bb2.i, label %FontSize.exit
145 FontSize.exit: ; preds = %bb1.i
153 bb.i5: ; preds = %FontSize.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll59 br i1 undef, label %bb.i1, label %FontSize.exit
62 br label %FontSize.exit
64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit
69 bb.i5: ; preds = %FontSize.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
D2009-08-04-ScavengerAssert.ll139 br i1 undef, label %bb2.i, label %FontSize.exit
145 FontSize.exit: ; preds = %bb1.i
153 bb.i5: ; preds = %FontSize.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll59 br i1 undef, label %bb.i1, label %FontSize.exit
62 br label %FontSize.exit
64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit
69 bb.i5: ; preds = %FontSize.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
D2009-08-04-ScavengerAssert.ll139 br i1 undef, label %bb2.i, label %FontSize.exit
145 FontSize.exit: ; preds = %bb1.i
153 bb.i5: ; preds = %FontSize.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
/external/pdfium/core/fxcrt/css/
Dcfx_cssdatatable.cpp77 {CFX_CSSProperty::FontSize, L"font-size", 0xB93956DF,
Dcfx_css.h107 FontSize, enumerator
Dcfx_cssstyleselector.cpp183 case CFX_CSSProperty::FontSize: { in ApplyProperty()
Dcfx_cssdeclaration.cpp771 AddPropertyHolder(CFX_CSSProperty::FontSize, pFontSize, bImportant); in ParseFontProperty()
/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
849 : Size(FontSize), Weight(FontWeight), Charset(FontCharset), in FontStmt()