Home
last modified time | relevance | path

Searched defs:source (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftmemory.h237 #define FT_MEM_COPY( dest, source, count ) \ argument
240 #define FT_MEM_MOVE( dest, source, count ) \ argument
253 #define FT_ARRAY_COPY( dest, source, count ) \ argument
258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp1105 flow_item *source; in InitConnectionList() local
1304 void screen_flow_diagram_win::RemoveConnection(flow_item *source) in RemoveConnection()
1337 void screen_flow_diagram_win::RemoveConnection(flow_item *source, flow_item *target) in RemoveConnection()
1356 void screen_flow_diagram_win::CheckAddConnection(flow_item *source) in CheckAddConnection()
1389 void screen_flow_diagram_win::CheckAddConnection(flow_item *source, flow_item *target) in CheckAddConnection()
1418 …diagram_win::CalculateConnectionPos(trigger_connection *connection, flow_item *source, flow_item *… in CalculateConnectionPos()
1507 flow_item *source; in UpdateConnectionPos() local
Dsprite_edit_dialog.cpp30 #define SET_VAL(target, source) \ argument
36 #define CHECK_EQUAL(target, source) \ argument
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Dnormalization_test.c18 ULONG source[255]; variable
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dftimage.h1048 const void* source; member