Searched refs:outlines (Results 1 – 25 of 77) sorted by relevance
1234
/external/perfetto/tools/ |
D | gen_amalgamated_python_tools | 48 outlines = [] 58 outlines.append('\n# ----- Amalgamator: begin of %s\n' % fpath) 59 outlines += amalgamate_file(fpath, stack + [fname], done, in_progress) 60 outlines.append('\n# ----- Amalgamator: end of %s\n' % fpath) 67 outlines.append(line) 69 logging.debug('%s: %d lines', fname, len(outlines)) 70 return outlines
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_bookmarktree.cpp | 29 RetainPtr<const CPDF_Dictionary> outlines = root->GetDictFor("Outlines"); in GetFirstChild() local 30 return outlines ? CPDF_Bookmark(outlines->GetDictFor("First")) in GetFirstChild()
|
/external/zstd/contrib/freestanding_lib/ |
D | freestanding.py | 262 outlines = [] 278 outlines.append(line) 287 outlines.append(line) 299 outlines.append(line) 391 outlines.append(newline) 397 outlines.append(line) 409 outlines += replace 412 return changed, outlines 421 changed, outlines = self._preprocess_once() 422 self._inlines = outlines [all …]
|
/external/google-fonts/arbutus-slab/ |
D | FONTLOG.txt | 25 3. ArbutusSlab-TTF.sfd TrueType outlines with 28 3. ArbutusSlab.otf PostScript outlines OTF-CFF font.
|
/external/cronet/third_party/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/libtextclassifier/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/webrtc/third_party/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/openscreen/third_party/abseil/src/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/angle/third_party/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/tensorflow/third_party/absl/abseil-cpp/ |
D | UPGRADES.md | 12 outlines this process.
|
/external/fonttools/Tests/cu2qu/ |
D | ufo_test.py | 179 def test_incompatible_glyphs(self, outlines, exception, message): argument 181 for i, outline in enumerate(outlines):
|
/external/dokka/core/src/main/kotlin/Formats/ |
D | DacOutlineService.kt | 23 val outlines = listOf(tocOutline) constant 27 for (outline in outlines) { in generateOutlines()
|
/external/freetype/src/tools/ftrandom/ |
D | README | 28 --check-outlines Call `FT_Outline_Decompose' on each glyph.
|
/external/catch2/docs/ |
D | limitations.md | 58 This section outlines some missing features, what is their status and their possible workarounds. 105 This section outlines known bugs in 3rd party components (this means compilers, standard libraries,…
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | network-stacks.md | 9 This page outlines how to configure ExoPlayer to use your network stack of 131 The table below outlines the pros and cons of the network stacks supported by
|
D | shrinking.md | 9 page outlines some simple steps that can help to achieve this.
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | network-stacks.md | 9 This page outlines how to configure ExoPlayer to use your network stack of 131 The table below outlines the pros and cons of the network stacks supported by
|
D | shrinking.md | 9 page outlines some simple steps that can help to achieve this.
|
/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/ |
D | build_convert.md | 9 microcontrollers. It also outlines the supported operations and gives some
|
/external/okio/docs/ |
D | code_of_conduct.md | 9 This code of conduct outlines our expectations for participants, as well as steps to reporting
|
/external/lottie/ |
D | CODE_OF_CONDUCT.md | 7 This code of conduct outlines our expectations for all those who participate in our community, as w…
|
/external/fonttools/Doc/source/ |
D | index.rst | 79 - :py:mod:`fontTools.pens`: Various classes for manipulating glyph outlines
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/ |
D | ExperimentalFeatures.rst | 20 equivalent has shipped in the library. This document outlines the details of
|
1234