HomeSort by relevance Sort by last modified time
    Searched refs:make_frame (Results 1 - 19 of 19) sorted by null

  /external/skia/samplecode/
SamplePathFill.cpp 17 static SkScalar make_frame(SkPath* path) { function
95 make_frame,
  /external/skqp/samplecode/
SamplePathFill.cpp 17 static SkScalar make_frame(SkPath* path) { function
95 make_frame,
  /external/python/cpython2/Lib/idlelib/
SearchDialogBase.py 11 a row of standard Checkbuttons (make_frame, create_option_buttons),
109 def make_frame(self,labeltext=None): member in class:SearchDialogBase
129 A gridded frame from make_frame is filled with a Checkbutton
132 frame = self.make_frame("Options")[0]
150 A gridded frame from make_frame is filled with radio buttons.
152 frame = self.make_frame("Direction")[0]
GrepDialog.py 51 f = self.make_frame()[0]
  /external/python/cpython3/Lib/idlelib/
searchbase.py 12 a row of standard Checkbuttons (make_frame, create_option_buttons),
111 def make_frame(self,labeltext=None): member in class:SearchDialogBase
131 A gridded frame from make_frame is filled with a Checkbutton
134 frame = self.make_frame("Options")[0]
150 A gridded frame from make_frame is filled with radio buttons.
152 frame = self.make_frame("Direction")[0]
grep.py 53 self.make_frame()[0], variable=self.recvar,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialogBase.py 60 def make_frame(self,labeltext=None): member in class:SearchDialogBase
82 f = self.make_frame("Options")
114 f = self.make_frame("Direction")
GrepDialog.py 46 f = self.make_frame()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchDialogBase.py 60 def make_frame(self,labeltext=None): member in class:SearchDialogBase
82 f = self.make_frame("Options")
114 f = self.make_frame("Direction")
GrepDialog.py 46 f = self.make_frame()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 60 def make_frame(self,labeltext=None): member in class:SearchDialogBase
82 f = self.make_frame("Options")
114 f = self.make_frame("Direction")
GrepDialog.py 46 f = self.make_frame()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 60 def make_frame(self,labeltext=None): member in class:SearchDialogBase
82 f = self.make_frame("Options")
114 f = self.make_frame("Direction")
GrepDialog.py 46 f = self.make_frame()
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 97 frame, label = self.dialog.make_frame()
101 frame, label = self.dialog.make_frame('testlabel')
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 98 frame, label = self.dialog.make_frame()
102 frame, label = self.dialog.make_frame('testlabel')
  /external/skia/gm/
pathfill.cpp 13 static SkScalar make_frame(SkPath* path) { function
276 make_frame,
  /external/skqp/gm/
pathfill.cpp 13 static SkScalar make_frame(SkPath* path) { function
276 make_frame,
  /external/scapy/scapy/
packet.py 564 def make_frame(lst): function in function:Packet.canvas_dump
617 c.stroke(make_frame(tlist),[col,pyx.deco.filled([bkcol]),pyx.style.linewidth.Thick])
    [all...]

Completed in 332 milliseconds