Searched defs:FontInitRec (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_simple.cpp386 struct FontInitRec { struct
411 static const FontInitRec gSystemFonts[] = {
441 const FontInitRec* rec = gSystemFonts;
527 const FontInitRec* rec = gSystemFonts;
H A DSkFontHost_android.cpp394 struct FontInitRec { struct
407 static FontInitRec *gSystemFonts;
425 SkTDArray<FontInitRec> fontInfo;
431 FontInitRec fontInfoRecord;
461 gSystemFonts = (FontInitRec*) malloc(gNumSystemFonts * sizeof(FontInitRec));
485 const FontInitRec* rec = gSystemFonts;
617 const FontInitRec* rec = gSystemFonts;

Completed in 164 milliseconds