Home
last modified time | relevance | path

Searched refs:PDF (Results 1 – 25 of 127) sorted by relevance

123456

/external/icu/icu4c/source/test/testdata/
DBidiTest.txt107 PDF; 7
164 LRE PDF; 7
170 LRO PDF; 7
176 RLE PDF; 7
182 RLO PDF; 7
184 PDF LRE; 7
185 PDF LRO; 7
186 PDF RLE; 7
187 PDF RLO; 7
188 PDF PDF; 7
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt107 PDF; 7
164 LRE PDF; 7
170 LRO PDF; 7
176 RLE PDF; 7
182 RLO PDF; 7
184 PDF LRE; 7
185 PDF LRO; 7
186 PDF RLE; 7
187 PDF RLO; 7
188 PDF PDF; 7
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt107 PDF; 7
164 LRE PDF; 7
170 LRO PDF; 7
176 RLE PDF; 7
182 RLO PDF; 7
184 PDF LRE; 7
185 PDF LRO; 7
186 PDF RLE; 7
187 PDF RLO; 7
188 PDF PDF; 7
[all …]
/external/skia/site/dev/design/
Dpdftheory.md1 PDF Theory of Operation
9 * Add section "Using the PDF backend"
14 Internally, SkPDFDocument and SkPDFDevice represents PDF documents and
19 See [Using Skia's PDF Backend](../../user/sample/pdf) to find out how
26 * [Typical usage of the PDF backend](#Typical_usage_of_the_PDF_backend)
27 * [PDF Objects and Document Structure](#PDF_Objects_and_Document_Structure)
28 * [PDF drawing](#PDF_drawing)
41 <span id="Typical_usage_of_the_PDF_backend">Typical usage of the PDF backend</span>
44 SkPDFDevice is the main interface to the PDF backend. This child of
51 serializing the PDF file.
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbididat.c148 RLE, WS, R, R, R, WS, PDF, WS, B
165 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
186 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
206 WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, AL, WS, PDF, /* 20 entries */
207 WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, BN, BN, ON, PDF /* 18 entries */
285 ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S, LRE, LRO, B
310 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
Dcbiditst.h50 #define PDF U_POP_DIRECTIONAL_FORMAT macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java39 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in TestData
60 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
64 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
69 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
72 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
73 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF,
74 BN, BN, ON, PDF }, // 9
95 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
97 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
99 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
DTestClassOverride.java35 private static final int PDF = TestData.PDF; field in TestClassOverride
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java40 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in TestData
61 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
65 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
70 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
73 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
74 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF,
75 BN, BN, ON, PDF }, // 9
96 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
98 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
100 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
DTestClassOverride.java36 private static final int PDF = TestData.PDF; field in TestClassOverride
55 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
/external/nist-pkits/
Dgenerate-tests.sh40 PDF="${1}"
43 if [ ! -f "${PDF}" -o "${PDF#${PDF%.pdf}}" != ".pdf" ]; then
71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
94 shasum_file "${PDF}" >> pkits.version
/external/skia/site/user/sample/
Dpdf.md1 Using Skia's PDF Backend
4 Here is an example of using Skia's PDF backend (SkPDF) via the
47 there is no simple PDF-ish way to handle it.
55 + **expand** means to implement something in a non-PDF-ish way.
80 supported by PDF: DstOver, SrcIn, DstIn, SrcOut, DstOut, SrcATop,
/external/pdfium/testing/resources/javascript/
Dapp_repsonse_expected.txt1 PDF: question, defaultValue=, label=, isPassword=0, length=2048
5 PDF: question, defaultValue=, label=, isPassword=0, length=2048
/external/pdfium/docs/
Dgetting-started.md6 example of using PDFium see the [Chromium PDF Plugin][chrome-plugin].
93 [PDF Editing Guide][pdfium-edit-guide].
97 provide a `FPDF_BYTESTRING` which is the password needed to unlock the PDF, if
102 loading from memory you'll provide a data buffer containing the PDF and its
151 fprintf(stderr, "File not in PDF format or corrupted");
/external/tpm2/
DREADME6 The specification consists of four separate PDF files, two of them, part 3 and
9 To extract the C code from PDF files, first they were converted to text using
/external/slf4j/
D.gitattributes20 *.PDF diff=astextplain
/external/pdfium/testing/resources/
Dbug_644.in38 /ProcSet [/PDF /Text /ImageC]
/external/skia/site/user/
Dindex.md17 * PDF
/external/pdfium/testing/resources/pixel/
Dbug_512557.in46 /ProcSet[/PDF/ImageB]
Dbug_71.in22 /PDF
Dbug_551258_1.in38 % Earlier version of PDF doesn't require EOL before 'endstream'. If the length
/external/valgrind/docs/
DREADME40 - PDF file
60 automake target, but does nothing.) Likewise for PDF/PS with 'make
79 Notes on building PDF / PS documents
81 Below are random notes and recollections about how to build PDF / PS
/external/skia/resources/
Dslides_content.lua8 - PDF
/external/tcpdump/
D.gitattributes23 *.PDF diff=astextplain
/external/libcups/filter/
Dpostscript-driver.shtml5 … for many common formats, for example to convert Portable Document Format (PDF) files into device-…
224 <h3>Custom PDF Filters</h3>
226PDF files while the <tt>application/vnd.cups-pdf</tt> file type is used for filtered PDF files. Us…
232 <p>For unfiltered PDF files, use:</p>
238 <p>Custom PDF filters that accept filtered data do not need to perform number-up processing and oth…

123456