Searched refs:nSelFrom (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | paint.c | 369 int nSelFrom, int nSelTo, int ymin, int cy) in ME_DrawTextWithStyle() argument 373 BOOL selected = (nSelFrom < run->len && nSelTo >= 0 in ME_DrawTextWithStyle() 374 && nSelFrom < nSelTo && !c->editor->bHideSelection && in ME_DrawTextWithStyle() 384 get_selection_rect( c, run, nSelFrom, nSelTo, cy, &sel_rect ); in ME_DrawTextWithStyle() 448 int nSelFrom, nSelTo; in ME_DrawRun() local 454 ME_GetSelectionOfs(c->editor, &nSelFrom, &nSelTo); in ME_DrawRun() 459 if (runofs >= nSelFrom && runofs < nSelTo) in ME_DrawRun() 470 BOOL selected = runofs >= nSelFrom && runofs < nSelTo; in ME_DrawRun() 479 ME_DrawOLE(c, x, y, run, (runofs >= nSelFrom) && (runofs < nSelTo)); in ME_DrawRun() 482 ME_DrawTextWithStyle(c, run, x, y, nSelFrom - runofs, nSelTo - runofs, in ME_DrawRun()
|