Searched defs:make_frame (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DSearchDialogBase.py11 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]
/external/skia/samplecode/
H A DSamplePathFill.cpp17 static SkScalar make_frame(SkPath* path) { function
95 make_frame,
/external/skia/gm/
H A Dpathfill.cpp13 static SkScalar make_frame(SkPath* path) { function
276 make_frame,

Completed in 2058 milliseconds