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

  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 112 double gThisTx = 0.0f;
358 gThisTx = trs[2];
362 gPanOffset += (gThisTx - gLastTx) * VIEWFINDER_PAN_FACTOR_HORZ;
365 gLastTx = gThisTx;
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.cpp 112 double gThisTx = 0.0f;
358 gThisTx = trs[2];
362 gPanOffset += (gThisTx - gLastTx) * VIEWFINDER_PAN_FACTOR_HORZ;
365 gLastTx = gThisTx;
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 112 double gThisTx = 0.0f;
335 gThisTx = trs[2];
339 gPanOffset += (gThisTx - gLastTx) * VIEWFINDER_PAN_FACTOR_HORZ;
342 gLastTx = gThisTx;

Completed in 214 milliseconds