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

  /external/skia/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]
  /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/skia/gm/
pathfill.cpp 13 static SkScalar make_frame(SkPath* path) { function
276 make_frame,

Completed in 3378 milliseconds