Home
last modified time | relevance | path

Searched refs:tempSrc (Results 1 – 3 of 3) 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/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2209 GLfloat *tempSrc = in fallback_copy_texsubimage() local
2212 if (tempSrc && texDest) { in fallback_copy_texsubimage()
2235 tempSrc); in fallback_copy_texsubimage()
2249 GL_RGBA, GL_FLOAT, tempSrc, /* src */ in fallback_copy_texsubimage()
2256 free(tempSrc); in fallback_copy_texsubimage()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c4326 const char* tempSrc = cSource;
4349 if(*ctarget != *tempSrc){
4350 …("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ;
4353 ++tempSrc;