HomeSort by relevance Sort by last modified time
    Searched full:lastresort (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 75 // is if CTFontCopyGraphicsFont() returns the LastResort font.
79 return [fontName isEqualToString:@"LastResort"];
189 // Release old CGFontRef since it points at the LastResort font which we don't want.
203 // rather than the LastResort font.
  /external/skia/legacy/src/animator/
SkDisplayXMLParser.cpp 272 const SkMemberInfo* lastResort = NULL;
307 lastResort = info;
313 if (lastResort)
314 return lastResort;
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 272 const SkMemberInfo* lastResort = NULL;
307 lastResort = info;
313 if (lastResort)
314 return lastResort;
  /external/skia/src/sfnt/
SkOTTable_head.h 41 LastResort,
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 77 // glyphs from LastResort. We want to use the primary font's missing glyph in order to match the fast text code path.
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 876 struct myaddrs *p, *lastresort = NULL; local
887 lastresort = p;
908 p = lastresort;

Completed in 867 milliseconds