Searched defs:ToUnicode (Results 1 - 12 of 12) sorted by last modified time

/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h212 void ToUnicode(const SkDecodedText& textIn, SkUnicodeText* textOut) const { function in class:SkPdfFont
225 inline unsigned int ToUnicode(unsigned int ch) const { function in class:SkPdfFont
293 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
320 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
404 fToUnicode = new SkPdfToUnicode(parsed, dict->ToUnicode(parsed));
450 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
454 printf("Type 3 char to unicode: %c\n", ToUnicode(ch));
455 if (ToUnicode(ch) == 'A') {
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FontDictionary_autogen.cpp91 SkPdfStream* SkPdfType0FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType0FontDictionary
92 SkPdfNativeObject* ret = get("ToUnicode", "");
100 return get("ToUnicode", "") != NULL;
H A DSkPdfType1FontDictionary_autogen.cpp139 SkPdfStream* SkPdfType1FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType1FontDictionary
140 SkPdfNativeObject* ret = get("ToUnicode", "");
148 return get("ToUnicode", "") != NULL;
H A DSkPdfType3FontDictionary_autogen.cpp163 SkPdfStream* SkPdfType3FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType3FontDictionary
164 SkPdfNativeObject* ret = get("ToUnicode", "");
172 return get("ToUnicode", "") != NULL;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h212 void ToUnicode(const SkDecodedText& textIn, SkUnicodeText* textOut) const { function in class:SkPdfFont
225 inline unsigned int ToUnicode(unsigned int ch) const { function in class:SkPdfFont
293 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
320 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
404 fToUnicode = new SkPdfToUnicode(parsed, dict->ToUnicode(parsed));
450 return fBaseFont->drawOneChar(ToUnicode(ch), paint, pdfContext, canvas);
454 printf("Type 3 char to unicode: %c\n", ToUnicode(ch));
455 if (ToUnicode(ch) == 'A') {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FontDictionary_autogen.cpp91 SkPdfStream* SkPdfType0FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType0FontDictionary
92 SkPdfNativeObject* ret = get("ToUnicode", "");
100 return get("ToUnicode", "") != NULL;
H A DSkPdfType1FontDictionary_autogen.cpp139 SkPdfStream* SkPdfType1FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType1FontDictionary
140 SkPdfNativeObject* ret = get("ToUnicode", "");
148 return get("ToUnicode", "") != NULL;
H A DSkPdfType3FontDictionary_autogen.cpp163 SkPdfStream* SkPdfType3FontDictionary::ToUnicode(SkPdfNativeDoc* doc) { function in class:SkPdfType3FontDictionary
164 SkPdfNativeObject* ret = get("ToUnicode", "");
172 return get("ToUnicode", "") != NULL;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcompiled_file_system.py7 from docs_server_utils import ToUnicode namespace
64 args[-1] = ToUnicode(args[-1])
124 json_parse.Parse(ToUnicode(data)))),
134 SingleFile(lambda path, text: Motemplate(ToUnicode(text), name=path)),
143 SingleFile(lambda _, text: ToUnicode(text)),
H A Dcontent_provider.py11 from docs_server_utils import ToUnicode namespace
88 content = markdown(ToUnicode(text),
97 content = ToUnicode(text)
102 content = ToUnicode(text)
H A Ddocs_server_utils.py54 def ToUnicode(data): function

Completed in 152 milliseconds