Home
last modified time | relevance | path

Searched defs:catalog (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/src/pdf/
DSkPDFTypes.cpp22 void SkPDFObject::emit(SkWStream* stream, SkPDFCatalog* catalog, in emit()
28 size_t SkPDFObject::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
37 void SkPDFObject::emitIndirectObject(SkWStream* stream, SkPDFCatalog* catalog) { in emitIndirectObject()
44 size_t SkPDFObject::getIndirectOutputSize(SkPDFCatalog* catalog) { in getIndirectOutputSize()
80 void SkPDFObjRef::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
87 size_t SkPDFObjRef::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
95 void SkPDFInt::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
106 void SkPDFBool::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
116 size_t SkPDFBool::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
127 void SkPDFScalar::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
[all …]
DSkPDFStream.cpp16 static bool skip_compression(SkPDFCatalog* catalog) { in skip_compression()
53 void SkPDFStream::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
69 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
99 bool SkPDFStream::populate(SkPDFCatalog* catalog) { in populate()
DSkPDFPage.cpp24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, in finalizePage()
49 off_t SkPDFPage::getPageSize(SkPDFCatalog* catalog, off_t fileOffset) { in getPageSize()
55 void SkPDFPage::emitPage(SkWStream* stream, SkPDFCatalog* catalog) { in emitPage()
62 SkPDFCatalog* catalog, in GeneratePageTree()
DSkPDFGraphicState.cpp72 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
79 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
DSkPDFDocument.cpp21 SkPDFCatalog* catalog) { in addResourcesToCatalog()
27 static void perform_font_subsetting(SkPDFCatalog* catalog, in perform_font_subsetting()
DSkPDFImage.cpp23 static bool skip_compression(SkPDFCatalog* catalog) { in skip_compression()
586 bool SkPDFImage::populate(SkPDFCatalog* catalog) { in populate()
/external/skia/src/pdf/
DSkPDFTypes.cpp22 void SkPDFObject::emit(SkWStream* stream, SkPDFCatalog* catalog, in emit()
28 size_t SkPDFObject::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
37 void SkPDFObject::emitIndirectObject(SkWStream* stream, SkPDFCatalog* catalog) { in emitIndirectObject()
44 size_t SkPDFObject::getIndirectOutputSize(SkPDFCatalog* catalog) { in getIndirectOutputSize()
80 void SkPDFObjRef::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
87 size_t SkPDFObjRef::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
95 void SkPDFInt::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
106 void SkPDFBool::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
116 size_t SkPDFBool::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
127 void SkPDFScalar::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
[all …]
DSkPDFStream.cpp16 static bool skip_compression(SkPDFCatalog* catalog) { in skip_compression()
53 void SkPDFStream::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
69 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
99 bool SkPDFStream::populate(SkPDFCatalog* catalog) { in populate()
DSkPDFPage.cpp24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, in finalizePage()
49 off_t SkPDFPage::getPageSize(SkPDFCatalog* catalog, off_t fileOffset) { in getPageSize()
55 void SkPDFPage::emitPage(SkWStream* stream, SkPDFCatalog* catalog) { in emitPage()
62 SkPDFCatalog* catalog, in GeneratePageTree()
DSkPDFGraphicState.cpp72 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
79 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
DSkPDFDocument.cpp21 SkPDFCatalog* catalog) { in addResourcesToCatalog()
27 static void perform_font_subsetting(SkPDFCatalog* catalog, in perform_font_subsetting()
DSkPDFImage.cpp23 static bool skip_compression(SkPDFCatalog* catalog) { in skip_compression()
586 bool SkPDFImage::populate(SkPDFCatalog* catalog) { in populate()
/external/stlport/stlport/stl/
D_messages_facets.h45 typedef int catalog; typedef
57 typedef messages_base::catalog catalog; typedef
90 typedef messages_base::catalog catalog; typedef
126 typedef messages_base::catalog catalog; typedef
154 typedef messages_base::catalog catalog; typedef
/external/stlport/src/
Dmessage_facets.h92 void erase(messages_base::catalog) in erase()
119 typedef messages_base::catalog catalog; typedef
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java497 public ResultSet getProcedures(String catalog, String schemaPattern, in getProcedures()
503 public ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
511 public ResultSet getTables(String catalog, String schemaPattern, in getTables()
587 public ResultSet getColumns(String catalog, String schemaPattern, in getColumns()
684 public ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges()
705 public ResultSet getTablePrivileges(String catalog, String schemaPattern, in getTablePrivileges()
725 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier()
840 public ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns()
859 public ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
1022 public ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
[all …]
/external/skia/tests/
DPDFPrimitivesTest.cpp79 SkPDFCatalog catalog(docFlags); in CheckObjectOutput() local
170 SkPDFCatalog catalog((SkPDFDocument::Flags)0); in TestCatalog() local
200 SkPDFCatalog catalog((SkPDFDocument::Flags)0); in TestObjectRef() local
225 SkPDFCatalog catalog((SkPDFDocument::Flags)0); in TestSubstitute() local
/external/apache-http/src/org/apache/http/impl/
DDefaultHttpResponseFactory.java66 public DefaultHttpResponseFactory(ReasonPhraseCatalog catalog) { in DefaultHttpResponseFactory()
/external/chromium_org/third_party/libxml/src/
DtestThreadsWin32.c19 static const char *catalog = "test/threads/complex.xml"; variable
DtestThreads.c29 static const char *catalog = "test/threads/complex.xml"; variable
/external/chromium/chrome/common/extensions/
Dextension_message_bundle.cc76 DictionaryValue* catalog = (*it).get(); in Init() local
133 const DictionaryValue& catalog, in GetMessageValue()
Dextension_l10n_util.cc277 linked_ptr<DictionaryValue> catalog( in LoadMessageCatalogs() local
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java74 final ReasonPhraseCatalog catalog, in BasicHttpResponse()
/external/qemu/block/
Dbochs.c51 uint32_t catalog; // num of entries member
71 uint32_t catalog; // num of entries member
/external/chromium_org/chrome/common/extensions/
Dextension_l10n_util.cc389 linked_ptr<base::DictionaryValue> catalog( in LoadMessageCatalogs() local
421 scoped_ptr<DictionaryValue> catalog( in ValidateExtensionLocales() local
/external/chromium/chrome/browser/extensions/
Dsandboxed_extension_unpacker.cc571 DictionaryValue* catalog; in RewriteCatalogFiles() local

12