Searched refs:OutputBuffers (Results 1 – 3 of 3) sorted by relevance
/third_party/cups-filters/filter/ |
D | rastertoescpx.c | 62 *OutputBuffers[7], /* Output buffers */ variable 1036 OutputBuffers[0] = malloc(PrinterPlanes * header->cupsWidth); in StartPage() 1039 OutputBuffers[i] = OutputBuffers[0] + i * header->cupsWidth; in StartPage() 1165 free(OutputBuffers[0]); in EndPage() 1625 PrinterPlanes, OutputBuffers[plane]); in ProcessLine() 1633 if (cupsCheckBytes(OutputBuffers[plane], width)) in ProcessLine() 1637 cupsPackHorizontal(OutputBuffers[plane], DotBuffers[plane], in ProcessLine() 1640 cupsPackHorizontal2(OutputBuffers[plane], DotBuffers[plane], in ProcessLine() 1673 cupsPackHorizontal(OutputBuffers[plane] + pass, in ProcessLine() 1676 cupsPackHorizontal2(OutputBuffers[plane] + pass, in ProcessLine()
|
D | rastertopclx.c | 56 *OutputBuffers[6], /* Output buffers */ variable 801 OutputBuffers[0] = malloc(PrinterPlanes * header->cupsWidth); in StartPage() 804 OutputBuffers[i] = OutputBuffers[0] + i * header->cupsWidth; in StartPage() 880 free(OutputBuffers[0]); in EndPage() 1676 cupsPackHorizontalBit(OutputBuffers[plane], DotBuffers[plane], in OutputLine() 1779 PrinterPlanes, OutputBuffers[plane]); in ReadLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 300 StringMap<std::unique_ptr<MemoryBuffer>> &OutputBuffers) { in EmitDebugSectionImpl() argument 306 OutputBuffers[Sec] = MemoryBuffer::getMemBufferCopy(Data); in EmitDebugSectionImpl()
|