HomeSort by relevance Sort by last modified time
    Searched defs:pdf_info (Results 1 - 3 of 3) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image_platform.h 50 } pdf_info; member in struct:__anon53095
  /external/skia/tools/shape/
using_skia_and_harfbuzz.cpp 181 SkDocument::PDFMetadata pdf_info; local
182 pdf_info.fTitle = config.title.value.c_str();
183 pdf_info.fAuthor = config.author.value.c_str();
184 pdf_info.fSubject = config.subject.value.c_str();
185 pdf_info.fKeywords = config.keywords.value.c_str();
186 pdf_info.fCreator = config.creator.value.c_str();
190 pdf_info.fCreation.fEnabled = true;
191 pdf_info.fCreation.fDateTime = now;
192 pdf_info.fModified.fEnabled = true;
193 pdf_info.fModified.fDateTime = now
    [all...]
  /external/skqp/tools/shape/
using_skia_and_harfbuzz.cpp 181 SkDocument::PDFMetadata pdf_info; local
182 pdf_info.fTitle = config.title.value.c_str();
183 pdf_info.fAuthor = config.author.value.c_str();
184 pdf_info.fSubject = config.subject.value.c_str();
185 pdf_info.fKeywords = config.keywords.value.c_str();
186 pdf_info.fCreator = config.creator.value.c_str();
190 pdf_info.fCreation.fEnabled = true;
191 pdf_info.fCreation.fDateTime = now;
192 pdf_info.fModified.fEnabled = true;
193 pdf_info.fModified.fDateTime = now
    [all...]

Completed in 180 milliseconds