Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c109 i = (int)((Yb - cielab->display.d_Y0B) / cielab->bstep); in TIFFXYZToRGB()
155 cielab->bstep = in TIFFCIELabToRGBInit()
Dtiffio.h168 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)
/external/opencv/cv/src/
Dcvcalibration.cpp290 int bstep; in cvCalcMatMulDeriv() local
300 bstep = B->step/CV_ELEM_SIZE(B->type); in cvCalcMatMulDeriv()
328 dcda[i1*L + j] = b[j*bstep]; in cvCalcMatMulDeriv()
357 dcda[i1*L + j] = b[j*bstep]; in cvCalcMatMulDeriv()