Searched defs:outType (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/animator/
H A DSkAnimateSet.cpp67 SkDisplayTypes outType = fFieldInfo->getType(); local
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);
H A DSkMemberInfo.cpp184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
338 untypedStorage, outType, scriptValue)) {
350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
425 } else if (type == SkType_ARGB && outType == SkType_Float) {
183 setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, const char rawValue[], size_t rawValueLen) const argument
349 setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, SkString& raw) const argument
356 writeValue(SkDisplayable* displayable, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, SkScriptValue& scriptValue) const argument
/external/icu4c/tools/toolutil/
H A Dpkg_icu.cpp150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
171 pkg->writePackage(outFilename, outType, outComment);
H A Dpackage.cpp642 Package::writePackage(const char *filename, char outType, const char *comment) { argument
680 makeTypeProps(outType, outCharset, outIsBigEndian);
683 // one is a no-op for local type==outType
686 i=makeTypeEnum(outType);
1074 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1088 // swap the data to the outType
1089 // outType==0: don't swap
1090 if(outType!=0 && pItem->type!=outType) {
1094 makeTypeProps(outType, outCharse
1132 extractItem(const char *filesPath, int32_t idx, char outType) argument
1137 extractItems(const char *filesPath, const char *pattern, char outType) argument
1147 extractItems(const char *filesPath, const Package &listPkg, char outType) argument
[all...]
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp224 char outType; local
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 100 milliseconds