HomeSort by relevance Sort by last modified time
    Searched refs:resData (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java 240 String[] resData = ln.split("\\s");
241 if (resData.length != 4){
245 if (!resData[0].equals("-Y") || !resData[2].equals("+X")){
249 //if (resData[0].endsWith("X")){
251 // width = Integer.parseInt(resData[1]);
252 // height = Integer.parseInt(resData[3]);
254 width = Integer.parseInt(resData[3]);
255 height = Integer.parseInt(resData[1]);
  /external/icu4c/tools/toolutil/
pkgitems.cpp 373 ResourceData resData;
375 res_read(&resData, pInfo, inBytes, length, pErrorCode);
387 if(!resData.noFallback) {
395 if(resData.usesPoolBundle) {
423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
424 resData.poolBundleKeys=(const char *)(poolIndexes+poolIndexLength);
432 itemName, &resData,
433 resData.rootRes, NULL, NULL, 0,
  /external/icu4c/common/
uresbund.cpp     [all...]

Completed in 199 milliseconds