/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 417 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument 430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() 445 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow() 455 repeatCount -= i; in haveDecodedRow() 457 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow() 460 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow() 461 repeatCount = scaledHeight - dstRow; in haveDecodedRow() 462 SkASSERT(repeatCount >= 1); in haveDecodedRow() 474 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow() 528 if (repeatCount > 1) { in haveDecodedRow() [all …]
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 412 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() 440 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow() 450 repeatCount -= i; in haveDecodedRow() 452 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow() 455 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow() 456 repeatCount = scaledHeight - dstRow; in haveDecodedRow() 457 SkASSERT(repeatCount >= 1); in haveDecodedRow() 469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow() 523 if (repeatCount > 1) { in haveDecodedRow() [all …]
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 58 int repeatCount, int maxRepetitions) { in PatternHelper() argument 60 indicesPerRepetition, repeatCount, maxRepetitions); in PatternHelper() 66 int repeatCount, int maxRepetitions) { in init() argument 73 int vertexCount = verticesPerRepetition * repeatCount; in init() 85 fMesh->setIndexedPatterned(std::move(indexBuffer), indicesPerRepetition, repeatCount, in init()
|
D | GrMeshDrawOp.h | 60 int indicesPerRepetition, int repeatCount, int maxRepetitions); 73 int verticesPerRepetition, int indicesPerRepetition, int repeatCount,
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 26 int repeatCount) { in PatternHelper() argument 28 indicesPerRepetition, repeatCount); in PatternHelper() 34 int repeatCount) { in init() argument 41 int vertexCount = verticesPerRepetition * repeatCount; in init() 52 repeatCount, maxRepetitions); in init()
|
D | GrMeshDrawOp.h | 38 int verticesPerRepetition, int indicesPerRepetition, int repeatCount); 49 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 341 UInt32 repeatCount; in UnpackPEFDataSection() local 345 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection() 346 repeatCount += 1; // stored value is (repeatCount - 1) in UnpackPEFDataSection() 348 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) { in UnpackPEFDataSection() 360 UInt32 repeatCount; in UnpackPEFDataSection() local 367 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection() 372 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) { in UnpackPEFDataSection() 381 offset += (repeatCount * (commonSize + customSize)) + commonSize; in UnpackPEFDataSection() 389 UInt32 repeatCount; in UnpackPEFDataSection() local 395 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection() [all …]
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | LottieValueAnimator.java | 24 private int repeatCount = 0; field in LottieValueAnimator 100 if (getRepeatCount() != INFINITE && repeatCount >= getRepeatCount()) { in doFrame() 106 repeatCount++; in doFrame() 209 repeatCount = 0; in playAnimation()
|
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieRunner.java | 65 …Animation createAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 66 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation() 82 …Animation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 83 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
|
D | SkottieAnimation.java | 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 60 mRepeatCount = repeatCount; in SkottieAnimation() 64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 70 mRepeatCount = repeatCount; in SkottieAnimation()
|
D | SkottieView.java | 213 public void setRepeatCount(int repeatCount) { in setRepeatCount() argument 214 mRepeatCount = repeatCount; in setRepeatCount()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imelody.c | 423 pData->repeatCount = -1; in IMY_Event() 425 } else if (pData->repeatCount >= 0) { in IMY_Event() 428 if (pData->repeatCount > 0) in IMY_Event() 430 if (--pData->repeatCount == 0) in IMY_Event() 432 pData->repeatCount = -1; in IMY_Event() 441 if ((parserMode == eParserModePlay) || (pData->repeatCount != 0)) in IMY_Event() 454 if (pData->repeatCount == -1) in IMY_Event() 470 if (pData->repeatCount < 0) in IMY_Event() 471 pData->repeatCount = (EAS_I16) temp; in IMY_Event() 1465 pData->repeatCount = -1; in IMY_ParseHeader()
|
D | jet.c | 553 pStatus->segmentRepeatCount = pSeg->repeatCount; in JET_Status() 613 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp… in JET_QueueSegment() argument 636 p->repeatCount = (EAS_I16) repeatCount; in JET_QueueSegment() 928 if (pSeg->repeatCount != 0) in JET_Process() 934 if (pSeg->repeatCount > 0) in JET_Process() 935 pSeg->repeatCount--; in JET_Process()
|
D | eas_tcdata.h | 56 EAS_I8 repeatCount; /* note repeat counter */ member
|
D | eas_rtttldata.h | 59 EAS_U8 repeatCount; /* repeat counter */ member
|
D | eas_imelodydata.h | 61 EAS_I16 repeatCount; /* repeat counter */ member
|
D | eas_rtttl.c | 322 if (pData->repeatCount == 0) in RTTTL_Event() 330 if (pData->repeatCount != RTTTL_INFINITE_LOOP) in RTTTL_Event() 331 pData->repeatCount--; in RTTTL_Event() 1029 pData->repeatCount = 0; in RTTTL_ParseHeader() 1105 pData->repeatCount = (EAS_U8) i; in RTTTL_ParseHeader()
|
D | eas_data.h | 75 EAS_I32 repeatCount; member
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | PlayerViewModel.kt | 31 val repeatCount: Int = ValueAnimator.INFINITE constant in com.airbnb.lottie.samples.PlayerState 104 …fun toggleLoop() = setState { copy(repeatCount = if (repeatCount == ValueAnimator.INFINITE) 0 else… in <lambda>()
|
/external/skqp/src/gpu/ |
D | GrMesh.h | 240 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer, in sendToGpu() local 244 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu() 247 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0, in sendToGpu() 250 baseRepetition += repeatCount; in sendToGpu()
|
/external/skqp/include/utils/ |
D | SkInterpolator.h | 53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
|
/external/angle/src/libANGLE/ |
D | Debug.cpp | 341 void Debug::insertPerfWarning(GLenum severity, const char *message, uint32_t *repeatCount) const in insertPerfWarning() 349 if (*repeatCount >= kMaxRepeat) in insertPerfWarning() 354 ++*repeatCount; in insertPerfWarning() 355 repeatLast = (*repeatCount == kMaxRepeat); in insertPerfWarning()
|
/external/skia/src/gpu/ |
D | GrOpsRenderPass.cpp | 327 int repeatCount = std::min(patternRepeatCount - baseRepetition, in drawIndexPattern() local 329 int drawIndexCount = repeatCount * patternIndexCount; in drawIndexPattern() 332 int maxIndexValue = patternVertexCount * repeatCount - 1; in drawIndexPattern() 335 baseRepetition += repeatCount; in drawIndexPattern()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | format-specification.h | 121 : repeatCount{std::move(r)}, u{std::move(x)} {} in FormatItem() 124 std::optional<std::uint64_t> repeatCount; member
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 667 int repeatCount; in deSingleton_selfTest() member 685 int repeatCount = cases[caseNdx].repeatCount; in deSingleton_selfTest() local 688 for (subCaseNdx = 0; subCaseNdx < repeatCount; subCaseNdx++) in deSingleton_selfTest()
|