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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 62 struct FamilyRec {
63 FamilyRec() {
118 SkTArray<FamilyRec> fFontFamilies;
206 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
216 // defer initializing the familyRec until we can be sure that at least
218 FamilyRec* familyRec = NULL;
260 // create a familyRec now that we know that at least one font in
262 if (familyRec == NULL) {
263 familyRec = &fFontFamilies.push_back()
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 62 struct FamilyRec {
63 FamilyRec() {
118 SkTArray<FamilyRec> fFontFamilies;
206 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
216 // defer initializing the familyRec until we can be sure that at least
218 FamilyRec* familyRec = NULL;
260 // create a familyRec now that we know that at least one font in
262 if (familyRec == NULL) {
263 familyRec = &fFontFamilies.push_back()
    [all...]

Completed in 82 milliseconds