HomeSort by relevance Sort by last modified time
    Searched refs:pDestBuf (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fpdfapi/page/
fpdf_page_colors.cpp 58 void ReverseRGB(uint8_t* pDestBuf, const uint8_t* pSrcBuf, int pixels) {
59 if (pDestBuf == pSrcBuf) {
61 uint8_t temp = pDestBuf[2];
62 pDestBuf[2] = pDestBuf[0];
63 pDestBuf[0] = temp;
64 pDestBuf += 3;
68 *pDestBuf++ = pSrcBuf[2];
69 *pDestBuf++ = pSrcBuf[1];
70 *pDestBuf++ = pSrcBuf[0]
    [all...]
cpdf_colorspace.cpp 77 void TranslateImageLine(uint8_t* pDestBuf,
105 void TranslateImageLine(uint8_t* pDestBuf,
139 void TranslateImageLine(uint8_t* pDestBuf,
174 void TranslateImageLine(uint8_t* pDestBuf,
600 void CPDF_CalGray::TranslateImageLine(uint8_t* pDestBuf,
607 *pDestBuf++ = pSrcBuf[i];
608 *pDestBuf++ = pSrcBuf[i];
609 *pDestBuf++ = pSrcBuf[i];
690 void CPDF_CalRGB::TranslateImageLine(uint8_t* pDestBuf,
706 pDestBuf[0] = FXSYS_round(B * 255)
    [all...]
pageint.h 170 void TranslateImageLine(uint8_t* pDestBuf,
  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 192 uint8_t* pDestBuf = pGlyphBitmap->m_Bitmap.GetBuffer();
204 pDestBuf[i * dest_pitch + n * bytes + b] = data;
208 FXSYS_memset(pDestBuf, 0, dest_pitch * bmheight);
215 FXSYS_memcpy(pDestBuf + row * dest_pitch, pSrcBuf + row * src_pitch,
219 ContrastAdjust(pSrcBuf, pDestBuf, bmwidth, bmheight, src_pitch,
221 GammaAdjust(pDestBuf, bmheight, dest_pitch,
  /external/pdfium/core/fxcodec/
fx_codec.h 113 void ReverseRGB(uint8_t* pDestBuf, const uint8_t* pSrcBuf, int pixels);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 351 virtual HRESULT WINAPI GetQueryInfo(ULONG uAnalysisType,ULONG uInfoId,ULONG uBufSize,LPVOID pDestBuf) = 0;
365 HRESULT (WINAPI *GetQueryInfo)(IWbemQuery *This,ULONG uAnalysisType,ULONG uInfoId,ULONG uBufSize,LPVOID pDestBuf);
381 #define IWbemQuery_GetQueryInfo(This,uAnalysisType,uInfoId,uBufSize,pDestBuf) (This)->lpVtbl->GetQueryInfo(This,uAnalysisType,uInfoId,uBufSize,pDestBuf)
396 HRESULT WINAPI IWbemQuery_GetQueryInfo_Proxy(IWbemQuery *This,ULONG uAnalysisType,ULONG uInfoId,ULONG uBufSize,LPVOID pDestBuf);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]

Completed in 333 milliseconds