Searched refs:outLine (Results 1 – 2 of 2) sorted by relevance
309 outLine = None341 outLine = ''.ljust(state.leadIndent) + word419 if outLine:420 outLine += ' ' + word431 if outLine:432 outPara.append(outLine + '\n')433 outLine = None437 outLine = ''.ljust(hangIndent) + word445 if outLine:446 outPara.append(outLine + '\n')
10199 unsigned short *outLine = in DecodePixelData() local10202 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()10204 outLine += in DecodePixelData()10216 outLine[u] = hf.u; in DecodePixelData()10219 float *outLine = reinterpret_cast<float *>(out_images[c]); in DecodePixelData() local10221 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()10223 outLine += in DecodePixelData()10244 outLine[u] = f32.f; in DecodePixelData()10255 float *outLine = reinterpret_cast<float *>(out_images[c]); in DecodePixelData() local10257 outLine += (size_t(y) + v) * size_t(x_stride); in DecodePixelData()[all …]