Home
last modified time | relevance | path

Searched defs:FontSize (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
DFreeTypeAtlasTest.java48 static enum FontSize { enum in FreeTypeAtlasTest
53 FontSize(int size) { in FontSize() method in FreeTypeAtlasTest.FontSize
DFreeTypePackTest.java44 static enum FontSize { enum in FreeTypePackTest
49 FontSize (int size) { in FontSize() method in FreeTypePackTest.FontSize
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp532 FX_FLOAT FontSize) { in Load()