Home
last modified time | relevance | path

Searched refs:tmpRow (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DRombergIntegrator.java85 final double[] tmpRow = previousRow; in integrate() local
87 currentRow = tmpRow; in integrate()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1792 void* tmpRow = scratch.get(); in onReadPixels() local
1798 memcpy(tmpRow, top, tightRowBytes); in onReadPixels()
1800 memcpy(bottom, tmpRow, tightRowBytes); in onReadPixels()