Searched refs:pTempBuffer (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 925 char* pTempBuffer = (char*)malloc(PVRT_MAX(x,ETC_MIN_TEXWIDTH)*PVRT_MAX(y,ETC_MIN_TEXHEIGHT)*4); in PVRTDecompressETC() local 926 …eDecompress(pSrcData,PVRT_MAX(x,ETC_MIN_TEXWIDTH),PVRT_MAX(y,ETC_MIN_TEXHEIGHT),pTempBuffer,nMode); in PVRTDecompressETC() 930 memcpy((char*)(pDestData)+i*x*4,pTempBuffer+PVRT_MAX(x,ETC_MIN_TEXWIDTH)*4*i,x*4); in PVRTDecompressETC() 933 if(pTempBuffer) free(pTempBuffer); in PVRTDecompressETC()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 908 wchar_t* pTempBuffer = m_TempTextBuf.GetBuffer(); in SwapTempTextBuf() local 912 std::swap(pTempBuffer[i], pTempBuffer[j]); in SwapTempTextBuf()
|