/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 178 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 …]
|
D | cfx_dibbase.cpp | 45 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
|
D | cstretchengine.cpp | 326 pdfium::span<uint8_t> dest_span = m_InterBuf.subspan( in ContinueStretchHorz() local
|
D | cfx_dibitmap.cpp | 947 auto dest_span = in ConvertFormat() local
|
/external/pdfium/core/fxcodec/gif/ |
D | lzw_decompressor.cpp | 186 size_t LZWDecompressor::ExtractData(pdfium::span<uint8_t> dest_span) { in ExtractData()
|
D | cfx_gifcontext_unittest.cpp | 62 auto dest_span = pdfium::make_span(dest_buffer); in TEST() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 151 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
|
D | cpdf_crypto_handler.cpp | 80 auto dest_span = pdfium::make_span(dest); in EncryptContent() local
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_devicecs.cpp | 81 void CPDF_DeviceCS::TranslateImageLine(pdfium::span<uint8_t> dest_span, in TranslateImageLine()
|
D | cpdf_colorspace.cpp | 614 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()
|
D | cpdf_image.cpp | 284 pdfium::span<uint8_t> dest_span = pdfium::make_span(dest_buf); in SetImage() local
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 71 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/ |
D | cfx_agg_bitmapcomposer.cpp | 137 pdfium::span<uint8_t> dest_span = m_pBitmap->GetWritableBuffer(); in ComposeScanlineV() local
|
/external/pdfium/core/fxcodec/ |
D | progressive_decoder.cpp | 142 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/ |
D | string_template.cpp | 200 pdfium::span<T> dest_span = newstr_data->span(); in Replace() local
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 885 auto dest_span = pdfium::make_span(result.data); in FaxCompressData() local
|