Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/win32/riched20/
H A Dtable.c138 ME_DisplayItem *cell; in ME_GetTableRowEnd() local
156 ME_DisplayItem *cell; in ME_GetTableRowStart() local
418 ME_DisplayItem *insertedCell, *para, *cell, *prevTableEnd; in ME_AppendTableRow() local
471 ME_DisplayItem *cell; in ME_SelectOrInsertNextCell() local
H A Dwrap.c205 ME_Cell *cell = &ME_FindItemBack(para, diCell)->member.cell; in ME_BeginRow() local
209 ME_Cell *cell = &para->member.para.pCell->member.cell; in ME_BeginRow() local
983 ME_DisplayItem *cell = ME_FindItemFwd(item, diCell); in adjust_para_y() local
1018 ME_DisplayItem *cell = ME_FindItemBack(item, diCell); in adjust_para_y() local
1065 ME_Cell *cell = &item->member.para.pCell->member.cell; in adjust_para_y() local
H A Dpaint.c60 ME_Cell *cell = NULL; in ME_PaintContent() local
707 ME_Cell *cell = &para->pCell->member.cell; in ME_DrawTableBorders() local
934 ME_Cell *cell = &para->pCell->member.cell; in ME_DrawParagraph() local
939 ME_Cell *cell = &para->next_para->member.para.pCell->member.cell; in ME_DrawParagraph() local
942 ME_Cell *cell = &para->prev_para->member.para.pCell->member.cell; in ME_DrawParagraph() local
H A Dcaret.c967 ME_DisplayItem *cell, *next_cell; in ME_FindPixelPosInTableRow() local
1361 ME_Cell *cell = &ME_FindItemBack(pNewPara, diCell)->member.cell; in ME_MoveCursorLines() local
1392 ME_DisplayItem *cell = ME_FindItemFwd(pNewPara, diCell); in ME_MoveCursorLines() local
H A Dundo.c185 …it_para( ME_TextEditor *editor, const ME_Paragraph *para, ME_String *eol_str, const ME_Cell *cell ) in add_undo_split_para()
H A Dpara.c630 ME_DisplayItem *cell = ME_MakeDI(diCell); in ME_SplitParagraph() local
H A Dwriter.c395 ME_DisplayItem *cell; in ME_StreamOutRTFTableProps() local
H A Deditstr.h261 ME_Cell cell; member
H A Deditor.c993 ME_DisplayItem *para, *cell, *run; in ME_RTFSpecialCharHook() local
/reactos/drivers/filesystems/btrfs/zstd/
H A Dfse_decompress.c141 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle() local
H A Dzstd_decompress_block.c350 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle() local
/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A Dftgrays.c504 PCell cell = ras.ycells[y - ras.min_ey]; in gray_dump_cells() local
526 PCell *pcell, cell; in gray_record_cell() local
1305 PCell cell = ras.ycells[y - ras.min_ey]; in gray_sweep() local
/reactos/dll/win32/oleaut32/
H A Dsafearray.c1197 ULONG cell = 0, dimensionSize = 1; in SafeArrayPtrOfIndex() local
/reactos/dll/win32/mlang/
H A Dmlang.c611 int cell = c1 % 2 ? 31 + (c2 > 95) : 126; in jis2sjis() local
623 int cell = shift ? (31 + (c2 > 127)): 126; in sjis2jis() local
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c6694 IHTMLTableCell *cell; in test_tr_modify() local
6811 IHTMLTableCell *cell; in test_td_elem() local