Lines Matching defs:dots
434 SANE_Byte * buffer, SANE_Int dots);
444 SANE_Int dots);
1794 /* with must be adjusted to fit in the dots count per block */
6810 SANE_Byte * buffer, SANE_Int dots)
6815 "> Triplet_Compose_Order(*pRed, *pGreen, *pBlue, *buffer, dots=%i):\n",
6816 dots);
6821 dots = dots / 2;
6822 while (dots > 0)
6837 dots--;
6863 while (dots > 0)
6874 dots--;
6881 SANE_Byte * buffer, SANE_Int dots)
6888 "> Triplet_Compose_LRes(*pRed, *pGreen, *pBlue, *buffer, dots=%i):\n",
6889 dots);
6895 while (dots > 0)
6918 dots--;