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.cpp
Go to the documentation of this file.
1
// Copyright 2021 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
#
include
"constants/stream_dict_common.h"
6
7
namespace
pdfium
::
stream
{
8
9
// PDF 1.7 spec, table 3.4.
10
// Entries common to all stream dictionaries.
11
//
12
// TODO(https://crbug.com/pdfium/1049): Examine all usages of "Length",
13
// "Filter", and "F".
14
const
char
kLength
[] =
"Length"
;
15
const
char
kFilter
[] =
"Filter"
;
16
const
char
kDecodeParms
[] =
"DecodeParms"
;
17
const
char
kF
[] =
"F"
;
18
const
char
kDL
[] =
"DL"
;
19
20
}
// namespace pdfium::stream
pdfium::CFDETextOutLargeBitmapTest
Definition
cfde_textout_unittest.cpp:117
pdfium::stream
Definition
stream_dict_common.cpp:7
pdfium::stream::kDL
const char kDL[]
Definition
stream_dict_common.cpp:18
pdfium::stream::kF
const char kF[]
Definition
stream_dict_common.cpp:17
pdfium::stream::kLength
const char kLength[]
Definition
stream_dict_common.cpp:14
pdfium::stream::kDecodeParms
const char kDecodeParms[]
Definition
stream_dict_common.cpp:16
pdfium::stream::kFilter
const char kFilter[]
Definition
stream_dict_common.cpp:15
qtwebengine
src
3rdparty
chromium
third_party
pdfium
constants
stream_dict_common.cpp
Generated on
for Qt by
1.14.0