Home
last modified time | relevance | path

Searched refs:lpLine (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek_usb2_high.c873 *(lpLine + i * 6 + 2) = in MustScanner_GetRgb48BitLine()
875 *(lpLine + i * 6 + 3) = in MustScanner_GetRgb48BitLine()
877 *(lpLine + i * 6 + 4) = in MustScanner_GetRgb48BitLine()
879 *(lpLine + i * 6 + 5) = in MustScanner_GetRgb48BitLine()
946 *(lpLine + i * 6 + 2) = in MustScanner_GetRgb48BitLine()
948 *(lpLine + i * 6 + 3) = in MustScanner_GetRgb48BitLine()
950 *(lpLine + i * 6 + 0) = in MustScanner_GetRgb48BitLine()
2445 *(lpLine + i) = in MustScanner_GetMono8BitLine()
2512 lpTemp = lpLine; in MustScanner_GetMono8BitLine1200DPI()
2563 *(lpLine + i) = in MustScanner_GetMono8BitLine1200DPI()
[all …]
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocDrawRow.c129 LayoutPosition lpLine; in docDrawAdvanceParaInCell() local
131 docShiftPosition( &lpLine, bo, &(tl->tlTopPosition) ); in docDrawAdvanceParaInCell()
133 if ( ! DOC_COLUMN_AFTER( lpThisFrame, &lpLine ) ) in docDrawAdvanceParaInCell()
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dframe.c230 DrawLine (LINE *lpLine) in DrawLine() argument
238 TFB_Prim_Line (lpLine, color, mode, origin); in DrawLine()