Searched defs:repeatCount (Results 1 - 25 of 32) sorted by relevance

12

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon10850
H A Deas_imelodydata.h60 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon10837
H A Deas_data.h73 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Deas_public.c324 pStream->repeatCount = 0;
945 if (pEASData->streams[streamNum].repeatCount)
955 if (pEASData->streams[streamNum].repeatCount > 0)
956 pEASData->streams[streamNum].repeatCount--;
1095 * repeatCount - repeat count
1108 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1110 pStream->repeatCount = repeatCount;
1138 *pRepeatCount = pStream->repeatCount;
1647 if (pStream->repeatCount
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon10900
H A Deas_imelodydata.h60 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon10887
H A Deas_data.h73 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Deas_public.c324 pStream->repeatCount = 0;
945 if (pEASData->streams[streamNum].repeatCount)
955 if (pEASData->streams[streamNum].repeatCount > 0)
956 pEASData->streams[streamNum].repeatCount--;
1095 * repeatCount - repeat count
1108 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1110 pStream->repeatCount = repeatCount;
1138 *pRepeatCount = pStream->repeatCount;
1647 if (pStream->repeatCount
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon10952
H A Deas_tcdata.h56 EAS_I8 repeatCount; /* note repeat counter */ member in struct:__anon10955
H A Deas_imelodydata.h61 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon10935
H A Deas_data.h75 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Djet_data.h109 EAS_I16 repeatCount; member in struct:s_jet_segment_tag
H A Djet.c539 pStatus->segmentRepeatCount = pSeg->repeatCount;
599 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
622 p->repeatCount = (EAS_I16) repeatCount;
914 if (pSeg->repeatCount != 0)
920 if (pSeg->repeatCount > 0)
921 pSeg->repeatCount--;
H A Deas_public.c324 pStream->repeatCount = 0;
946 if (pEASData->streams[streamNum].repeatCount)
956 if (pEASData->streams[streamNum].repeatCount > 0)
957 pEASData->streams[streamNum].repeatCount--;
1096 * repeatCount - repeat count
1109 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1111 pStream->repeatCount = repeatCount;
1139 *pRepeatCount = pStream->repeatCount;
1651 if (pStream->repeatCount
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp214 int repeatCount, bool down, bool cap, bool alt, bool sym)
219 , m_autoRepeat(repeatCount > 0)
228 , m_repeatCount(repeatCount)
213 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount, bool down, bool cap, bool alt, bool sym) argument
/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/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp180 animation->setRepeatCount(repeatCount());
260 float PlatformCAAnimation::repeatCount() const function in class:PlatformCAAnimation
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp193 bool GIFImageDecoder::haveDecodedRow(unsigned frameIndex, unsigned char* rowBuffer, unsigned char* rowEnd, unsigned rowNumber, unsigned repeatCount, bool writeTransparentPixels) argument
205 int yEnd = lowerBoundScaledY(std::min(static_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1;
248 if (repeatCount > 1)
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h186 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
189 int repeatCount() const { return m_repeatCount; } function in class:WebCore::PlatformKeyboardEvent
235 /* the actual repeatCount (as opposed to just a bool m_autoRepeat)
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp572 SMILTime SVGSMILElement::repeatCount() const function in class:WebCore::SVGSMILElement
650 SMILTime repeatCount = this->repeatCount(); local
653 if (!simpleDuration || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
655 SMILTime repeatCountDuration = simpleDuration * repeatCount;
664 if (!resolvedEnd.isUnresolved() && dur().isUnresolved() && repeatDur().isUnresolved() && repeatCount().isUnresolved())
852 SMILTime repeatCount = this->repeatCount(); local
/external/icu4c/i18n/
H A Ddtptngen.cpp1579 int32_t repeatCount = row->minLen > 3 ? 3: row->minLen; local
1580 while (repeatCount-- > 0) {
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1668 float repeatCount = anim->iterationCount(); local
1669 if (repeatCount == Animation::IterationCountInfinite)
1670 repeatCount = numeric_limits<float>::max();
1672 repeatCount /= 2;
1691 propertyAnim->setRepeatCount(repeatCount);
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h972 int32_t repeatCount; // 0 for initial down (or up) member in struct:ANPEvent::__anon13390::__anon13391
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4445 jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt,
4450 unichar, repeatCount, isDown, isShift, isAlt, isSym));
4444 Key(JNIEnv* env, jobject obj, jint nativeClass, jint keyCode, jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt, jboolean isSym, jboolean isDown) argument

Completed in 1788 milliseconds

12