Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetUtils.py627 bpm = 4 variable in MidiSegInfo.segInfo
664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)
666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:
668 tb = TimeBase(ppqn, bpm)
677 ret.bpm = bpm
/external/webkit/WebCore/rendering/
DRenderBlock.cpp4142 … int bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); in calcInlinePrefWidths() local
4143 childMin += bpm; in calcInlinePrefWidths()
4144 childMax += bpm; in calcInlinePrefWidths()