Searched refs:outType (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateSet.cpp63 SkDisplayTypes outType = fFieldInfo->getType(); local
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);
H A DSkAnimateField.cpp80 SkDisplayTypes outType = fFieldInfo->getType();
83 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to);
95 if (outType == SkType_ARGB) {
97 outType = SkType_Float;
99 fValues.setType(outType);
104 outType = SkType_MSec;
109 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from);
110 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/skia/src/animator/
H A DSkAnimateSet.cpp63 SkDisplayTypes outType = fFieldInfo->getType(); local
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);
H A DSkAnimateField.cpp80 SkDisplayTypes outType = fFieldInfo->getType();
83 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to);
95 if (outType == SkType_ARGB) {
97 outType = SkType_Float;
99 fValues.setType(outType);
104 outType = SkType_MSec;
109 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from);
110 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
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.h17 char outType);
H A Dpackage.h81 void writePackage(const char *filename, char outType, const char *comment);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
175 pkg->writePackage(outFilename, outType, outComment);
H A Dpackage.cpp688 Package::writePackage(const char *filename, char outType, const char *comment) { argument
726 makeTypeProps(outType, outCharset, outIsBigEndian);
729 // one is a no-op for local type==outType
732 i=makeTypeEnum(outType);
779 prefix[prefixLength-1]=outType;
1129 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1143 // swap the data to the outType
1144 // outType==0: don't swap
1145 if(outType!=0 && pItem->type!=outType) {
1187 extractItem(const char *filesPath, int32_t idx, char outType) argument
1192 extractItems(const char *filesPath, const char *pattern, char outType) argument
1202 extractItems(const char *filesPath, const Package &listPkg, char outType) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.h17 char outType);
H A Dpackage.h81 void writePackage(const char *filename, char outType, const char *comment);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
175 pkg->writePackage(outFilename, outType, outComment);
H A Dpackage.cpp689 Package::writePackage(const char *filename, char outType, const char *comment) { argument
727 makeTypeProps(outType, outCharset, outIsBigEndian);
730 // one is a no-op for local type==outType
733 i=makeTypeEnum(outType);
780 prefix[prefixLength-1]=outType;
1130 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1144 // swap the data to the outType
1145 // outType==0: don't swap
1146 if(outType!=0 && pItem->type!=outType) {
1188 extractItem(const char *filesPath, int32_t idx, char outType) argument
1193 extractItems(const char *filesPath, const char *pattern, char outType) argument
1203 extractItems(const char *filesPath, const Package &listPkg, char outType) argument
[all...]
/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp59 DataType outType; member in struct:deqp::gls::ShaderConstExpr::TestParams
H A DglsShaderConstExprTests.cpp101 const DataType outType = cases[caseNdx].outType; local
107 switch (outType)
129 expected.dataType = outType;
132 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType);
/external/deqp/modules/gles2/scripts/
H A Dgen-conversions.py157 outType = outValues[0].typeString()
158 self.name = "%s_to_%s" % (inType, outType)
159 self.op = "out0 = %s(in0);" % outType
161 self.outputs = [("%s out0" % outType, outValues)]
174 outType = outValue.typeString()
175 self.name = "%s_to_%s" % (inType, outType)
176 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
178 self.outType = outType
[all...]
H A Dgen-swizzles.py239 outType = outputs[0].typeString() variable
240 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/chromium_org/third_party/icu/source/tools/icupkg/
H A Dicupkg.cpp258 char outType; local
355 outType=type[0];
356 switch(outType) {
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
532 *(s-5)=outType;
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
[all...]
/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp258 char outType; local
355 outType=type[0];
356 switch(outType) {
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
532 *(s-5)=outType;
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
[all...]
/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py170 outType = outValues[0].typeString()
171 self.name = "%s_to_%s" % (inType, outType)
172 self.op = "out0 = %s(in0);" % outType
174 self.outputs = [("%s out0" % outType, outValues)]
187 outType = outValue.typeString()
188 self.name = "%s_to_%s" % (inType, outType)
189 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
191 self.outType = outType
[all...]
H A Dgen-swizzles.py243 outType = outputs[0].typeString() variable
244 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Drenderer11_utils.h102 template <typename outType>
103 outType* DynamicCastComObject(IUnknown* object)
105 outType *outObject = NULL;
106 HRESULT result = object->QueryInterface(__uuidof(outType), reinterpret_cast<void**>(&outObject));
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {

Completed in 4630 milliseconds

12