HomeSort by relevance Sort by last modified time
    Searched full:outtype (Results 1 - 23 of 23) sorted by null

  /external/skia/src/animator/
SkAnimateSet.cpp 75 SkDisplayTypes outType = fFieldInfo->getType();
76 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
79 fValues.setType(outType);
81 if (outType == SkType_String || outType == SkType_DynamicString)
86 SkASSERT(fValues.getType() == outType);
94 outType = SkType_MSec;
96 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
SkAnimateField.cpp 98 SkDisplayTypes outType = fFieldInfo->getType();
101 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to);
113 if (outType == SkType_ARGB) {
115 outType = SkType_Float;
117 fValues.setType(outType);
122 outType = SkType_MSec;
127 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from);
128 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to);
SkMemberInfo.cpp 191 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
345 untypedStorage, outType, scriptValue)) {
357 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
359 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
364 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
432 } else if (type == SkType_ARGB && outType == SkType_Float) {
SkMemberInfo.h 96 SkDisplayTypes outType, const char value[], size_t len) const;
99 SkDisplayTypes outType, SkString& str) const;
102 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_icu.h 17 char outType);
package.h 68 void writePackage(const char *filename, char outType, const char *comment);
105 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
106 void extractItems(const char *filesPath, const char *pattern, char outType);
107 void extractItems(const char *filesPath, const Package &listPkg, char outType);
110 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
package.cpp 626 Package::writePackage(const char *filename, char outType, const char *comment) {
664 makeTypeProps(outType, outCharset, outIsBigEndian);
667 // one is a no-op for local type==outType
670 i=makeTypeEnum(outType);
1061 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType)
    [all...]
pkg_icu.cpp 150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
171 pkg->writePackage(outFilename, outType, outComment);
  /external/icu4c/tools/toolutil/
pkg_icu.h 17 char outType);
package.h 68 void writePackage(const char *filename, char outType, const char *comment);
105 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
106 void extractItems(const char *filesPath, const char *pattern, char outType);
107 void extractItems(const char *filesPath, const Package &listPkg, char outType);
110 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
package.cpp 631 Package::writePackage(const char *filename, char outType, const char *comment) {
669 makeTypeProps(outType, outCharset, outIsBigEndian);
672 // one is a no-op for local type==outType
675 i=makeTypeEnum(outType);
    [all...]
pkg_icu.cpp 150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
171 pkg->writePackage(outFilename, outType, outComment);
  /external/dropbear/
dropbearconvert.c 33 static int do_convert(int intype, const char* infile, int outtype,
61 int intype, outtype; local
88 outtype = KEYFILE_DROPBEAR;
90 outtype = KEYFILE_OPENSSH;
102 return do_convert(intype, infile, outtype, outfile);
110 static int do_convert(int intype, const char* infile, int outtype,
137 if (import_write(outfile, key, NULL, outtype) != 1) {
  /external/chromium/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 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/chromium/third_party/icu/patches/
namespace.patch.txt 57 char outType);
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {
  /external/icu4c/test/perf/perldriver/
Output.pm 15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {
  /frameworks/base/tools/aapt/
ResourceTable.h 200 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
ResourceTable.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 444 milliseconds