Lines Matching refs:height
44 sc->invoke_addHF(f.x[0],f.y[0],f.width[0],f.height[0],
45 f.x[1],f.y[1],f.width[1],f.height[1],
46 f.x[2],f.y[2],f.width[2],f.height[2],
50 sc->set_nrect(UInt4(hf.nrect.x, hf.nrect.y, hf.nrect.width, hf.nrect.height));
53 void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData) {
57 tb2.setX(width*height);
64 tb.setX(width*height);
67 inAllocation->copy1DRangeFrom(0,width*height,inArr);
73 inAllocationSq->copy1DRangeFrom(0,width*height,inArrSq);
77 sc->set_height(height);
81 outAllocation->copy1DRangeTo(0,width*height,outData);