Home
last modified time | relevance | path

Searched refs:drawing (Results 1 – 25 of 104) sorted by relevance

12345

/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-reading-tag-info.py13 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/
Dtdemo_lindenmayer_indian.py68 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/skia/site/user/api/
Dskcanvas.md4 *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
Dskpaint.md36 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/skia/site/dev/design/
Dpdftheory.md28 * [PDF drawing](#PDF_drawing)
45 SkDevice can be set on an SkCanvas and drawn to. Once drawing to
186 <span id="PDF_drawing">PDF drawing</span>
189 Most drawing in PDF is specified by the text of a stream, referred to
194 image, or text, or to do meta operations like set the drawing color,
195 apply a transform to the drawing coordinates, or clip future drawing
202 explained later), SkPDFDevice records each drawing operation into an
251 ones that correspond to drawing options in Skia are: color, alpha,
256 then set the drawing parameters to the values specified in that
276 Similar to Skia, PDF allows drawing to be clipped or
[all …]
/external/ImageMagick/MagickWand/
DMakefile.am38 MagickWand/drawing-wand.c \
39 MagickWand/drawing-wand.h \
88 MagickWand/drawing-wand.h \
DAndroid.mk30 drawing-wand.c \
DChangeLog46 * Do not filter drawing commands.
152 the drawing attributes.
198 * CloneDrawingWand() no longer faults when the supplied drawing wand has not
355 * Convert several drawing wand methods from void to MagickBooleanType so
359 * We now export the DrawComposite() drawing wand method as a public method.
/external/chromium-trace/catapult/systrace/systrace/test_data/
Ddecompressed_atrace_data.txt49 … <...>-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/swiftshader/src/OpenGL/libGL/
DContext.cpp178 drawing = false; in Context()
3052 if(drawing) in loadIdentity()
3088 if(drawing) in rotate()
3098 if(drawing) in translate()
3108 if(drawing) in scale()
3118 if(drawing) in multiply()
3128 if(drawing) in multiply()
3138 if(drawing) in frustum()
3148 if(drawing) in ortho()
3158 if(drawing) in setLightingEnabled()
[all …]
/external/skia/
DREADME1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-24.data14 text: Pretty vector drawing.
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/
DBasicTnL.txt8 …demonstration of basic transformation and lighting, growing on the basic drawing techniques learnt…
/external/deqp/doc/testspecs/GLES31/
Dfunctional.draw_indirect.txt19 Indirect drawing tests
42 Primitive drawing cases draw a group of primitives with random generated
Dfunctional.geometry_shading.txt65 by drawing a separate triangle for each geometry shader input vertex.
101 instanced drawing. As in the geometry_N_invocations, a group of primitives is
105 primitive type and then try to use the shader when drawing with an incompatible
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/
DHelloAPI.txt8 … step-by-step, through the process of initializing a window using :API:, drawing a triangle in it …
/external/llvm/test/YAMLParser/
Dspec-02-24.test16 text: Pretty vector drawing.
/external/skia/site/user/
Dindex.md6 The Skia graphics library can be used for drawing Text, Geometries, and Images:
/external/ImageMagick/Magick++/
DNEWS77 image to use while drawing stroked object outlines and while filling
175 parameters (for drawing dashed lines).
186 all current ImageMagick drawing capabilities using a list-based paradigm.
187 New drawing capabilities include coordinate transformations and the
194 * Fixed bug with setting text drawing options.
225 * Dramatically improved performance for text annotation and drawing.
354 * Added support for flood-filling and drawing with texture.
DChangeLog327 * lib/Image.cpp (draw): Use draw.h drawing APIs to draw on image.
413 * lib/Image.cpp (draw): Properly delimit individual drawing
527 use as pattern while drawing stroked-outlines of drawn objects.
874 drawing vector objects. Similar to SVG stroke-dashoffset.
876 for drawing vector objects. Similar to SVG stroke-dasharray
907 coordinate system for use when annotating with text or drawing
909 annotating with text or drawing
911 with text or drawing.
913 annotating with text or drawing.
915 annotating with text or drawing.
[all …]
/external/clang/test/Sema/
Dnowarn-documentation-property.m6 /// The full predicate to be used for drawing objects from the store.
/external/python/cpython2/Doc/library/
Dturtle.rst23 direction it is facing, drawing a line as it moves. Give it the command
44 the drawing turtles. Its constructor needs a :class:`Tkinter.Canvas` or a
137 More drawing control
583 Speeds from 1 to 10 enforce increasingly faster animation of line drawing
754 Pull the pen down -- drawing when moving.
761 Pull the pen up -- no drawing when moving.
982 Call ``fill(True)`` before drawing the shape you want to fill, and
998 Call just before drawing a shape to be filled. Equivalent to ``fill(True)``.
1014 More drawing control
1069 middle of doing some complex drawing, because hiding the turtle speeds up the
[all …]
/external/skia/site/dev/testing/
Dfonts.md69 Each gm specifies the typeface to use when drawing text. For now, to set the
116 other gm tests use text only to label the drawing; yet other gm tests use text
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst155 When drawing a stippled line, each bit in the stipple pattern is
159 omits the last pixel to avoid double-drawing pixels at the ends of lines
160 when drawing connected lines.
196 Specifies how the value for each shader output should be computed when drawing
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fence_sync.txt35 Fence sync functionality is tested by drawing a small or large number of

12345