Home
last modified time | relevance | path

Searched defs:pDestBuf (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_devicecs.cpp39 void ReverseRGB(uint8_t* pDestBuf, const uint8_t* pSrcBuf, int pixels) { in ReverseRGB()
104 void CPDF_DeviceCS::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
Dcpdf_colorspace.cpp587 void CPDF_CalGray::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
665 void CPDF_CalRGB::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
762 void CPDF_LabCS::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
875 void CPDF_ICCBasedCS::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
/external/pdfium/core/fxge/
Dcfx_facecache.cpp170 uint8_t* pDestBuf = pGlyphBitmap->m_pBitmap->GetBuffer(); in RenderGlyph() local