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

/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py627 bpm = 4 variable in class: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/Source/WebCore/rendering/
H A DRenderBlock.cpp4859 float bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); local
4860 childMin += bpm;
4861 childMax += bpm;

Completed in 79 milliseconds