Searched refs:tempSrc (Results 1 – 3 of 3) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 55 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/ |
D | st_cb_texture.c | 2209 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/ |
D | nucnvtst.c | 4326 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;
|