/external/skia/include/core/ |
D | SkLanguage.h | 32 SkLanguage() : fInfo(getInfo("")) { } in SkLanguage() 33 SkLanguage(const char* tag) : fInfo(getInfo(tag)) { } in SkLanguage() 34 SkLanguage(const SkLanguage& b) : fInfo(b.fInfo) { } in SkLanguage() 39 const SkString& getTag() const { return fInfo->fTag; } in getTag() 47 return fInfo == b.fInfo; 50 return fInfo != b.fInfo; 53 return fInfo < b.fInfo; 56 return fInfo > b.fInfo; 59 fInfo = b.fInfo; 64 const SkLanguageInfo* fInfo;
|
/external/skia/legacy/include/core/ |
D | SkLanguage.h | 32 SkLanguage() : fInfo(getInfo("")) { } in SkLanguage() 33 SkLanguage(const char* tag) : fInfo(getInfo(tag)) { } in SkLanguage() 34 SkLanguage(const SkLanguage& b) : fInfo(b.fInfo) { } in SkLanguage() 39 const SkString& getTag() const { return fInfo->fTag; } in getTag() 47 return fInfo == b.fInfo; 50 return fInfo != b.fInfo; 53 return fInfo < b.fInfo; 56 return fInfo > b.fInfo; 59 fInfo = b.fInfo; 64 const SkLanguageInfo* fInfo;
|
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 47 rec->fInfo = info; in addLayer() 160 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo); in next() 163 if (fCurrRec->fInfo.fPostTranslate) { in next() 164 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX, in next() 165 fCurrRec->fInfo.fOffset.fY); in next() 167 canvas->translate(fCurrRec->fInfo.fOffset.fX, fCurrRec->fInfo.fOffset.fY); in next() 207 buffer.writeInt(rec->fInfo.fFlagsMask); in flatten() 208 buffer.writeInt(rec->fInfo.fPaintBits); in flatten() 209 buffer.writeInt(rec->fInfo.fColorMode); in flatten() 210 buffer.writePoint(rec->fInfo.fOffset); in flatten() [all …]
|
/external/doclava/src/com/google/doclava/ |
D | FieldInfo.java | 417 public boolean isConsistent(FieldInfo fInfo) { in isConsistent() argument 419 if (!mType.equals(fInfo.mType)) { in isConsistent() 420 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), "Field " + fInfo.qualifiedName() in isConsistent() 423 } else if (!this.valueEquals(fInfo)) { in isConsistent() 424 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), "Field " + fInfo.qualifiedName() in isConsistent() 425 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue); in isConsistent() 429 if (!scope().equals(fInfo.scope())) { in isConsistent() 430 Errors.error(Errors.CHANGED_SCOPE, fInfo.position(), "Method " + fInfo.qualifiedName() in isConsistent() 431 + " changed scope from " + this.scope() + " to " + fInfo.scope()); in isConsistent() 435 if (mIsStatic != fInfo.mIsStatic) { in isConsistent() [all …]
|
/external/skia/legacy/src/images/ |
D | SkMovie.cpp | 18 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized in SkMovie() 25 if (fInfo.fDuration == UNINITIALIZED_MSEC && !this->onGetInfo(&fInfo)) in ensureInfo() 26 memset(&fInfo, 0, sizeof(fInfo)); // failure in ensureInfo() 32 return fInfo.fDuration; in duration() 38 return fInfo.fWidth; in width() 44 return fInfo.fHeight; in height() 50 return fInfo.fIsOpaque; in isOpaque()
|
/external/skia/src/images/ |
D | SkMovie.cpp | 20 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized in SK_DEFINE_INST_COUNT() 27 if (fInfo.fDuration == UNINITIALIZED_MSEC && !this->onGetInfo(&fInfo)) in ensureInfo() 28 memset(&fInfo, 0, sizeof(fInfo)); // failure in ensureInfo() 34 return fInfo.fDuration; in duration() 40 return fInfo.fWidth; in width() 46 return fInfo.fHeight; in height() 52 return fInfo.fIsOpaque; in isOpaque()
|
/external/skia/legacy/src/animator/ |
D | SkPathParts.cpp | 38 const SkMemberInfo SkMoveTo::fInfo[] = { member in SkMoveTo 59 const SkMemberInfo SkRMoveTo::fInfo[] = { member in SkRMoveTo 76 const SkMemberInfo SkLineTo::fInfo[] = { member in SkLineTo 97 const SkMemberInfo SkRLineTo::fInfo[] = { member in SkRLineTo 114 const SkMemberInfo SkQuadTo::fInfo[] = { member in SkQuadTo 137 const SkMemberInfo SkRQuadTo::fInfo[] = { member in SkRQuadTo 154 const SkMemberInfo SkCubicTo::fInfo[] = { member in SkCubicTo 179 const SkMemberInfo SkRCubicTo::fInfo[] = { member in SkRCubicTo 203 const SkMemberInfo SkAddGeom::fInfo[] = { member in SkAddGeom 216 const SkMemberInfo SkAddRect::fInfo[] = { member in SkAddRect [all …]
|
D | SkMemberInfo.h | 120 { (const char*) INHERITED::fInfo, 0, SkType_BaseClassInfo, INHERITED::fInfoCount } 151 static const SkMemberInfo fInfo[]; \ 159 static const SkMemberInfo fInfo[]; \ 168 static const SkMemberInfo fInfo[]; \ 177 static const SkMemberInfo fInfo[]; \ 190 static const SkMemberInfo fInfo[]; \ 200 static const SkMemberInfo fInfo[]; \ 206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \ 210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \ 213 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo) [all …]
|
D | SkMatrixParts.cpp | 38 const SkMemberInfo SkRotate::fInfo[] = { member in SkRotate 59 const SkMemberInfo SkScale::fInfo[] = { member in SkScale 81 const SkMemberInfo SkSkew::fInfo[] = { member in SkSkew 103 const SkMemberInfo SkTranslate::fInfo[] = { member in SkTranslate 123 const SkMemberInfo SkFromPath::fInfo[] = { member in SkFromPath 160 const SkMemberInfo SkRectToRect::fInfo[] = { member in SkRectToRect 222 const SkMemberInfo SkPolyToPoly::fInfo[] = { member in SkPolyToPoly
|
D | SkDisplayTypes.cpp | 28 const SkMemberInfo SkDisplayBoolean::fInfo[] = { member in SkDisplayBoolean 49 const SkMemberInfo SkDisplayInt::fInfo[] = { member in SkDisplayInt 70 const SkMemberInfo SkDisplayFloat::fInfo[] = { member in SkDisplayFloat 109 const SkMemberInfo SkDisplayString::fInfo[] = { member in SkDisplayString 179 const SkMemberInfo SkDisplayArray::fInfo[] = { member in SkDisplayArray
|
D | SkDrawExtraPathEffect.cpp | 170 const SkMemberInfo SkDrawShapePathEffect::fInfo[] = { member in SkDrawShapePathEffect 202 const SkMemberInfo SkDrawShape1DPathEffect::fInfo[] = { member in SkDrawShape1DPathEffect 313 const SkMemberInfo SkDrawShape2DPathEffect::fInfo[] = { member in SkDrawShape2DPathEffect 340 const SkMemberInfo SkDrawComposePathEffect::fInfo[] = { member in SkDrawComposePathEffect 383 const SkMemberInfo SkDrawCornerPathEffect::fInfo[] = { member in SkDrawCornerPathEffect 445 info = SkDrawShape1DPathEffect::fInfo; in getMembers() 448 info = SkDrawShape2DPathEffect::fInfo; in getMembers() 451 info = SkDrawComposePathEffect::fInfo; in getMembers() 454 info = SkDrawCornerPathEffect::fInfo; in getMembers()
|
D | SkDraw3D.cpp | 17 const SkMemberInfo Sk3D_Point::fInfo[] = { member in Sk3D_Point 33 const SkMemberInfo Sk3D_Camera::fInfo[] = { member in Sk3D_Camera 77 const SkMemberInfo Sk3D_Patch::fInfo[] = { member in Sk3D_Patch
|
D | SkDrawPoint.cpp | 17 const SkMemberInfo Sk_Point::fInfo[] = { member in Sk_Point 28 const SkMemberInfo SkDrawPoint::fInfo[] = { member in SkDrawPoint
|
/external/skia/src/animator/ |
D | SkPathParts.cpp | 38 const SkMemberInfo SkMoveTo::fInfo[] = { member in SkMoveTo 59 const SkMemberInfo SkRMoveTo::fInfo[] = { member in SkRMoveTo 76 const SkMemberInfo SkLineTo::fInfo[] = { member in SkLineTo 97 const SkMemberInfo SkRLineTo::fInfo[] = { member in SkRLineTo 114 const SkMemberInfo SkQuadTo::fInfo[] = { member in SkQuadTo 137 const SkMemberInfo SkRQuadTo::fInfo[] = { member in SkRQuadTo 154 const SkMemberInfo SkCubicTo::fInfo[] = { member in SkCubicTo 179 const SkMemberInfo SkRCubicTo::fInfo[] = { member in SkRCubicTo 203 const SkMemberInfo SkAddGeom::fInfo[] = { member in SkAddGeom 216 const SkMemberInfo SkAddRect::fInfo[] = { member in SkAddRect [all …]
|
D | SkMemberInfo.h | 120 { (const char*) INHERITED::fInfo, 0, SkType_BaseClassInfo, INHERITED::fInfoCount } 151 static const SkMemberInfo fInfo[]; \ 159 static const SkMemberInfo fInfo[]; \ 168 static const SkMemberInfo fInfo[]; \ 177 static const SkMemberInfo fInfo[]; \ 190 static const SkMemberInfo fInfo[]; \ 200 static const SkMemberInfo fInfo[]; \ 206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \ 210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \ 213 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo) [all …]
|
D | SkMatrixParts.cpp | 38 const SkMemberInfo SkRotate::fInfo[] = { member in SkRotate 59 const SkMemberInfo SkScale::fInfo[] = { member in SkScale 81 const SkMemberInfo SkSkew::fInfo[] = { member in SkSkew 103 const SkMemberInfo SkTranslate::fInfo[] = { member in SkTranslate 123 const SkMemberInfo SkFromPath::fInfo[] = { member in SkFromPath 160 const SkMemberInfo SkRectToRect::fInfo[] = { member in SkRectToRect 222 const SkMemberInfo SkPolyToPoly::fInfo[] = { member in SkPolyToPoly
|
D | SkDisplayTypes.cpp | 28 const SkMemberInfo SkDisplayBoolean::fInfo[] = { member in SkDisplayBoolean 49 const SkMemberInfo SkDisplayInt::fInfo[] = { member in SkDisplayInt 70 const SkMemberInfo SkDisplayFloat::fInfo[] = { member in SkDisplayFloat 105 const SkMemberInfo SkDisplayString::fInfo[] = { member in SkDisplayString 175 const SkMemberInfo SkDisplayArray::fInfo[] = { member in SkDisplayArray
|
D | SkDrawExtraPathEffect.cpp | 167 const SkMemberInfo SkDrawShapePathEffect::fInfo[] = { member in SkDrawShapePathEffect 199 const SkMemberInfo SkDrawShape1DPathEffect::fInfo[] = { member in SkDrawShape1DPathEffect 310 const SkMemberInfo SkDrawShape2DPathEffect::fInfo[] = { member in SkDrawShape2DPathEffect 337 const SkMemberInfo SkDrawComposePathEffect::fInfo[] = { member in SkDrawComposePathEffect 380 const SkMemberInfo SkDrawCornerPathEffect::fInfo[] = { member in SkDrawCornerPathEffect 442 info = SkDrawShape1DPathEffect::fInfo; in getMembers() 445 info = SkDrawShape2DPathEffect::fInfo; in getMembers() 448 info = SkDrawComposePathEffect::fInfo; in getMembers() 451 info = SkDrawCornerPathEffect::fInfo; in getMembers()
|
D | SkDraw3D.cpp | 17 const SkMemberInfo Sk3D_Point::fInfo[] = { member in Sk3D_Point 33 const SkMemberInfo Sk3D_Camera::fInfo[] = { member in Sk3D_Camera 77 const SkMemberInfo Sk3D_Patch::fInfo[] = { member in Sk3D_Patch
|
D | SkDrawPoint.cpp | 17 const SkMemberInfo Sk_Point::fInfo[] = { member in Sk_Point 28 const SkMemberInfo SkDrawPoint::fInfo[] = { member in SkDrawPoint
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 401 SkShader::GradientInfo fInfo; member in SkPDFShader::State 559 const SkShader::GradientInfo* info = &fState.get()->fInfo; in SkPDFFunctionShader() 889 if (fInfo.fColorCount != b.fInfo.fColorCount || in operator ==() 890 memcmp(fInfo.fColors, b.fInfo.fColors, in operator ==() 891 sizeof(SkColor) * fInfo.fColorCount) != 0 || in operator ==() 892 memcmp(fInfo.fColorOffsets, b.fInfo.fColorOffsets, in operator ==() 893 sizeof(SkScalar) * fInfo.fColorCount) != 0 || in operator ==() 894 fInfo.fPoint[0] != b.fInfo.fPoint[0] || in operator ==() 895 fInfo.fTileMode != b.fInfo.fTileMode) { in operator ==() 901 if (fInfo.fPoint[1] != b.fInfo.fPoint[1]) { in operator ==() [all …]
|
/external/skia/legacy/src/effects/ |
D | SkLayerDrawLooper.cpp | 42 rec->fInfo = info; in addLayer() 155 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo); in next() 158 if (fCurrRec->fInfo.fPostTranslate) { in next() 159 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX, in next() 160 fCurrRec->fInfo.fOffset.fY); in next() 162 canvas->translate(fCurrRec->fInfo.fOffset.fX, fCurrRec->fInfo.fOffset.fY); in next() 202 buffer.writeInt(rec->fInfo.fPaintBits); in flatten() 203 buffer.writeInt(rec->fInfo.fColorMode); in flatten() 204 buffer.writeScalar(rec->fInfo.fOffset.fX); in flatten() 205 buffer.writeScalar(rec->fInfo.fOffset.fY); in flatten() [all …]
|
/external/icu4c/i18n/ |
D | dtitvfmt.cpp | 116 : fInfo(NULL), in DateIntervalFormat() 126 fInfo(NULL), in DateIntervalFormat() 139 delete fInfo; in operator =() 148 if ( itvfmt.fInfo ) { in operator =() 149 fInfo = itvfmt.fInfo->clone(); in operator =() 151 fInfo = NULL; in operator =() 177 delete fInfo; in ~DateIntervalFormat() 199 equal = (*fInfo == *fmt->fInfo); in operator ==() 208 fInfo && in operator ==() 209 ( *fInfo == *fmt->fInfo ) && in operator ==() [all …]
|
/external/icu4c/tools/ctestfw/ |
D | testdata.cpp | 14 fInfo(NULL), in TestData() 26 if(fInfo != NULL) { in ~TestData() 27 delete fInfo; in ~TestData() 72 fInfo = new RBDataMap(info, status); in RBTestData() 93 if(fInfo) { in getInfo() 94 info = fInfo; in getInfo()
|
D | tstdtmod.cpp | 93 fInfo(NULL), in TestDataModule() 99 if(fInfo != NULL) { in ~TestDataModule() 100 delete fInfo; in ~TestDataModule() 137 fInfo = new RBDataMap(fInfoRB, status); in RBTestDataModule() 144 info = fInfo; in getInfo() 145 if(fInfo) { in getInfo()
|