Home
last modified time | relevance | path

Searched refs:tempSrc (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java55 private RectF tempSrc, tempDst; field in TerminalView
103 tempSrc = new RectF(); in TerminalView()
104 tempSrc.set(0.0f, 0.0f, 1.0f, 1.0f); in TerminalView()
135 scaleMatrix.setRectToRect(tempSrc, tempDst, scaleType); in scaleCursors()
/external/skqp/src/gpu/
DGrContext.cpp546 SkPixmap tempSrc(tempSrcII, tempBuffer.get(), tempSrcII.minRowBytes()); in writeSurfacePixels() local
547 if (!src.readPixels(tempSrc)) { in writeSurfacePixels()
551 buffer = tempSrc.addr(); in writeSurfacePixels()
552 rowBytes = tempSrc.rowBytes(); in writeSurfacePixels()
556 memcpy(row.get(), tempSrc.addr(0, y), rowBytes); in writeSurfacePixels()
557 memcpy(tempSrc.writable_addr(0, y), tempSrc.addr(0, height - 1 - y), rowBytes); in writeSurfacePixels()
558 memcpy(tempSrc.writable_addr(0, height - 1 - y), row.get(), rowBytes); in writeSurfacePixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2407 GLfloat *tempSrc = in fallback_copy_texsubimage() local
2410 if (tempSrc) { in fallback_copy_texsubimage()
2433 tempSrc); in fallback_copy_texsubimage()
2447 GL_RGBA, GL_FLOAT, tempSrc, /* src */ in fallback_copy_texsubimage()
2454 free(tempSrc); in fallback_copy_texsubimage()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c4351 const char* tempSrc = cSource;
4374 if(*ctarget != *tempSrc){
4375 …("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ;
4378 ++tempSrc;