Home
last modified time | relevance | path

Searched refs:OutputBuffers (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/
Drastertoescpx.c62 *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()
Drastertopclx.c56 *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/
DDWARFEmitter.cpp300 StringMap<std::unique_ptr<MemoryBuffer>> &OutputBuffers) { in EmitDebugSectionImpl() argument
306 OutputBuffers[Sec] = MemoryBuffer::getMemBufferCopy(Data); in EmitDebugSectionImpl()