Home
last modified time | relevance | path

Searched refs:clipID (Results 1 – 6 of 6) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Djet.c840 EAS_PUBLIC EAS_RESULT JET_TriggerClip (EAS_DATA_HANDLE easHandle, EAS_INT clipID) in JET_TriggerClip() argument
846 if ((clipID < 0) || (clipID > 63)) in JET_TriggerClip()
850 clipID |= JET_CLIP_ACTIVE_FLAG; in JET_TriggerClip()
855 if (easHandle->jetHandle->muteQueue[i] == clipID) in JET_TriggerClip()
866 easHandle->jetHandle->muteQueue[index] = (EAS_U8) clipID | JET_CLIP_TRIGGER_FLAG; in JET_TriggerClip()
/external/sonivox/arm-wt-22k/host_src/
Djet.h183 EAS_PUBLIC EAS_RESULT JET_TriggerClip (EAS_DATA_HANDLE easHandle, EAS_INT clipID);
/external/sonivox/arm-wt-22k/include/libsonivox/
Djet.h183 EAS_PUBLIC EAS_RESULT JET_TriggerClip (EAS_DATA_HANDLE easHandle, EAS_INT clipID);
/external/skqp/src/svg/
DSkSVGDevice.cpp508 SkString clipID = fResourceBucket->addClip(); in addClipResources() local
515 clipPathElement.addAttribute("id", clipID); in addClipResources()
529 resources->fClip.printf("url(#%s)", clipID.c_str()); in addClipResources()
/external/skia/src/svg/
DSkSVGDevice.cpp511 SkString clipID = fResourceBucket->addClip(); in addClipResources() local
518 clipPathElement.addAttribute("id", clipID); in addClipResources()
532 resources->fClip.printf("url(#%s)", clipID.c_str()); in addClipResources()
/external/sonivox/jet_tools/JetCreator/
Deas.py1205 def TriggerClip (self, clipID): argument
1209 result = eas_dll.JET_TriggerClip(self.eas.handle, clipID)