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

  /external/chromium_org/third_party/sqlite/src/src/
recover.c 316 unsigned nCur = 0; /* Byte offset within current varint. */
326 nCur++;
327 if( nCur==9 || !(pData[i]&0x80) ){
329 nCur = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 64 UINT nCur;
70 p->nCur = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 204 FX_INT32 nCur = i*3;
209 FX_FLOAT px1 = pts[n1].x - pts[nCur].x;
210 FX_FLOAT py1 = pts[n1].y - pts[nCur].y;
214 csAP << pts[nCur].x + px1 * PWL_BEZIER << " " << pts[nCur].y + py1 * PWL_BEZIER << " "
    [all...]

Completed in 394 milliseconds