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

  /external/skia/src/pdf/
SkPDFFont.cpp 853 fFontInfo(info) {
899 return fFontInfo.get();
903 if (info == NULL || info == fFontInfo.get()) {
906 fFontInfo.reset(info);
942 const uint16_t emSize = fFontInfo->fEmSize;
    [all...]
SkPDFFont.h 191 SkAutoTUnref<SkAdvancedTypefaceMetrics> fFontInfo;

Completed in 873 milliseconds