HomeSort by relevance Sort by last modified time
    Searched refs:drawing (Results 1 - 25 of 29) sorted by null

1 2

  /external/python/cpython2/Demo/tkinter/matt/
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/
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/
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/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
FreehandView.java 25 private boolean drawing = false; field in class:FreehandView
53 if (sPoints != null && !drawing) {
84 drawing = true;
96 drawing = false;
  /external/skia/tools/lua/
filter-counter.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape.lua 26 canvas that we will be drawing into, and the name of the file.
40 Called when the current canvas is done drawing.
glyph-counts.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape_dashing.lua 27 canvas that we will be drawing into, and the name of the file.
41 Called when the current canvas is done drawing.
glyph-usage.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape_dashing_full.lua 5 canvas that we will be drawing into, and the name of the file.
19 Called when the current canvas is done drawing.
  /external/skqp/tools/lua/
filter-counter.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape.lua 26 canvas that we will be drawing into, and the name of the file.
40 Called when the current canvas is done drawing.
glyph-counts.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape_dashing.lua 27 canvas that we will be drawing into, and the name of the file.
41 Called when the current canvas is done drawing.
glyph-usage.lua 25 canvas that we will be drawing into, and the name of the file.
39 Called when the current canvas is done drawing.
scrape_dashing_full.lua 5 canvas that we will be drawing into, and the name of the file.
19 Called when the current canvas is done drawing.
  /external/tensorflow/tensorflow/python/kernel_tests/
draw_bounding_box_op_test.py 104 """Test if drawing bounding box on a GRY image works."""
  /external/python/cpython2/Demo/tkinter/guido/
paint.py 25 """paint.py: not exactly a paint program.. just a smooth line drawing demo."""
  /external/mesa3d/docs/specs/
MESA_configless_context.spec 54 Additions to the EGL Specification section "2.2 Rendering Contexts and Drawing
117 drawing. However, this extension deliberately does not specify any
  /external/walt/docs/
ScreenLatency.md 7 Because the screen refreshes at predefined intervals (typically 60 Hz), most drawing commands do not take effect immediately but are processes during the next frame render event. See [Choreographer.FrameCallback](https://developer.android.com/reference/android/view/Choreographer.FrameCallback.html). An in-depth explanation about Android graphics can be found in [this video](https://www.youtube.com/watch?v=Q8m9sHdyXnE).
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 62 define and implement so POINT_SMOOTH is ignored when drawing sprite
  /external/u-boot/drivers/video/
Kconfig 43 Support drawing text and bitmaps onto a 8-bit-per-pixel display.
53 Support drawing text and bitmaps onto a 16-bit-per-pixel display.
63 Support drawing text and bitmaps onto a 32-bit-per-pixel display.
81 Support drawing text on the frame buffer console so that it can be
103 TrueTrype fonts can provide outline-drawing capability rather than
  /external/skia/resources/lua/
slides.lua 137 -- animation.proc is passed the canvas before drawing.
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides.lua 137 -- animation.proc is passed the canvas before drawing.
  /external/skqp/resources/lua/
slides.lua 137 -- animation.proc is passed the canvas before drawing.

Completed in 457 milliseconds

1 2