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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypeface.java 27 private static Map<Long, FontDesc> FONTS = new HashMap<>();
29 private FontDesc description;
116 FONTS.put(thisFontId, new FontDesc(familyName, style));
124 private synchronized static FontDesc findById(long fontId) {
136 public FontDesc getFontDescription() {
140 public static class FontDesc {
144 public FontDesc(String familyName, int style) {
154 FontDesc fontDesc = (FontDesc) o
    [all...]
  /external/skia/tools/fonts/
create_test_font.cpp 37 struct FontDesc {
331 static int written_index(const FontDesc& fontDesc) {
334 if (!strcmp(fontDesc.fFontName, writ.fFontName) &&
335 fontDesc.fNamedStyle.fStyle == writ.fNamedStyle.fStyle)
346 FontDesc& fontDesc = gFonts[index];
348 out = font_header(fontDesc.fGenericName);
350 int fontIndex = written_index(fontDesc);
352 fontDesc.fFontIndex = fontIndex
    [all...]
  /external/skqp/tools/
create_test_font.cpp 37 struct FontDesc {
330 static int written_index(const FontDesc& fontDesc) {
333 if (!strcmp(fontDesc.fFontName, writ.fFontName) &&
334 fontDesc.fNamedStyle.fStyle == writ.fNamedStyle.fStyle)
345 FontDesc& fontDesc = gFonts[index];
347 out = font_header(fontDesc.fGenericName);
349 int fontIndex = written_index(fontDesc);
351 fontDesc.fFontIndex = fontIndex
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 356 milliseconds