HomeSort by relevance Sort by last modified time
    Searched full:pensize (Results 1 - 21 of 21) sorted by null

  /external/python/cpython2/Demo/turtle/
tdemo_colormixer.py 12 self.pensize(10)
tdemo_wikipedia.py 43 p.pensize(3)
tdemo_clock.py 45 pensize(7)
  /external/python/cpython3/Lib/turtledemo/
colormixer.py 12 self.pensize(10)
wikipedia.py 43 p.pensize(3)
clock.py 45 pensize(7)
forest.py 38 t.pensize( size * widthfactor )
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/MpBootDxe/
MpBootDxe.c 44 UINTN PenSize;
56 PenSize = (UINTN)&SecondariesPenEnd - (UINTN)&SecondariesPenStart;
59 CopyMem ((VOID*)(PenBase), (VOID*)&SecondariesPenStart, PenSize);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
Cea708Data.java 184 public final int penSize;
193 int penSize,
200 this.penSize = penSize;
  /external/python/cpython2/Lib/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
1987 def pensize(self, width=None): member in class:TPen
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
1986 def pensize(self, width=None): member in class:TPen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
1986 def pensize(self, width=None): member in class:TPen
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
1986 def pensize(self, width=None): member in class:TPen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
1986 def pensize(self, width=None): member in class:TPen
    [all...]
  /external/python/cpython3/Lib/
turtle.py 133 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2072 def pensize(self, width=None): member in class:TPen
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 476 int penSize = data[pos] & 0x03;
484 new CaptionPenAttr(penSize, penOffset, textTag, fontTag, edgeType,
488 "CaptionCommand SPA penSize: %d, penOffset: %d, textTag: %d, "
490 penSize, penOffset, textTag, fontTag, edgeType, underline, italic));
    [all...]
  /external/python/cpython2/Doc/library/
turtle.rst 123 | :func:`pensize` | :func:`width`
479 not given, the maximum of pensize+4 and 2*pensize is used.
764 .. function:: pensize(width=None)
771 thickness. If no argument is given, the current pensize is returned.
775 >>> turtle.pensize()
777 >>> turtle.pensize(10) # from here on lines of width 10 are drawn
792 * "pensize": positive number
807 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
810 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize')
    [all...]
  /external/python/cpython3/Doc/library/
turtle.rst 138 | :func:`pensize` | :func:`width`
499 not given, the maximum of pensize+4 and 2*pensize is used.
784 .. function:: pensize(width=None)
791 thickness. If no argument is given, the current pensize is returned.
795 >>> turtle.pensize()
797 >>> turtle.pensize(10) # from here on lines of width 10 are drawn
812 * "pensize": positive number
827 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
830 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize')
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
Cea708Parser.java 604 int penSize = data[pos] & 0x03;
615 penSize, penOffset, textTag, fontTag, edgeType,
621 "CaptionCommand SPA penSize: %d, penOffset: %d, textTag: %d, "
623 penSize, penOffset, textTag, fontTag, edgeType, underline,
    [all...]
CaptionWindowLayout.java 185 switch (penAttr.penSize) {
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 502 Point penSize;
507 PyMac_GetPoint, &penSize))
510 &penSize);
512 PyMac_BuildPoint, penSize);
931 Point penSize;
936 PyMac_GetPoint, &penSize))
939 penSize);
    [all...]

Completed in 1017 milliseconds