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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 64 memset(fFontRecID, INVALID_FONT_REC_ID, sizeof(fFontRecID));
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
277 if (INVALID_FONT_REC_ID != familyRec->fFontRecID[fontRec.fStyle]) {
279 fontRec.fStyle, familyRec->fFontRecID[fontRec.fStyle],
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID;
375 const FontRecID* fontRecIDs = family.fFontRecID;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 64 memset(fFontRecID, INVALID_FONT_REC_ID, sizeof(fFontRecID));
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
277 if (INVALID_FONT_REC_ID != familyRec->fFontRecID[fontRec.fStyle]) {
279 fontRec.fStyle, familyRec->fFontRecID[fontRec.fStyle],
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID;
375 const FontRecID* fontRecIDs = family.fFontRecID;
    [all...]

Completed in 111 milliseconds