HomeSort by relevance Sort by last modified time
    Searched defs:temp_buf (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 76 uint8_t* temp_buf = FX_Alloc(uint8_t, pitch); local
79 FXSYS_memcpy(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
82 FXSYS_memcpy(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
86 FX_Free(temp_buf);
87 temp_buf = NULL;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 910 FX_FLOAT* temp_buf = FX_Alloc(FX_FLOAT, nComponents); local
912 temp_buf[i] = *color_value;
914 m_pColorSpace->GetRGB(temp_buf, R, G, B);
915 FX_Free(temp_buf);
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 628 void* temp_buf = 0; local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 3045 int* temp_buf = (int*)(uchar*)inn_buf; local
    [all...]

Completed in 330 milliseconds