Home
last modified time | relevance | path

Searched defs:l (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/MusicPlayer2/taglib/
H A Dtlist.tcc57 ListPrivate(const std::list<TP> &l) : ListPrivateBase(), list(l) {} in ListPrivate()
72 ListPrivate(const std::list<TP *> &l) : ListPrivateBase(), list(l) {} in ListPrivate()
98 List<T>::List(const List<T> &l) : d(l.d) in List()
165 List<T> &List<T>::append(const List<T> &l) in append()
181 List<T> &List<T>::prepend(const List<T> &l) in prepend()
284 List<T> &List<T>::operator=(const List<T> &l) in operator =()
291 void List<T>::swap(List<T> &l) in swap()
/MusicPlayer2/MusicPlayer2/
H A DColorConvert.cpp26 float h = 0, s = 0, l = 0; in RGBtoHSL() local
82 float l = hsl->luminance / 100.f; // l must be [0, 1] in HSLtoRGB() local
H A DFfmpegCore.cpp661 std::list<std::wstring> l; in GetAudioDevices() local
H A DCommon.cpp501 std::streampos l, m; in GetFileSize() local
/MusicPlayer2/scintilla/src/
H A DContractionState.cxx216 for (Sci::Line l = 0; l < lineCount; l++) { in InsertLines() local
228 for (Sci::Line l = 0; l < lineCount; l++) { in DeleteLines() local
H A DDocument.cxx2344 for (Sci::Line l=0; l<maxEditorLine; l++) in MarginClearAll() local
2389 for (Sci::Line l=0; l<maxEditorLine; l++) in AnnotationClearAll() local
2421 for (Sci::Line l=0; l<maxEditorLine; l++) in EOLAnnotationClearAll() local
H A DCellBuffer.cxx137 for (POS l = 0; l < static_cast<POS>(lines); l++) { in InsertLines() local
H A DEditView.cxx2437 …const unsigned int l = (r + g + b) / 3; // There is a better calculation for this that matches hu… in InvertedLight() local
/MusicPlayer2/scintilla/lexlib/
H A DWordList.cxx151 for (int l = len - 1; l >= 0; l--) { in Set() local