HomeSort by relevance Sort by last modified time
    Searched defs:FontSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.h 31 class FontSize {
33 FontSize()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 25 public enum FontSize {
32 FontSize(int value) {
37 * Create a FontSize object.
38 * @param value Integer value to be converted to a FontSize object.
39 * @return FontSize object whose value is {@code value}. If no
40 * FontSize object has that value, null is returned.
42 public static FontSize fromInt(int value) {
43 for (FontSize e : FontSize.values()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 319 ULONG FontSize;

Completed in 112 milliseconds