Home
last modified time | relevance | path

Searched defs:cell_flags (Results 1 – 8 of 8) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dcell.h49 struct cell_flags { struct
50 unsigned int cell_unused: 1; /* Was 2 */
51 unsigned int cell_lock: 2;
52 unsigned int cell_type: 3;
53 unsigned int cell_justify: 2;
54 unsigned int cell_format: 4; /* Was 3 */
55 unsigned int cell_precision: 4;
56 } cell_flags; member
/dports/devel/anjuta/anjuta-3.34.0/plugins/class-gen/
H A Dcell-renderer-flags.c160 CgCellRendererFlags *cell_flags; in cg_cell_renderer_flags_editing_done() local
225 CgCellRendererFlags *cell_flags; in cg_cell_renderer_flags_selected() local
303 CgCellRendererFlags *cell_flags; in cg_cell_renderer_flags_set_data_func() local
332 CgCellRendererFlags *cell_flags; in cg_cell_renderer_flags_start_editing() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Dintegration_info.h432 UpdateFlags cell_flags; variable
/dports/misc/cxxmatrix/cxxmatrix-e70ecca/
H A Dcxxmatrix.cpp60 enum cell_flags { enum
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc5476 unsigned cell_flags = 0; in unmarshallMapCell() local
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_draw.cpp3937 ImDrawFlags cell_flags = ImDrawFlags_RoundCornersNone; in RenderColorRectWithAlphaCheckerboard() local
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_draw.cpp3956 ImDrawFlags cell_flags = ImDrawFlags_RoundCornersNone; in RenderColorRectWithAlphaCheckerboard() local
/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.cc9347 const cString & cell_flags, const cString & null_text, bool print_text) in HTMLPrintStat()