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

  /external/skia/legacy/src/animator/
SkAnimateSet.cpp 67 SkDisplayTypes outType = fFieldInfo->getType();
68 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
71 fValues.setType(outType);
73 if (outType == SkType_String || outType == SkType_DynamicString)
78 SkASSERT(fValues.getType() == outType);
87 outType = SkType_MSec;
89 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
  /external/skia/src/animator/
SkAnimateSet.cpp 63 SkDisplayTypes outType = fFieldInfo->getType();
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
67 fValues.setType(outType);
69 if (outType == SkType_String || outType == SkType_DynamicString)
74 SkASSERT(fValues.getType() == outType);
83 outType = SkType_MSec;
85 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);
419 pkg->extractItems(destPath, *listPkg, outType);
478 *(s-5)=outType;
482 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 79 Type outType = tb.create();
81 mAllocationOut = Allocation.createTyped(mRS, outType,
114 b.addConnection(outType, swizzleId,

Completed in 227 milliseconds