Searched refs:repeatCount (Results 1 - 25 of 41) sorted by relevance

12

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimation.java22 private int repeatCount; field in class:ShadowAnimation
78 public void setRepeatCount(int repeatCount) { argument
79 this.repeatCount = repeatCount;
84 return repeatCount;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon21813
H A Deas_tcdata.h56 EAS_I8 repeatCount; /* note repeat counter */ member in struct:__anon21816
H A Deas_imelodydata.h61 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon21796
H A Deas_data.h75 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Deas_imelody.c418 pData->repeatCount = -1;
420 } else if (pData->repeatCount >= 0) {
422 /* decrement repeat count (repeatCount == 0 means infinite loop) */
423 if (pData->repeatCount > 0)
425 if (--pData->repeatCount == 0)
427 pData->repeatCount = -1;
436 if ((parserMode == eParserModePlay) || (pData->repeatCount != 0))
449 if (pData->repeatCount == -1)
463 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Repeat count = %dt", pData->repeatCount); */ }
465 if (pData->repeatCount <
[all...]
H A Djet_data.h109 EAS_I16 repeatCount; member in struct:s_jet_segment_tag
H A Deas_rtttl.c317 if (pData->repeatCount == 0)
325 if (pData->repeatCount != RTTTL_INFINITE_LOOP)
326 pData->repeatCount--;
992 pData->repeatCount = 0;
1068 pData->repeatCount = (EAS_U8) i;
H A Djet.c545 pStatus->segmentRepeatCount = pSeg->repeatCount;
605 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID) argument
628 p->repeatCount = (EAS_I16) repeatCount;
920 if (pSeg->repeatCount != 0)
926 if (pSeg->repeatCount > 0)
927 pSeg->repeatCount--;
H A Deas_public.c324 pStream->repeatCount = 0;
956 if (pEASData->streams[streamNum].repeatCount)
966 if (pEASData->streams[streamNum].repeatCount > 0)
967 pEASData->streams[streamNum].repeatCount--;
1106 * repeatCount - repeat count
1119 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1121 pStream->repeatCount = repeatCount;
1149 *pRepeatCount = pStream->repeatCount;
1661 if (pStream->repeatCount
[all...]
/external/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp19 int indicesPerRepetition, int repeatCount) {
26 int vertexCount = verticesPerRepetition * repeatCount;
38 repeatCount, maxRepetitions);
17 init(Target* target, size_t vertexStride, const GrBuffer* indexBuffer, int verticesPerRepetition, int indicesPerRepetition, int repeatCount) argument
H A DGrMeshDrawOp.h42 int indicesPerRepetition, int repeatCount);
/external/skqp/src/gpu/ops/
H A DGrMeshDrawOp.cpp19 int indicesPerRepetition, int repeatCount) {
26 int vertexCount = verticesPerRepetition * repeatCount;
38 repeatCount, maxRepetitions);
17 init(Target* target, size_t vertexStride, const GrBuffer* indexBuffer, int verticesPerRepetition, int indicesPerRepetition, int repeatCount) argument
H A DGrMeshDrawOp.h40 int indicesPerRepetition, int repeatCount);
/external/skia/src/codec/
H A DSkGifCodec.cpp432 int rowNumber, int repeatCount, bool writeTransparentPixels)
445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height());
457 // Check to see whether this row or one that falls in the repeatCount is needed in the
460 for (int i = 0; i < repeatCount; i++) {
470 repeatCount -= i;
472 repeatCount = (repeatCount - 1) / sampleY + 1;
474 // Make sure the repeatCount does not take us beyond the end of the dst
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount
431 haveDecodedRow(int frameIndex, const unsigned char* rowBegin, int rowNumber, int repeatCount, bool writeTransparentPixels) argument
[all...]
H A DSkGifCodec.h36 int rowNumber, int repeatCount, bool writeTransparentPixels);
/external/skqp/src/codec/
H A DSkGifCodec.cpp432 int rowNumber, int repeatCount, bool writeTransparentPixels)
445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height());
457 // Check to see whether this row or one that falls in the repeatCount is needed in the
460 for (int i = 0; i < repeatCount; i++) {
470 repeatCount -= i;
472 repeatCount = (repeatCount - 1) / sampleY + 1;
474 // Make sure the repeatCount does not take us beyond the end of the dst
475 if (dstRow + repeatCount > scaledHeight) {
476 repeatCount
431 haveDecodedRow(int frameIndex, const unsigned char* rowBegin, int rowNumber, int repeatCount, bool writeTransparentPixels) argument
[all...]
H A DSkGifCodec.h36 int rowNumber, int repeatCount, bool writeTransparentPixels);
/external/skia/include/utils/
H A DSkInterpolator.h50 @param repeatCount Multiplies the total time by this scalar.
52 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } argument
/external/skqp/include/utils/
H A DSkInterpolator.h50 @param repeatCount Multiplies the total time by this scalar.
52 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } argument
/external/skia/src/gpu/
H A DGrMesh.h238 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer, local
242 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
244 fIndexData.fIndexCount * repeatCount, 0, minIndexValue,
247 baseRepetition += repeatCount;
/external/skqp/src/gpu/
H A DGrMesh.h238 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer, local
242 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
244 fIndexData.fIndexCount * repeatCount, 0, minIndexValue,
247 baseRepetition += repeatCount;
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID);
/external/sonivox/arm-wt-22k/include/libsonivox/
H A Djet.h143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID);
/external/python/cpython2/Mac/Modules/cg/
H A DCFMLateImport.c341 UInt32 repeatCount; local
345 offset += DecodeVCountValue(&packedData[offset], &repeatCount);
346 repeatCount += 1; // stored value is (repeatCount - 1)
348 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
360 UInt32 repeatCount; local
367 offset += DecodeVCountValue(&packedData[offset], &repeatCount);
372 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
381 offset += (repeatCount * (commonSize + customSize)) + commonSize;
389 UInt32 repeatCount; local
[all...]

Completed in 441 milliseconds

12