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

  /external/pdfium/third_party/libtiff/
tif_color.c 109 i = (int)((Yb - cielab->display.d_Y0B) / cielab->bstep);
155 cielab->bstep =
tiffio.h 168 float rstep, gstep, bstep; member in struct:__anon29496
  /external/opencv/cv/src/
cvcalibration.cpp 290 int bstep; local
300 bstep = B->step/CV_ELEM_SIZE(B->type);
328 dcda[i1*L + j] = b[j*bstep];
357 dcda[i1*L + j] = b[j*bstep];
    [all...]
  /external/python/cpython2/Lib/idlelib/
Debugger.py 140 self.bstep = b = Button(bframe, text="Step", command=self.step)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 100 self.bstep = b = Button(bframe, text="Step", command=self.step)

Completed in 494 milliseconds