| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/config/ |
| D | public-macros.h | 123 #define FT_STATIC_CAST( type, var ) static_cast<type>(var) argument 124 #define FT_REINTERPRET_CAST( type, var ) reinterpret_cast<type>(var) argument 126 #define FT_STATIC_BYTE_CAST( type, var ) \ argument 127 static_cast<type>( static_cast<unsigned char>( var ) ) 129 #define FT_STATIC_CAST( type, var ) (type)(var) 130 #define FT_REINTERPRET_CAST( type, var ) (type)(var) 132 #define FT_STATIC_BYTE_CAST( type, var ) (type)(unsigned char)(var)
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_thai_glyph_shaping.c | 196 GX_UBYTE type; in _gx_utility_thai_glyph_class_type_get() local 205 type = GX_THAI_GLYPH_CLASS_BASE_DESC; in _gx_utility_thai_glyph_class_type_get() 209 type = GX_THAI_GLYPH_CLASS_BASE_ASC; in _gx_utility_thai_glyph_class_type_get() 213 type = GX_THAI_GLYPH_CLASS_BASE; in _gx_utility_thai_glyph_class_type_get() 218 type = GX_THAI_GLYPH_CLASS_TOP; in _gx_utility_thai_glyph_class_type_get() 222 type = GX_THAI_GLYPH_CLASS_LOWER; in _gx_utility_thai_glyph_class_type_get() 227 type = GX_THAI_GLYPH_CLASS_UPPER; in _gx_utility_thai_glyph_class_type_get() 231 type = 0; in _gx_utility_thai_glyph_class_type_get() 234 *return_type = type; in _gx_utility_thai_glyph_class_type_get() 302 GX_UBYTE type; in _gx_utility_thai_glyph_shaping() local [all …]
|
| D | gx_utility_bidi_paragraph_reorder.c | 439 ULONG type; in _gx_utility_bidi_explicit_levels_determine() local 463 type = unit -> gx_bidi_unit_type; in _gx_utility_bidi_explicit_levels_determine() 465 switch (type) in _gx_utility_bidi_explicit_levels_determine() 475 if (type == GX_BIDI_CHARACTER_TYPE_RLE || in _gx_utility_bidi_explicit_levels_determine() 476 type == GX_BIDI_CHARACTER_TYPE_RLO) in _gx_utility_bidi_explicit_levels_determine() 499 if (type == GX_BIDI_CHARACTER_TYPE_RLE || in _gx_utility_bidi_explicit_levels_determine() 500 type == GX_BIDI_CHARACTER_TYPE_LRE) in _gx_utility_bidi_explicit_levels_determine() 504 else if (type == GX_BIDI_CHARACTER_TYPE_RLO) in _gx_utility_bidi_explicit_levels_determine() 527 if (type == GX_BIDI_CHARACTER_TYPE_FSI) in _gx_utility_bidi_explicit_levels_determine() 541 type = GX_BIDI_CHARACTER_TYPE_RLI; in _gx_utility_bidi_explicit_levels_determine() [all …]
|
| D | gxe_window_scrollbar_find.c | 74 UINT _gxe_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar) in _gxe_window_scrollbar_find() argument 91 if ((type != GX_TYPE_HORIZONTAL_SCROLL) && (type != GX_TYPE_VERTICAL_SCROLL)) in _gxe_window_scrollbar_find() 97 status = _gx_window_scrollbar_find(window, type, return_scrollbar); in _gxe_window_scrollbar_find()
|
| D | gxe_window_scroll_info_get.c | 74 UINT _gxe_window_scroll_info_get(GX_WINDOW *window, ULONG type, GX_SCROLL_INFO *return_scroll_info) in _gxe_window_scroll_info_get() argument 91 if ((type != GX_SCROLLBAR_HORIZONTAL) && (type != GX_SCROLLBAR_VERTICAL)) in _gxe_window_scroll_info_get() 97 status = _gx_window_scroll_info_get(window, type, return_scroll_info); in _gxe_window_scroll_info_get()
|
| D | gxe_canvas_create.c | 88 UINT _gxe_canvas_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, UINT type, in _gxe_canvas_create() argument 124 if (type & (~((UINT)(GX_CANVAS_SIMPLE | GX_CANVAS_MANAGED | GX_CANVAS_VISIBLE | in _gxe_canvas_create() 131 … status = _gx_canvas_create(canvas, name, display, type, width, height, memory_area, memory_size); in _gxe_canvas_create()
|
| D | gx_binres_pixelmap_load.c | 71 USHORT type; in _gx_binres_standalone_resource_seek() local 74 GX_BINRES_READ_USHORT(type, info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_standalone_resource_seek() 77 if (type != GX_RESOURCE_TYPE_BINRES_STANDALONE) in _gx_binres_standalone_resource_seek()
|
| D | gx_widget_type_find.c | 73 UINT _gx_widget_type_find(GX_WIDGET *parent, USHORT type, GX_WIDGET **return_widget) in _gx_widget_type_find() argument 81 if (child -> gx_widget_type == type) in _gx_widget_type_find()
|
| D | gx_window_scrollbar_find.c | 73 UINT _gx_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar) in _gx_window_scrollbar_find() argument 79 if ((child -> gx_widget_type == type) && (child -> gx_widget_status & GX_STATUS_NONCLIENT)) in _gx_window_scrollbar_find()
|
| D | gxe_utility_gradient_create.c | 79 UCHAR type, GX_UBYTE alpha_start, GX_UBYTE alpha_end) in _gxe_utility_gradient_create() argument 91 status = _gx_utility_gradient_create(gradient, width, height, type, alpha_start, alpha_end); in _gxe_utility_gradient_create()
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | pngconf.h | 233 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP argument 287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args argument 291 # define PNG_EXPORT_TYPE(type) PNG_IMPEXP type argument 300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \ argument 301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \ 310 #define PNG_EXPORT(ordinal, type, name, args) \ argument 311 PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY) 315 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument 319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args) argument 450 # define PNG_FP_EXPORT(ordinal, type, name, args)\ argument [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libjpeg/include/ |
| D | jmorecfg.h | 207 #define METHODDEF(type) static type argument 209 #define LOCAL(type) static type argument 211 #define GLOBAL(type) type argument 213 #define EXTERN(type) extern type argument 223 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | common.h | 39 # define GIT_EXTERN(type) extern \ argument 41 type 43 # define GIT_EXTERN(type) __declspec(dllexport) type __cdecl argument 45 # define GIT_EXTERN(type) extern type argument
|
| D | object.h | 48 git_object_t type); 82 git_object_t type); 99 git_object_t type); 171 GIT_EXTERN(const char *) git_object_type2string(git_object_t type); 188 GIT_EXTERN(int) git_object_typeisloose(git_object_t type);
|
| D | odb.h | 195 git_object_t type; member 274 …RN(int) git_odb_write(git_oid *out, git_odb *odb, const void *data, size_t len, git_object_t type); 297 …git_odb_open_wstream(git_odb_stream **out, git_odb *db, git_object_size_t size, git_object_t type); 370 git_object_t *type, 410 GIT_EXTERN(int) git_odb_hash(git_oid *out, const void *data, size_t len, git_object_t type); 425 GIT_EXTERN(int) git_odb_hashfile(git_oid *out, const char *path, git_object_t type);
|
| /GUIX-v6.2.1/guix_studio/ |
| D | undo_manager.cpp | 29 void undo_manager::AddEntry(int type, folder_info *folder, int display_index) in AddEntry() argument 55 current->type = type; in AddEntry() 59 switch (type) in AddEntry() 76 void undo_manager::AddEntry(int type, widget_info *info, int res_index, BOOL fold) in AddEntry() argument 89 switch(type) in AddEntry() 94 if (current->type == type && fold) in AddEntry() 107 if (current->type == type && in AddEntry() 135 current->type = type; in AddEntry() 139 if (type == UNDO_TYPE_DELETE_WIDGET) in AddEntry() 195 void undo_manager::AddEntry(int type, CArray<WIDGET_SELECT_ENTRY> &widget_list, BOOL fold) in AddEntry() argument [all …]
|
| D | undo_manager.h | 81 int type; member 89 void AddEntry(int type, folder_info *folder, int display); 90 void AddEntry(int type, widget_info *info, int res_index = 0, BOOL fold = FALSE); 91 void AddEntry(int type, CArray<WIDGET_SELECT_ENTRY> &widget_list, BOOL fold = FALSE);
|
| D | resource_tree.cpp | 15 m_res_info.type = RES_TYPE_HEADER; in resource_tree() 120 if (start->mpRes->type == RES_TYPE_FOLDER) in PositionItems() 305 if ((start->mpRes->type == RES_TYPE_FOLDER) || in FindItem() 306 start->mpRes->type == RES_TYPE_GROUP) in FindItem() 336 … if (start->mpRes && start->mpRes->type == folder_type && start->mpRes->folder_id == folder_id) in FindFolder() 360 if (start->mpRes && start->mpRes->type == res_type && start->mpRes->name == res_name) in FindItem() 386 (start->mpRes->type == folder_type) && in FindFolderNamed()
|
| D | trigger_edit_dlg.cpp | 111 CString trigger_edit_dlg::GetTriggerTypeName(int type) in GetTriggerTypeName() argument 113 return FindPairString(TriggerTypes, type); in GetTriggerTypeName() 119 int type = FindPairVal(SystemEventTypes, type_name); in GetEventType() local 121 if (!type) in GetEventType() 123 type = FindPairVal(SignalEventTypes, type_name); in GetEventType() 126 return type; in GetEventType() 130 CString trigger_edit_dlg::GetEventTypeName(int type) in GetEventTypeName() argument 132 CString name = FindPairString(SystemEventTypes, type); in GetEventTypeName() 136 name = FindPairString(SignalEventTypes, type); in GetEventTypeName()
|
| D | resource_view.cpp | 334 if (new_parent->mpRes->type == RES_TYPE_PIXELMAP) in OnLButtonUp() 340 (new_parent->mpRes->type == RES_TYPE_FOLDER) && in OnLButtonUp() 461 item_type = item->mpRes->type; in OnLButtonDblClk() 716 switch(start->type) in InsertTreeResources() 1254 if (!NameExists(mDisplayIndex, info->type, name)) in CreateUniqueResourceName() 1459 switch(info->type) in PasteResource() 1889 if (!info || info->type != RES_TYPE_FONT) in OnEditFont() 2047 if (start->type == RES_TYPE_FONT) in UpdateStringTableFonts() 2097 if (pItem->mpRes->type == RES_TYPE_COLOR) in OnDeleteCustomColor() 2145 if (!info || info->type != RES_TYPE_FONT || in OnDeleteFont() [all …]
|
| D | resource_item.cpp | 41 if (mpRes->type == RES_TYPE_FOLDER) in resource_item() 55 switch (mpRes->type) in resource_item() 236 if ((mpRes->type <= RES_TYPE_FOLDER) && m_open) in Close() 560 int type = RES_TYPE_STRING; in RebuildPreview() local 564 type = mpRes->type; in RebuildPreview() 566 switch(type) in RebuildPreview() 1393 int type = GetResType(); in Paint() local 1395 switch(type) in Paint() 1488 int type = RES_TYPE_STRING; in GetHeight() local 1492 type = mpRes->type; in GetHeight() [all …]
|
| D | StudioXProject.cpp | 268 widget_info::widget_info(int type) in widget_info() argument 270 init(type); in widget_info() 436 void widget_info::init(int type) in init() argument 440 basetype = type; in init() 441 base_name = widget_factory::WidgetTypeToString(type); in init() 498 type = ResType; in res_info() 500 switch (type) in res_info() 569 type = other.type; in res_info() 643 switch(type) in ~res_info() 756 CString studiox_project::ResTypeToString(int type) in ResTypeToString() argument [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | ftrfork.h | 79 FT_RFork_Rule type; member 83 #define CONST_FT_RFORK_RULE_ARRAY_BEGIN( name, type ) \ argument 84 static const type name[] = {
|
| D | ftstream.h | 288 #define FT_GET_MACRO( type ) FT_NEXT_ ## type ( stream->cursor ) 306 #define FT_GET_MACRO( func, type ) ( (type)func( stream ) ) argument 324 #define FT_READ_MACRO( func, type, var ) \ argument 325 ( var = (type)func( stream, &error ), \
|
| /GUIX-v6.2.1/samples/demo_guix_calculator/ |
| D | demo_guix_calculator.c | 32 LONG type; member 164 if (pKeyInfo->type == TYPE_OPERAND) in calculator_event_handler() 181 if (pKeyInfo->type == TYPE_OPERATION) in calculator_event_handler() 186 else if ((pKeyInfo->type == TYPE_DOT) && !is_decimal_point) in calculator_event_handler()
|