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

  /external/chromium_org/third_party/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/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);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 117 uint32_t outType :4; // [8 - 11]
190 key.u.outType = RS_TYPE_FLOAT_32;
191 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
230 key.u.copyAlpha = !(key.u.inType || key.u.outType);
269 if (key.u.inType && !key.u.outType) {
449 if (key.u.inType || key.u.outType) {
515 if (key.u.outType) {
645 if (key.u.inType != key.u.outType) {
823 bool floatOut = !!cp->mLastKey.u.outType;
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/tools/icupkg/
icupkg.cpp 256 char outType;
353 outType=type[0];
354 switch(outType) {
370 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
372 outType=pkg->getInType(); // default to input type
374 outType=0; /* tells extractItem() to not swap */
398 pkg->extractItem(destPath, outFilename, 0, outType);
471 pkg->extractItems(destPath, *listPkg, outType);
530 *(s-5)=outType;
537 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 355 milliseconds