OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempSrc
(Results
1 - 3
of
3
) sorted by null
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java
56
private RectF
tempSrc
, tempDst;
104
tempSrc
= new RectF();
105
tempSrc
.set(0.0f, 0.0f, 1.0f, 1.0f);
136
scaleMatrix.setRectToRect(
tempSrc
, tempDst, scaleType);
/external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c
791
GLfloat *
tempSrc
=
794
if (
tempSrc
&& texDest) {
810
tempSrc
);
824
GL_RGBA, GL_FLOAT,
tempSrc
, /* src */
831
if (
tempSrc
)
832
free(
tempSrc
);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
nucnvtst.c
[
all
...]
Completed in 479 milliseconds