Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 103) sorted by relevance

12345

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/config/
Dpublic-macros.h123 #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/
Dgx_utility_thai_glyph_shaping.c196 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 …]
Dgx_utility_bidi_paragraph_reorder.c439 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 …]
Dgxe_window_scrollbar_find.c74 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()
Dgxe_window_scroll_info_get.c74 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()
Dgxe_canvas_create.c88 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()
Dgx_binres_pixelmap_load.c71 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()
Dgx_widget_type_find.c73 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()
Dgx_window_scrollbar_find.c73 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()
Dgxe_utility_gradient_create.c79 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/
Dpngconf.h233 # 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/
Djmorecfg.h207 #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/
Dcommon.h39 # 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
Dobject.h48 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);
Dodb.h195 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/
Dundo_manager.cpp29 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 …]
Dundo_manager.h81 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);
Dresource_tree.cpp15 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()
Dtrigger_edit_dlg.cpp111 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()
Dresource_view.cpp334 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 …]
Dresource_item.cpp41 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 …]
DStudioXProject.cpp268 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/
Dftrfork.h79 FT_RFork_Rule type; member
83 #define CONST_FT_RFORK_RULE_ARRAY_BEGIN( name, type ) \ argument
84 static const type name[] = {
Dftstream.h288 #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/
Ddemo_guix_calculator.c32 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()

12345