Searched defs:dest_span (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cfx_scanlinecompositor.cpp | 199 void CompositeRow_AlphaToMask(pdfium::span<uint8_t> dest_span, in CompositeRow_AlphaToMask() 220 void CompositeRow_Rgb2Mask(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Mask() 263 void CompositeRow_Argb2Gray(pdfium::span<uint8_t> dest_span, in CompositeRow_Argb2Gray() 283 void CompositeRow_Rgb2Gray(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Gray() 303 void CompositeRow_Argb2Argb(pdfium::span<uint8_t> dest_span, in CompositeRow_Argb2Argb() 356 void CompositeRow_Rgb2Argb_Blend_NoClip(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Argb_Blend_NoClip() 397 void CompositeRow_Rgb2Argb_Blend_Clip(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Argb_Blend_Clip() 444 void CompositeRow_Rgb2Argb_NoBlend_Clip(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Argb_NoBlend_Clip() 481 void CompositeRow_Rgb2Argb_NoBlend_NoClip(pdfium::span<uint8_t> dest_span, in CompositeRow_Rgb2Argb_NoBlend_NoClip() 499 void CompositeRow_Argb2Rgb_Blend(pdfium::span<uint8_t> dest_span, in CompositeRow_Argb2Rgb_Blend() [all …]
|
H A D | cfx_dibbase.cpp | 121 pdfium::span<uint8_t> dest_span = in ConvertBuffer_1bppMask2Gray() local 168 pdfium::span<uint8_t> dest_span = in ConvertBuffer_1bppPlt2Gray() local 235 pdfium::span<uint8_t> dest_span = in ConvertBuffer_IndexCopy() local 983 pdfium::span<uint8_t> dest_span = pTransBitmap->GetWritableBuffer().first( in SwapXY() local
|
H A D | cfx_bitmapcomposer.cpp | 134 pdfium::span<uint8_t> dest_span = m_pBitmap->GetWritableBuffer(); in ComposeScanlineV() local
|
H A D | cstretchengine.cpp | 316 pdfium::span<uint8_t> dest_span = m_InterBuf.writable_span().subspan( in ContinueStretchHorz() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_colorspace.cpp | 586 void CPDF_ColorSpace::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() 671 void CPDF_CalGray::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() 750 void CPDF_CalRGB::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() 860 void CPDF_LabCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine() 960 void CPDF_ICCBasedCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
|
H A D | cpdf_devicecs.cpp | 77 void CPDF_DeviceCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
|
H A D | cpdf_image.cpp | 297 pdfium::span<uint8_t> dest_span = pdfium::make_span(dest_buf); in SetImage() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | fpdf_parser_decode.cpp | 267 pdfium::span<uint8_t> dest_span(dest_buf->get(), *dest_size); in RunLengthDecode() local
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A D | cfx_psrenderer.cpp | 859 auto dest_span = pdfium::make_span(result.data); in FaxCompressData() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/flate/ |
H A D | flatemodule.cpp | 307 void PNG_PredictLine(pdfium::span<uint8_t> dest_span, in PNG_PredictLine()
|
/aosp_15_r20/external/pdfium/core/fxge/agg/ |
H A D | fx_agg_driver.cpp | 154 pdfium::span<uint8_t> dest_span = pBitmap->GetWritableBuffer() in RgbByteOrderTransferBitmap() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/ |
H A D | progressive_decoder.cpp | 264 pdfium::span<uint8_t> dest_span = in PngAskScanlineBuf() local
|