Searched defs:l (Results 1 – 9 of 9) sorted by relevance
57 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()
26 float h = 0, s = 0, l = 0; in RGBtoHSL() local82 float l = hsl->luminance / 100.f; // l must be [0, 1] in HSLtoRGB() local
661 std::list<std::wstring> l; in GetAudioDevices() local
501 std::streampos l, m; in GetFileSize() local
216 for (Sci::Line l = 0; l < lineCount; l++) { in InsertLines() local228 for (Sci::Line l = 0; l < lineCount; l++) { in DeleteLines() local
2344 for (Sci::Line l=0; l<maxEditorLine; l++) in MarginClearAll() local2389 for (Sci::Line l=0; l<maxEditorLine; l++) in AnnotationClearAll() local2421 for (Sci::Line l=0; l<maxEditorLine; l++) in EOLAnnotationClearAll() local
137 for (POS l = 0; l < static_cast<POS>(lines); l++) { in InsertLines() local
2437 …const unsigned int l = (r + g + b) / 3; // There is a better calculation for this that matches hu… in InvertedLight() local
151 for (int l = len - 1; l >= 0; l--) { in Set() local