HomeSort by relevance Sort by last modified time
    Searched defs:outType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkAnimateSet.cpp 75 SkDisplayTypes outType = fFieldInfo->getType();
76 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
79 fValues.setType(outType);
81 if (outType == SkType_String || outType == SkType_DynamicString)
86 SkASSERT(fValues.getType() == outType);
94 outType = SkType_MSec;
96 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
  /external/icu4c/tools/icupkg/
icupkg.cpp 224 char outType;
301 outType=type[0];
302 switch(outType) {
318 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
320 outType=pkg->getInType(); // default to input type
322 outType=0; /* tells extractItem() to not swap */
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
466 *(s-5)=outType;
470 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
    [all...]

Completed in 55 milliseconds