Searched refs:tempData (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DPlaceholderAssets.java43 ByteBuffer tempData = BufferUtils.createByteBuffer(3 * 4 * 4);
44 tempData.put(imageData).flip();
45 return new Image(Format.RGB8, 4, 4, tempData);
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.cpp182 SimpleFontData* tempData = fontCache()->getCachedFontData(fontDescription, m_string); local
183 if (!tempData)
184 tempData = fontCache()->getLastResortFallbackFont(fontDescription);
186 fontData.set(new SimpleFontData(tempData->platformData(), true, true));
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp36 bool tempData = NULL == data; local
37 if (tempData) {
66 if (tempData) {
/external/icu4c/i18n/
H A Ducol_elm.cpp1981 UCATableHeader *tempData = uprv_uca_assembleTable(tempTable, status); local
1982 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
1996 } else if(tempData != 0) {
1997 uprv_free(tempData);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp3098 Vector<uint8_t> tempData; local
3105 tempData))
3107 data = tempData.data();
3295 Vector<uint8_t> tempData; local
3302 tempData))
3304 data = tempData.data();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds