Searched refs:nl (Results 1 – 4 of 4) sorted by relevance
216 int nl = 0; in withinBlockquote() local219 nl++; in withinBlockquote()223 withinParagraph(out, text, i, next - nl, nl, next == end); in withinBlockquote()230 int start, int end, int nl, in withinParagraph() argument344 if (nl == 1) { in withinParagraph()346 } else if (nl == 2) { in withinParagraph()349 for (int i = 2; i < nl; i++) { in withinParagraph()
233 WindowManager.LayoutParams nl = new WindowManager.LayoutParams(); in show() local234 nl.copyFrom(l); in show()235 nl.softInputMode |= in show()237 l = nl; in show()
939 int nl = name.length(); in keyFor() local940 for (int i = 0; i < nl; i++) { in keyFor()
618 int32_t nl = l >> 12; in ditherAndClamp() local620 l = clamp16(nl); in ditherAndClamp()