Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
stream_dict_common.h
Go to the documentation of this file.
1// Copyright 2018 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CONSTANTS_STREAM_DICT_COMMON_H_
6#define CONSTANTS_STREAM_DICT_COMMON_H_
7
8namespace pdfium {
9namespace stream {
10
11extern const char kLength[];
12extern const char kFilter[];
13extern const char kDecodeParms[];
14extern const char kF[];
15extern const char kDL[];
16
17} // namespace stream
18} // namespace pdfium
19
20#endif // CONSTANTS_STREAM_DICT_COMMON_H_
const char kDecodeParms[]