Home
last modified time | relevance | path

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

123456

/external/icu/icu4c/source/test/testdata/
DBidiTest.txt106 PDF; 7
163 LRE PDF; 7
169 LRO PDF; 7
175 RLE PDF; 7
181 RLO PDF; 7
183 PDF LRE; 7
184 PDF LRO; 7
185 PDF RLE; 7
186 PDF RLO; 7
187 PDF PDF; 7
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt106 PDF; 7
163 LRE PDF; 7
169 LRO PDF; 7
175 RLE PDF; 7
181 RLO PDF; 7
183 PDF LRE; 7
184 PDF LRO; 7
185 PDF RLE; 7
186 PDF RLO; 7
187 PDF PDF; 7
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt106 PDF; 7
163 LRE PDF; 7
169 LRO PDF; 7
175 RLE PDF; 7
181 RLO PDF; 7
183 PDF LRE; 7
184 PDF LRO; 7
185 PDF RLE; 7
186 PDF RLO; 7
187 PDF PDF; 7
[all …]
/external/skia/site/dev/design/
Dpdftheory.md1 PDF Theory of Operation
9 * Add section "Using the PDF backend"
14 To make use of Skia's PDF backend, see
15 [Using Skia's PDF Backend](../../user/sample/pdf).
17 Internally, Skia uses SkPDFDocument and SkPDFDevice to represent PDF
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)
42 Typical usage of the PDF backend
45 SkPDFDevice is the main interface to the PDF backend. This child of
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbididat.c145 RLE, WS, R, R, R, WS, PDF, WS, B
162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
203 WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, AL, WS, PDF, /* 20 entries */
204 WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, BN, BN, ON, PDF /* 18 entries */
282 ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S, LRE, LRO, B
307 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
Dcbiditst.h51 #define PDF U_POP_DIRECTIONAL_FORMAT macro
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java37 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in TestData
58 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
62 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
67 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
70 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
71 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF,
72 BN, BN, ON, PDF }, // 9
93 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
95 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
97 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
DTestClassOverride.java31 private static final int PDF = TestData.PDF; field in TestClassOverride
50 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java38 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in TestData
59 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
63 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
68 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
71 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
72 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF,
73 BN, BN, ON, PDF }, // 9
94 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
96 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
98 { 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/skia/site/user/sample/
Dpdf.md1 Using Skia's PDF Backend
4 Here is an example of using Skia's PDF backend in the recommended way:
/external/skia/gyp/
Dpdf.gyp5 # This file builds the PDF backend.
45 # Add SFTNLY support for PDF (which in turns depends on ICU)
/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/avahi/common/
Ddoxygen.m414 # 'XML', 'PDF' and 'PS' for the appropriate output formats. The environment
18 # By default, HTML, PDF and PS documentation is generated as this seems to be
267 # PDF file generation:
268 DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
275 # LaTeX generation for PS and/or PDF:
284 # Paper size for PS and/or PDF:
/external/pdfium/docs/
Ddocumentation.md9 A sample consumer of this library is Chromium's PDF plugin. You can see the
/external/slf4j/
D.gitattributes20 *.PDF diff=astextplain
/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/skia/resources/
Dslides_content.lua8 - PDF
/external/tcpdump/
D.gitattributes23 *.PDF diff=astextplain
/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/libvorbis/doc/
DVorbis_I_spec.tex25 % Hyperref enriches the generated PDF with clickable links,
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.

123456