HomeSort by relevance Sort by last modified time
    Searched refs:SANS (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 162 SANS,
198 // compatible with Courier New, but the former is sans-serif while
208 { SANS, "Arial" },
209 { SANS, "Arimo" },
210 { SANS, "Liberation Sans" },
322 // basic font names like "Sans", "Serif" or "Monospace". This function
327 strcasecmp(family_cstr, "sans") == 0 ||
376 // requested family: "Bitstream Vera Sans"
378 // post_match_family: "Bitstream Vera Sans"
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 162 SANS,
198 // compatible with Courier New, but the former is sans-serif while
208 { SANS, "Arial" },
209 { SANS, "Arimo" },
210 { SANS, "Liberation Sans" },
322 // basic font names like "Sans", "Serif" or "Monospace". This function
327 strcasecmp(family_cstr, "sans") == 0 ||
376 // requested family: "Bitstream Vera Sans"
378 // post_match_family: "Bitstream Vera Sans"
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 74 private static final int SANS = 1;
239 case SANS:
TextView.java 234 private static final int SANS = 1;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 101 static final int SANS = 1;
296 case SANS:

Completed in 417 milliseconds