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

  /external/chromium_org/ppapi/cpp/private/
flash_font_file.h 19 class FontFile : public Resource {
21 // Default constructor for making an is_null() FontFile resource.
22 FontFile();
23 FontFile(const InstanceHandle& instance,
26 virtual ~FontFile();
flash_font_file.cc 25 FontFile::FontFile() {
28 FontFile::FontFile(const InstanceHandle& instance,
37 FontFile::~FontFile() {
41 bool FontFile::IsAvailable() {
45 bool FontFile::GetFontTable(uint32_t table,
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 191 SkPdfStream* SkPdfFontDescriptorDictionary::FontFile(SkPdfNativeDoc* doc) {
192 SkPdfNativeObject* ret = get("FontFile", "");
200 return get("FontFile", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 191 SkPdfStream* SkPdfFontDescriptorDictionary::FontFile(SkPdfNativeDoc* doc) {
192 SkPdfNativeObject* ret = get("FontFile", "");
200 return get("FontFile", "") != NULL;

Completed in 450 milliseconds