Searched refs:FontSize (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/ |
D | FreeTypePackTest.java | 44 static enum FontSize { enum in FreeTypePackTest 49 FontSize (int size) { in FontSize() method in FreeTypePackTest.FontSize 113 for (FontSize size : FontSize.values()) { in render() 122 BitmapFont font = getFont(FontStyle.Regular, FontSize.Medium); in render() 141 public BitmapFont getFont (FontStyle style, FontSize size) { in getFont() 172 for (FontSize size : FontSize.values()) { in createFonts() 203 for (FontSize size : FontSize.values()) { in createFonts() 222 class FontMap<T> extends EnumMap<FontStyle, EnumMap<FontSize, T>> { 229 put(style, new EnumMap<FontSize, T>(FontSize.class)); in FontMap()
|
D | FreeTypeAtlasTest.java | 48 static enum FontSize { enum in FreeTypeAtlasTest 53 FontSize(int size) { in FontSize() method in FreeTypeAtlasTest.FontSize 116 for (FontSize size : FontSize.values()) { in render() 125 BitmapFont font = getFont(FontStyle.Regular, FontSize.Medium); in render() 143 public BitmapFont getFont(FontStyle style, FontSize size) { in getFont() 170 for (FontSize size : FontSize.values()) { in createFonts() 191 class FontMap<T> extends EnumMap<FontStyle, EnumMap<FontSize, T>> { 198 put(style, new EnumMap<FontSize, T>(FontSize.class)); in FontMap()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-04-CoalescerBug.ll | 59 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
|
D | 2009-08-04-ScavengerAssert.ll | 139 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/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 532 FX_FLOAT FontSize) { in Load() argument 569 charpos.m_OriginX -= FontSize * vx / 1000; in Load() 570 charpos.m_OriginY -= FontSize * vy / 1000; in Load() 579 pCIDFont->CIDTransformToFloat(pTransform[4]) * FontSize; in Load() 581 pCIDFont->CIDTransformToFloat(pTransform[5]) * FontSize; in Load()
|