Home
last modified time | relevance | path

Searched defs:dest_span (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp178 pdfium::span<uint8_t> dest_span) { in CompositeRowBgra2Mask()
192 void CompositeRow_Rgb2Mask(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Mask()
251 pdfium::span<uint8_t> dest_span, in CompositeRowBgra2Gray()
266 void CompositeRow_Rgb2Gray(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Gray()
291 void CompositeRow_Bgr2Bgra_Blend_NoClip(pdfium::span<uint8_t> dest_span, in CompositeRow_Bgr2Bgra_Blend_NoClip()
335 void CompositeRow_Bgr2Bgra_Blend_Clip(pdfium::span<uint8_t> dest_span, in CompositeRow_Bgr2Bgra_Blend_Clip()
385 void CompositeRow_Bgr2Bgra_NoBlend_Clip(pdfium::span<uint8_t> dest_span, in CompositeRow_Bgr2Bgra_NoBlend_Clip()
424 void CompositeRow_Bgr2Bgra_NoBlend_NoClip(pdfium::span<uint8_t> dest_span, in CompositeRow_Bgr2Bgra_NoBlend_NoClip()
497 pdfium::span<DestPixelStruct> dest_span, in CompositeRowBgra2Bgr()
603 pdfium::span<DestPixelStruct> dest_span, in CompositeRowBgra2Bgra()
[all …]
Dcfx_dibbase.cpp45 auto dest_span = fxcrt::reinterpret_span<FX_BGRA_STRUCT<uint8_t>>( in ConvertBuffer_Rgb2ArgbPremul() local
68 auto dest_span = fxcrt::reinterpret_span<FX_BGR_STRUCT<uint8_t>>( in ConvertBuffer_ArgbPremulToRgb() local
116 pdfium::span<uint8_t> dest_span = in ConvertBuffer_1bppMask2Gray() local
201 pdfium::span<uint8_t> dest_span = in ConvertBuffer_IndexCopy() local
944 pdfium::span<uint8_t> dest_span = pTransBitmap->GetWritableBuffer().first( in SwapXY() local
Dcstretchengine.cpp326 pdfium::span<uint8_t> dest_span = m_InterBuf.subspan( in ContinueStretchHorz() local
Dcfx_dibitmap.cpp947 auto dest_span = in ConvertFormat() local
/external/pdfium/core/fxcodec/gif/
Dlzw_decompressor.cpp186 size_t LZWDecompressor::ExtractData(pdfium::span<uint8_t> dest_span) { in ExtractData()
Dcfx_gifcontext_unittest.cpp62 auto dest_span = pdfium::make_span(dest_buffer); in TEST() local
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp151 pdfium::span<uint8_t> dest_span(dest_buf); in A85Decode() local
216 pdfium::span<uint8_t> dest_span(dest_buf); in HexDecode() local
276 auto dest_span = pdfium::make_span(dest_buf); in RunLengthDecode() local
Dcpdf_crypto_handler.cpp80 auto dest_span = pdfium::make_span(dest); in EncryptContent() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_devicecs.cpp81 void CPDF_DeviceCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
Dcpdf_colorspace.cpp614 void CPDF_ColorSpace::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
701 void CPDF_CalGray::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
783 void CPDF_CalRGB::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
870 void CPDF_LabCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
957 void CPDF_ICCBasedCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
Dcpdf_image.cpp284 pdfium::span<uint8_t> dest_span = pdfium::make_span(dest_buf); in SetImage() local
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp71 pdfium::span<uint8_t> dest_span) { in FlateCompress()
94 bool FlateOutput(z_stream* context, pdfium::span<uint8_t> dest_span) { in FlateOutput()
326 void PNG_PredictLine(pdfium::span<uint8_t> dest_span, in PNG_PredictLine()
417 void TIFF_PredictLine(pdfium::span<uint8_t> dest_span, in TIFF_PredictLine()
/external/pdfium/core/fxge/agg/
Dcfx_agg_bitmapcomposer.cpp137 pdfium::span<uint8_t> dest_span = m_pBitmap->GetWritableBuffer(); in ComposeScanlineV() local
/external/pdfium/core/fxcodec/
Dprogressive_decoder.cpp142 pdfium::span<uint8_t> dest_span = pdfium::make_span(m_DecodeBuf); in PngAskScanlineBuf() local
156 pdfium::span<uint8_t> dest_span = m_pDeviceBitmap->GetWritableScanline(line); in PngFillScanlineBufCompleted() local
/external/pdfium/core/fxcrt/
Dstring_template.cpp200 pdfium::span<T> dest_span = newstr_data->span(); in Replace() local
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp885 auto dest_span = pdfium::make_span(result.data); in FaxCompressData() local