Searched refs:outType (Results 1 - 11 of 11) 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 DSkAnimateField.cpp90 SkDisplayTypes outType = fFieldInfo->getType();
93 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to);
105 if (outType == SkType_ARGB) {
107 outType = SkType_Float;
109 fValues.setType(outType);
114 outType = SkType_MSec;
119 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from);
120 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, 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
H A DSkMemberInfo.h88 SkDisplayTypes outType, const char value[], size_t len) const;
91 SkDisplayTypes outType, SkString& str) const;
94 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
/external/icu4c/tools/toolutil/
H A Dpkg_icu.h17 char outType);
H A Dpackage.h67 void writePackage(const char *filename, char outType, const char *comment);
104 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
105 void extractItems(const char *filesPath, const char *pattern, char outType);
106 void extractItems(const char *filesPath, const Package &listPkg, char outType);
109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
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/webkit/Source/WebCore/bindings/scripts/
H A Dgobject-generate-headers.pl50 my $outType = $ARGV[0];
52 if ($outType eq "defines") {
54 } elsif ($outType eq "gdom") {
64 if ($outType eq "defines") {
70 } elsif ($outType eq "gdom") {
/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...]
/external/icu4c/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {

Completed in 7125 milliseconds