/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-reading-tag-info.py | 13 self.drawing = Canvas(self, width="5i", height="5i") 16 pgon = self.drawing.create_polygon( 30 option_value = self.drawing.itemconfig(pgon, "stipple") 32 option_value = self.drawing.itemconfig(pgon, "fill") 37 option_value = self.drawing.itemconfig(pgon, "tags") 40 self.drawing.pack(side=LEFT)
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_lindenmayer_indian.py | 68 drawing = replace(snake_start, snake_replacementRules, 3) 77 draw(drawing, snake_rules) 111 drawing = replace(krishna_start, krishna_replacementRules, 3) 112 draw(drawing, krishna_rules)
|
/external/python/cpython3/Lib/turtledemo/ |
D | lindenmayer.py | 68 drawing = replace(snake_start, snake_replacementRules, 3) 77 draw(drawing, snake_rules) 111 drawing = replace(krishna_start, krishna_replacementRules, 3) 112 draw(drawing, krishna_rules)
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_draw_parameters.txt | 44 processed by a Multi* variant of drawing command. 70 drawing commands to draw triangle strips. Use different parameters 71 values for each command. Create separated test cases for each drawing 74 List of drawing commands: 83 Verify if drawing result is as expected by reading pixels from the 94 - Updated list of drawing commands.
|
/external/rust/crates/plotters/ |
D | CHANGELOG.md | 32 - Most code `plotters::drawing::backend\_impl::\* ` (expect `MockedBackend` for testing purpose) is… 61 …ering by saving the previous chart context into a state and restore it on a different drawing area. 102 - Bitmap element which allows blit the image to another drawing area. 119 - Allow label area is on the top of the drawing area by setting the label area size to negative (Th… 193 - Supporting split the drawing area with a list of breakpoints using `DrawingArea::split_by_breakpo… 199 - Rectangle drawing bug when the axis is reversed 208 - Make drawing errors shareable across threads. Otherwise, it causes compile error in some cases. (… 217 …drawing area with `&Rc<RefCell<DrawingBackend>>`. Previously, the drawing area creation requires t… 223 - ChartContext now support drawing axis description. Use `MeshStyle::x_desc` and `MeshStyle::y_desc… 225 - Mocking drawing backend. [all …]
|
D | README.md | 1 # Plotters - A Rust drawing library focus on data plotting for both WASM and native applications … 19 Plotters is drawing library designed for rendering figures, plots, and charts, in pure rust. Plotte… 134 + [Drawing Back-ends](#drawing-backends) 135 + [Drawing Area](#drawing-area) 192 Plotters now supports integrate with `evcxr` and is able to interactively drawing plots in Jupyter … 293 …lotters can use different drawing back-ends, including SVG, BitMap, and even real-time rendering. … 298 // Create a 800*600 bitmap and start drawing 310 Plotters uses a concept called drawing area for layout purpose. 312 This is done by creating sub-drawing-areas. 314 Besides that, the drawing area also allows the customized coordinate system, by doing so, the coord… [all …]
|
/external/skia/site/docs/user/api/ |
D | skcanvas_overview.md | 11 *The drawing context* 18 Here is an example of a set of drawing commands to draw a filled 27 SkCanvas is the drawing context for Skia. It knows where to direct the 28 drawing (i.e. where the screen of offscreen pixels are), and maintains 31 store any other drawing attributes in the context (e.g. color, pen 44 this by drawing an enormous rectangle, but there are easier ways to do
|
D | _index.md | 18 - [SkCanvas](https://api.skia.org/classSkCanvas.html#details) - drawing context 37 drawing commands 48 - [SkSurface](https://api.skia.org/classSkSurface.html#details) - drawing 79 stylistic attributes of the drawing are controlled by the paint. 83 1. [SkCanvas Overview](/docs/user/api/skcanvas_overview) - the drawing context
|
D | skpaint_overview.md | 43 them as is, or modifying them as the drawing proceeds. 49 the drawing pipeline, that when referenced by a paint (each of them is 50 reference-counted), are called to override some part of the drawing 82 a specific font style, to be used for measuring and drawing 83 text. Speaking of which, paints are used not only for drawing text,
|
/external/skqp/site/user/api/ |
D | skcanvas_overview.md | 4 *The drawing context* 11 Here is an example of a set of drawing commands to draw a filled 20 SkCanvas is the drawing context for Skia. It knows where to direct the 21 drawing (i.e. where the screen of offscreen pixels are), and maintains 24 store any other drawing attributes in the context (e.g. color, pen 37 this by drawing an enormous rectangle, but there are easier ways to do
|
D | index.md | 11 * [SkCanvas](/user/api/SkCanvas_Reference) - drawing context 22 * [SkPicture](/user/api/SkPicture_Reference) - sequence of drawing commands 28 * [SkSurface](/user/api/SkSurface_Reference) - drawing destination 61 attributes of the drawing are controlled by the paint. 65 1. [SkCanvas Overview](/user/api/skcanvas_overview) - the drawing context
|
D | skpaint_overview.md | 36 them as is, or modifying them as the drawing proceeds. 42 the drawing pipeline, that when referenced by a paint (each of them is 43 reference-counted), are called to override some part of the drawing 75 a specific font style, to be used for measuring and drawing 76 text. Speaking of which, paints are used not only for drawing text,
|
/external/rust/crates/plotters/src/ |
D | lib.rs | 689 pub mod drawing; module 698 pub use crate::drawing::{check_color, create_mocked_drawing_area}; 728 pub use crate::drawing::*; 778 Result<T, crate::drawing::DrawingAreaErrorKind<D::ErrorType>>;
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 28 * [PDF drawing](#PDF_drawing) 45 SkDevice can be set on an SkCanvas and drawn to. Once drawing to 182 <span id="PDF_drawing">PDF drawing</span> 185 Most drawing in PDF is specified by the text of a stream, referred to 190 image, or text, or to do meta operations like set the drawing color, 191 apply a transform to the drawing coordinates, or clip future drawing 198 explained later), SkPDFDevice records each drawing operation into an 239 ones that correspond to drawing options in Skia are: color, alpha, 244 then set the drawing parameters to the values specified in that 264 Similar to Skia, PDF allows drawing to be clipped or [all …]
|
/external/skia/site/docs/dev/design/ |
D | pdftheory.md | 28 - [PDF drawing](#PDF_drawing) 43 be set on an SkCanvas and drawn to. Once drawing to the canvas is complete 166 ## <span id="PDF_drawing">PDF drawing</span> 168 Most drawing in PDF is specified by the text of a stream, referred to as a 173 the drawing color, apply a transform to the drawing coordinates, or clip future 174 drawing operations. The page object that references a content stream has a list 179 (which will be explained later), SkPDFDevice records each drawing operation into 216 correspond to drawing options in Skia are: color, alpha, line cap, line join 220 content stream can then set the drawing parameters to the values specified in 238 Similar to Skia, PDF allows drawing to be clipped or transformed. However, there [all …]
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/ |
D | FreehandView.java | 25 private boolean drawing = false; field in FreehandView 53 if (sPoints != null && !drawing) { in onTouchEvent() 84 drawing = true; in onTouchEvent() 96 drawing = false; in onTouchEvent()
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.3.rst | 112 - radeonsi: skip drawing if the tess factor ring allocation fails 113 - radeonsi: skip drawing if GS ring allocations fail 116 - radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or upload 117 - radeonsi: skip drawing if PS fails to compile or upload 118 - radeonsi: skip drawing if updating the scratch buffer fails
|
/external/angle/extensions/ |
D | CHROMIUM_sync_query.txt | 27 a COMMANDS_COMPLETED_CHROMIUM query is available, all drawing commands 30 other outstanding drawing commands are issued subsequent to the query).
|
/external/ImageMagick/MagickWand/ |
D | Makefile.am | 38 MagickWand/drawing-wand.c \ 39 MagickWand/drawing-wand.h \ 88 MagickWand/drawing-wand.h \
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | decompressed_atrace_data.txt | 49 … <...>-18964 (-----) [002] ...1 683202.135819: tracing_mark_write: B|18926|flush drawing commands 140 … <...>-18964 (-----) [005] ...1 683202.167508: tracing_mark_write: B|18926|flush drawing commands 190 … <...>-18964 (-----) [005] ...1 683202.172618: tracing_mark_write: B|18926|flush drawing commands 274 … <...>-18964 (-----) [005] ...1 683202.187645: tracing_mark_write: B|18926|flush drawing commands 361 … <...>-18964 (-----) [005] ...1 683202.212151: tracing_mark_write: B|18926|flush drawing commands 411 … <...>-18964 (-----) [005] ...1 683202.215916: tracing_mark_write: B|18926|flush drawing commands 476 … <...>-18964 (-----) [005] ...1 683202.231774: tracing_mark_write: B|18926|flush drawing commands 553 … <...>-18964 (-----) [004] ...1 683202.247819: tracing_mark_write: B|18926|flush drawing commands 629 … <...>-18964 (-----) [004] ...1 683202.264355: tracing_mark_write: B|18926|flush drawing commands 705 … <...>-18964 (-----) [004] ...1 683202.281816: tracing_mark_write: B|18926|flush drawing commands [all …]
|
/external/skia/site/docs/user/ |
D | color.md | 22 All color managed drawing is divided into six parts, three steps connecting the 48 Whenever we're about to do some drawing we look at which of those steps we 69 you're drawing opaque colors in a given color space to a destination tagged 87 steps 2-5 as listed above, maintaining an unmanaged color mode of drawing
|
/external/skqp/docs/ |
D | SkPicture_Reference.bmh | 11 Picture records drawing commands made to Canvas. The command stream may be 17 Picture may contain any Canvas drawing command, as well as one or more 20 recording or drawing Picture. 37 passed as a parameter to SkPicture::playback, to stop it before all drawing 197 #Line # replays drawing commands on canvas ##
|
/external/skia/ |
D | README | 1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
|
/external/skqp/ |
D | README | 1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-24.data | 14 text: Pretty vector drawing.
|