Searched refs:tempSrc (Results 1 – 3 of 3) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 56 private RectF tempSrc, tempDst; field in TerminalView 104 tempSrc = new RectF(); in TerminalView() 105 tempSrc.set(0.0f, 0.0f, 1.0f, 1.0f); in TerminalView() 136 scaleMatrix.setRectToRect(tempSrc, tempDst, scaleType); in scaleCursors()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 791 GLfloat *tempSrc = in fallback_copy_texsubimage() local 794 if (tempSrc && texDest) { in fallback_copy_texsubimage() 810 tempSrc); in fallback_copy_texsubimage() 824 GL_RGBA, GL_FLOAT, tempSrc, /* src */ in fallback_copy_texsubimage() 831 if (tempSrc) in fallback_copy_texsubimage() 832 free(tempSrc); in fallback_copy_texsubimage()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 4324 const char* tempSrc = cSource; 4347 if(*ctarget != *tempSrc){ 4348 …("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ; 4351 ++tempSrc;
|