Home
last modified time | relevance | path

Searched refs:has_ToUnicode (Results 1 – 8 of 8) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FontDictionary_autogen.h50 bool has_ToUnicode() const;
DSkPdfType0FontDictionary_autogen.h51 bool has_ToUnicode() const;
DSkPdfType3FontDictionary_autogen.h57 bool has_ToUnicode() const;
DSkPdfType0FontDictionary_autogen.cpp99 bool SkPdfType0FontDictionary::has_ToUnicode() const { in has_ToUnicode() function in SkPdfType0FontDictionary
DSkPdfType1FontDictionary_autogen.cpp147 bool SkPdfType1FontDictionary::has_ToUnicode() const { in has_ToUnicode() function in SkPdfType1FontDictionary
DSkPdfType3FontDictionary_autogen.cpp171 bool SkPdfType3FontDictionary::has_ToUnicode() const { in has_ToUnicode() function in SkPdfType3FontDictionary
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp442 if (dict->has_ToUnicode()) { in SkPdfType0Font()
DSkPdfFont.h403 if (dict->has_ToUnicode()) { in SkPdfType3Font()