Home
last modified time | relevance | path

Searched refs:rowWidthInPixels (Results 1 – 18 of 18) sorted by relevance

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfilterhpa.h149 …TErnieFilter(int rowWidthInPixels, pixelTypes pixelType, unsigned int maxErrorForTwoPixels, int by…
182 void Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, unsigned int *flagsPtr);
183 …void Filter2RawRows(unsigned char *currPtr, unsigned char *upPtr, int rowWidthInPixels, unsigned i…
H A Dfilterhpa.cpp82 void TErnieFilter::Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, unsigned int *flagsP… in Filter1RawRow() argument
85 ASSERT(rowWidthInPixels > 0); in Filter1RawRow()
97 for (int pixelNum = 0; pixelNum < rowWidthInPixels; pixelNum++) in Filter1RawRow()
223 ASSERT(rowWidthInPixels > 0); in Filter2RawRows()
234 for (int pixelNum = 0; pixelNum < rowWidthInPixels; pixelNum++) in Filter2RawRows()
1460 ASSERT(rowWidthInPixels > 0); in TErnieFilter()
1466 fRowWidthInPixels = rowWidthInPixels; in TErnieFilter()
1472 fRowBuf[index] = new uint32_t[rowWidthInPixels]; in TErnieFilter()
1475 fRowPtr[index] = new unsigned char[rowWidthInPixels*fOriginalPixelSize]; in TErnieFilter()
1478 fBlackRowPtr[index] = new BYTE[rowWidthInPixels*fOriginalPixelSize]; in TErnieFilter()
[all …]
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DErnieFilter.h159 ErnieFilter(int rowWidthInPixels, pixelTypes pixelType, unsigned int maxErrorForTwoPixels);
189 void Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, unsigned int *flagsPtr);
190 …void Filter2RawRows(unsigned char *currPtr, unsigned char *upPtr, int rowWidthInPixels, unsigned i…
H A DErnieFilter.cpp89 void ErnieFilter::Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, unsigned int *flagsPt… in Filter1RawRow() argument
92 ASSERT(rowWidthInPixels > 0); in Filter1RawRow()
104 for (int pixelNum = 0; pixelNum < rowWidthInPixels; pixelNum++) in Filter1RawRow()
230 ASSERT(rowWidthInPixels > 0); in Filter2RawRows()
241 for (int pixelNum = 0; pixelNum < rowWidthInPixels; pixelNum++) in Filter2RawRows()
1466 ASSERT(rowWidthInPixels > 0); in ErnieFilter()
1482 m_row_width_in_pixels = rowWidthInPixels; in ErnieFilter()
1488 m_row_bufs[index] = new uint32_t[rowWidthInPixels]; in ErnieFilter()
1491 m_row_ptrs[index] = new unsigned char[rowWidthInPixels*m_input_bytes_per_pixel]; in ErnieFilter()
1494 m_black_row_ptrs[index] = new BYTE[rowWidthInPixels*m_input_bytes_per_pixel]; in ErnieFilter()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DPNGFileFormat.java367 int getBytesPerRow(int rowWidthInPixels) { in getBytesPerRow() argument
369 int bitsPerRow = bitsPerPixel * rowWidthInPixels; in getBytesPerRow()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DPNGFileFormat.java367 int getBytesPerRow(int rowWidthInPixels) { in getBytesPerRow() argument
369 int bitsPerRow = bitsPerPixel * rowWidthInPixels; in getBytesPerRow()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.h256 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2003 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2045 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2047 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2072 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.h256 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2003 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2045 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2047 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2072 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.h256 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2003 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2045 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2047 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2072 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.h256 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2003 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2045 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2047 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2072 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h299 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2047 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2089 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2091 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2116 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h307 void* offsetOrPtr, int rowWidthInPixels);
H A DGrGLGpu.cpp2057 void* offsetOrPtr, int rowWidthInPixels) { in readOrTransferPixelsFrom() argument
2099 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()
2101 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
2126 if (rowWidthInPixels != width) { in readOrTransferPixelsFrom()