Home
last modified time | relevance | path

Searched refs:dest_span (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp199 void CompositeRow_AlphaToMask(pdfium::span<uint8_t> dest_span, in CompositeRow_AlphaToMask() argument
204 uint8_t* dest_scan = dest_span.data(); in CompositeRow_AlphaToMask()
220 void CompositeRow_Rgb2Mask(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Mask() argument
223 uint8_t* dest_scan = dest_span.data(); in CompositeRow_Rgb2Mask()
263 void CompositeRow_Argb2Gray(pdfium::span<uint8_t> dest_span, in CompositeRow_Argb2Gray() argument
268 uint8_t* dest_scan = dest_span.data(); in CompositeRow_Argb2Gray()
283 void CompositeRow_Rgb2Gray(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Gray() argument
289 uint8_t* dest_scan = dest_span.data(); in CompositeRow_Rgb2Gray()
303 void CompositeRow_Argb2Argb(pdfium::span<uint8_t> dest_span, in CompositeRow_Argb2Argb() argument
308 uint8_t* dest_scan = dest_span.data(); in CompositeRow_Argb2Argb()
[all …]
Dcfx_bitmapcomposer.cpp134 pdfium::span<uint8_t> dest_span = m_pBitmap->GetBuffer(); in ComposeScanlineV() local
135 if (!dest_span.empty()) { in ComposeScanlineV()
138 dest_span = dest_span.subspan(dest_y_offset).subspan(dest_x_offset); in ComposeScanlineV()
142 dest_span = dest_span.subspan(dest_flip_offset); in ComposeScanlineV()
145 uint8_t* dest_buf = dest_span.data(); in ComposeScanlineV()
Dcstretchengine.cpp317 pdfium::span<uint8_t> dest_span = m_InterBuf.writable_span().subspan( in ContinueStretchHorz() local
332 dest_span[dest_span_index++] = PixelFromFixed(dest_a); in ContinueStretchHorz()
344 dest_span[dest_span_index++] = PixelFromFixed(dest_a); in ContinueStretchHorz()
367 dest_span[dest_span_index++] = PixelFromFixed(dest_b); in ContinueStretchHorz()
368 dest_span[dest_span_index++] = PixelFromFixed(dest_g); in ContinueStretchHorz()
369 dest_span[dest_span_index++] = PixelFromFixed(dest_r); in ContinueStretchHorz()
386 dest_span[dest_span_index++] = PixelFromFixed(dest_b); in ContinueStretchHorz()
387 dest_span[dest_span_index++] = PixelFromFixed(dest_g); in ContinueStretchHorz()
388 dest_span[dest_span_index++] = PixelFromFixed(dest_r); in ContinueStretchHorz()
410 dest_span[dest_span_index++] = PixelFromFixed(dest_b); in ContinueStretchHorz()
[all …]
Dcfx_dibbase.cpp121 pdfium::span<uint8_t> dest_span = in ConvertBuffer_1bppMask2Gray() local
125 fxcrt::spanset(dest_span.first(width), kResetGray); in ConvertBuffer_1bppMask2Gray()
126 uint8_t* dest_scan = dest_span.data(); in ConvertBuffer_1bppMask2Gray()
168 pdfium::span<uint8_t> dest_span = in ConvertBuffer_1bppPlt2Gray() local
170 fxcrt::spanset(dest_span.first(width), gray0); in ConvertBuffer_1bppPlt2Gray()
171 uint8_t* dest_scan = dest_span.data(); in ConvertBuffer_1bppPlt2Gray()
235 pdfium::span<uint8_t> dest_span = in ConvertBuffer_IndexCopy() local
238 fxcrt::spanset(dest_span.first(width), 255); in ConvertBuffer_IndexCopy()
239 uint8_t* dest_scan = dest_span.data(); in ConvertBuffer_IndexCopy()
982 pdfium::span<uint8_t> dest_span = in SwapXY() local
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp132 void TranslateImageLine(pdfium::span<uint8_t> dest_span,
159 void TranslateImageLine(pdfium::span<uint8_t> dest_span,
197 void TranslateImageLine(pdfium::span<uint8_t> dest_span,
227 void TranslateImageLine(pdfium::span<uint8_t> dest_span,
587 void CPDF_ColorSpace::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() argument
593 uint8_t* dest_buf = dest_span.data(); in TranslateImageLine()
672 void CPDF_CalGray::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() argument
678 uint8_t* pDestBuf = dest_span.data(); in TranslateImageLine()
751 void CPDF_CalRGB::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() argument
757 uint8_t* pDestBuf = dest_span.data(); in TranslateImageLine()
[all …]
Dcpdf_image.cpp297 pdfium::span<uint8_t> dest_span = pdfium::make_span(dest_buf); in SetImage() local
302 fxcrt::spancpy(dest_span, src_span.first(dest_pitch)); in SetImage()
303 dest_span = dest_span.subspan(dest_pitch); in SetImage()
309 uint8_t* dest_ptr = dest_span.data(); in SetImage()
318 dest_span = dest_span.subspan(dest_pitch); in SetImage()
Dcpdf_devicecs.cpp78 void CPDF_DeviceCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() argument
84 uint8_t* pDestBuf = dest_span.data(); in TranslateImageLine()
Dcpdf_devicecs.h25 void TranslateImageLine(pdfium::span<uint8_t> dest_span,
Dcpdf_colorspace.h108 virtual void TranslateImageLine(pdfium::span<uint8_t> dest_span,
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp154 pdfium::span<uint8_t> dest_span = in RgbByteOrderTransferBitmap() local
159 uint8_t* dest_scan = dest_span.data(); in RgbByteOrderTransferBitmap()
177 dest_span = dest_span.subspan(dest_pitch); in RgbByteOrderTransferBitmap()
186 uint8_t* dest_scan = dest_span.data(); in RgbByteOrderTransferBitmap()
199 dest_span = dest_span.subspan(dest_pitch); in RgbByteOrderTransferBitmap()
210 uint8_t* dest_scan = dest_span.data(); in RgbByteOrderTransferBitmap()
219 dest_span = dest_span.subspan(dest_pitch); in RgbByteOrderTransferBitmap()
228 uint8_t* dest_scan = dest_span.data(); in RgbByteOrderTransferBitmap()
237 dest_span = dest_span.subspan(dest_pitch); in RgbByteOrderTransferBitmap()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp264 pdfium::span<uint8_t> dest_span(dest_buf->get(), *dest_size); in RunLengthDecode() local
277 fxcrt::spanclr(dest_span.subspan(dest_count + copy_len, delta)); in RunLengthDecode()
280 fxcrt::spancpy(dest_span.subspan(dest_count), copy_span); in RunLengthDecode()
286 fxcrt::spanset(dest_span.subspan(dest_count, fill_size), fill); in RunLengthDecode()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp307 void PNG_PredictLine(pdfium::span<uint8_t> dest_span, in PNG_PredictLine() argument
313 uint8_t* pDestData = dest_span.data(); in PNG_PredictLine()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp862 auto dest_span = pdfium::make_span(result.data); in FaxCompressData() local
865 fxcrt::spancpy(dest_span.subspan(row * pitch, pitch), src_scan); in FaxCompressData()
/external/pdfium/core/fxcodec/
Dprogressive_decoder.cpp264 pdfium::span<uint8_t> dest_span = in PngAskScanlineBuf() local
267 uint8_t* dest_scan = dest_span.data(); in PngAskScanlineBuf()