Home
last modified time | relevance | path

Searched refs:bstep (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c107 i = (int)((Yb - cielab->display.d_Y0B) / cielab->bstep); in TIFFXYZToRGB()
153 cielab->bstep = in TIFFCIELabToRGBInit()
Dtiffio.h166 float rstep, gstep, bstep; member
/external/python/cpython2/Lib/idlelib/
DDebugger.py140 self.bstep = b = Button(bframe, text="Step", command=self.step)
/external/python/cpython3/Lib/idlelib/
Ddebugger.py145 self.bstep = b = Button(bframe, text="Step", command=self.step)