33 return &
item->member.row;
42 return &
item->member.row;
51 return &
item->member.row;
60 return &
item->member.run;
71 return &
item->member.run;
79 return &
item->member.row;
140 row_num += para->
nRows;
int ME_GetCursorOfs(const ME_Cursor *cursor)
ME_Paragraph * editor_first_para(ME_TextEditor *editor)
struct png_info_def *typedef unsigned char **typedef struct png_info_def *typedef struct png_info_def *typedef struct png_info_def *typedef unsigned char ** row
ME_Row * para_first_row(ME_Paragraph *para) DECLSPEC_HIDDEN
ME_DisplayItem * ME_FindItemBack(ME_DisplayItem *di, ME_DIType nTypeOrClass) DECLSPEC_HIDDEN
ME_Paragraph * para_next(ME_Paragraph *para) DECLSPEC_HIDDEN
static ME_DisplayItem * run_get_di(ME_Run *run)
static ME_DisplayItem * row_get_di(ME_Row *row)
ME_DisplayItem * ME_FindItemFwd(ME_DisplayItem *di, ME_DIType nTypeOrClass) DECLSPEC_HIDDEN
@ diStartRowOrParagraphOrEnd
GLuint GLuint GLsizei count
ME_Row * row_from_cursor(ME_Cursor *cursor)
int row_number_from_char_ofs(ME_TextEditor *editor, int ofs)
ME_Paragraph * row_para(ME_Row *row)
void row_first_cursor(ME_Row *row, ME_Cursor *cursor)
ME_Run * row_first_run(ME_Row *row)
ME_Row * row_prev_all_paras(ME_Row *row)
void row_end_cursor(ME_Row *row, ME_Cursor *cursor, BOOL include_eop)
ME_Run * row_next_run(ME_Row *row, ME_Run *run)
ME_Row * row_next_all_paras(ME_Row *row)
ME_Row * row_next(ME_Row *row)
ME_Row * row_from_row_number(ME_TextEditor *editor, int row_num)
union tagME_DisplayItem::@555 member