HomeSort by relevance Sort by last modified time
    Searched refs:fTypes (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 53 return fRecords[i].visit<R>(fTypes[i], f);
63 return fRecords[i].mutate<R>(fTypes[i], f);
82 fTypes.realloc(fReserved);
85 fTypes[fCount] = T::kType;
99 fTypes[i] = T::kType;
110 SkASSERT(Existing::kType == fTypes[i]);
113 fTypes[i] = T::kType;
147 // We store the types in a parallel fTypes array, mainly so that they can be tightly packed as
183 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
226 // fRecords and fTypes need to be data structures that can append fixed length data, and need t
    [all...]
  /external/skia/src/core/
SkRecord.h 50 return fRecords[i].visit<R>(fTypes[i], f);
60 return fRecords[i].mutate<R>(fTypes[i], f);
78 fTypes.realloc(fReserved);
81 fTypes[fCount] = T::kType;
95 fTypes[i] = T::kType;
106 SkASSERT(Existing::kType == fTypes[i]);
109 fTypes[i] = T::kType;
143 // We store the types in a parallel fTypes array, mainly so that they can be tightly packed as
179 // visit() and mutate() work with the parallel fTypes array to do the work of a vtable.
222 // fRecords and fTypes need to be data structures that can append fixed length data, and need t
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.h 46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
47 , fNameTableData(nameTableData), fFamilyNameIter(*nameTableData, fTypes[fTypesIndex])
59 SkOTTableName::Record::NameID::Predefined::Value* fTypes;
SkOTUtils.cpp 194 fFamilyNameIter.reset(fTypes[fTypesIndex]);
  /external/skia/src/sfnt/
SkOTUtils.h 46 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0)
47 , fNameTableData(nameTableData), fFamilyNameIter(*nameTableData, fTypes[fTypesIndex])
59 SkOTTableName::Record::NameID::Predefined::Value* fTypes;
SkOTUtils.cpp 194 fFamilyNameIter.reset(fTypes[fTypesIndex]);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.cpp 65 fTypes.setCount(kResourceTypeCount);
67 fTypes[i] = NULL;
110 SkPDFDict* typeDict = fTypes[type];
116 fTypes[type] = newDict;
SkPDFResourceDict.h 97 SkTDArray<SkPDFDict*> fTypes;
  /external/skia/src/pdf/
SkPDFResourceDict.cpp 65 fTypes.setCount(kResourceTypeCount);
67 fTypes[i] = NULL;
110 SkPDFDict* typeDict = fTypes[type];
116 fTypes[type] = newDict;
SkPDFResourceDict.h 97 SkTDArray<SkPDFDict*> fTypes;
  /external/chromium_org/third_party/icu/source/common/
dictbe.h 46 uint32_t fTypes;
dictbe.cpp 30 fTypes = breakTypes;
38 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
74 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
    [all...]
  /external/icu/icu4c/source/common/
dictbe.h 46 uint32_t fTypes;
dictbe.cpp 30 fTypes = breakTypes;
38 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
77 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tzgnames.cpp 196 uint32_t fTypes;
202 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
223 if ((nameinfo->type & fTypes) != 0) {
    [all...]
tznames_impl.cpp 777 uint32_t fTypes;
783 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
804 if ((nameinfo->type & fTypes) != 0) {
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 196 uint32_t fTypes;
202 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
223 if ((nameinfo->type & fTypes) != 0) {
    [all...]
tznames_impl.cpp 777 uint32_t fTypes;
783 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
804 if ((nameinfo->type & fTypes) != 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 258 milliseconds