Searched defs:dest_span (Results  1 – 12 of 12) sorted by relevance
| /external/pdfium/core/fxge/dib/ | 
| 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 …] 
 | 
| D | cfx_bitmapcomposer.cpp | 134   pdfium::span<uint8_t> dest_span = m_pBitmap->GetBuffer();  in ComposeScanlineV()  local
  | 
| 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 982   pdfium::span<uint8_t> dest_span =  in SwapXY()  local
  | 
| D | cstretchengine.cpp | 317     pdfium::span<uint8_t> dest_span = m_InterBuf.writable_span().subspan(  in ContinueStretchHorz()  local
  | 
| /external/pdfium/core/fpdfapi/page/ | 
| D | cpdf_devicecs.cpp | 78 void CPDF_DeviceCS::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine()
  | 
| D | cpdf_colorspace.cpp | 587 void CPDF_ColorSpace::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine() 672 void CPDF_CalGray::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine() 751 void CPDF_CalRGB::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine() 861 void CPDF_LabCS::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine() 961 void CPDF_ICCBasedCS::TranslateImageLine(pdfium::span<uint8_t> dest_span,  in TranslateImageLine()
  | 
| D | cpdf_image.cpp | 297   pdfium::span<uint8_t> dest_span = pdfium::make_span(dest_buf);  in SetImage()  local
  | 
| /external/pdfium/core/fpdfapi/parser/ | 
| D | fpdf_parser_decode.cpp | 264   pdfium::span<uint8_t> dest_span(dest_buf->get(), *dest_size);  in RunLengthDecode()  local
  | 
| /external/pdfium/core/fxge/win32/ | 
| D | cfx_psrenderer.cpp | 862   auto dest_span = pdfium::make_span(result.data);  in FaxCompressData()  local
  | 
| /external/pdfium/core/fxcodec/flate/ | 
| D | flatemodule.cpp | 307 void PNG_PredictLine(pdfium::span<uint8_t> dest_span,  in PNG_PredictLine()
  | 
| /external/pdfium/core/fxge/agg/ | 
| D | fx_agg_driver.cpp | 154   pdfium::span<uint8_t> dest_span =  in RgbByteOrderTransferBitmap()  local
  | 
| /external/pdfium/core/fxcodec/ | 
| D | progressive_decoder.cpp | 264   pdfium::span<uint8_t> dest_span =  in PngAskScanlineBuf()  local
  |