Home
last modified time | relevance | path

Searched refs:fl_selection_length (Results 1 – 15 of 15) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_dnd_win32.cxx47 extern int fl_selection_length[2];
459 int utf16_len = fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], 0, 0); in GetData()
462 …fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], (unsigned short*)pMem, utf16_len + … in GetData()
H A DFl_win32.cxx495 int fl_selection_length[2]; variable
561 fl_selection_length[clipboard] = len; in copy()
566 …int utf16_len = fl_utf8toUtf16(fl_selection_buffer[clipboard], fl_selection_length[clipboard], 0, … in copy()
570 …fl_utf8toUtf16(fl_selection_buffer[clipboard], fl_selection_length[clipboard], (unsigned short*) m… in copy()
596 Fl::e_text = new char[fl_selection_length[clipboard]+1]; in paste()
1200 …int l = fl_utf8toUtf16(fl_selection_buffer[1], fl_selection_length[1], NULL, 0); // Pass NULL buff… in WndProc()
1205 l = fl_utf8toUtf16(fl_selection_buffer[1], fl_selection_length[1], g, (l+1)); in WndProc()
H A DFl_mac.cxx2585 int fl_selection_length[2]; variable
2616 fl_selection_length[clipboard] = len; in copy()
2649 fl_selection_length[1] = 0; in paste()
2702 fl_selection_length[1] = len; in paste()
2715 fl_selection_length[1] = len; len++; in paste()
2718 fl_selection_buffer[1][fl_selection_length[1]] = 0; in paste()
2724 Fl::e_length = fl_selection_length[clipboard]; in paste()
H A DFl_x.cxx722 int fl_selection_length[2]; variable
733 Fl::e_length = fl_selection_length[clipboard]; in paste()
783 fl_selection_length[clipboard] = len; in copy()
1026 } else if (/*e.target == XA_STRING &&*/ fl_selection_length[clipboard]) { in fl_handle()
1040 fl_selection_length[clipboard]); in fl_handle()
H A DFl_cocoa.mm2450 int fl_selection_length[2];
2475 fl_selection_length[clipboard] = len;
2492 fl_selection_length[1] = 0;
2544 fl_selection_length[1] = len;
2550 Fl::e_length = fl_selection_length[clipboard];
3280 …f text = CFDataCreate(kCFAllocatorDefault, (UInt8*)fl_selection_buffer[0], fl_selection_length[0]);
3301 fl_selection_buffer[0][ fl_selection_length[0] ] = 0;
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_dnd_win32.cxx39 extern int fl_selection_length[2];
468 int utf16_len = fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], 0, 0); in GetData()
471 …fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], (unsigned short*)pMem, utf16_len + … in GetData()
H A DFl_x.cxx949 int fl_selection_length[2]; variable
993 Fl::e_length = fl_selection_length[clipboard]; in paste()
1128 fl_selection_length[clipboard] = len; in copy()
1196 fl_selection_buffer[clipboard] = (char *) create_bmp(data,W,H,&fl_selection_length[clipboard]); in copy_image()
1197 fl_selection_buffer_length[clipboard] = fl_selection_length[clipboard]; in copy_image()
1648 if (fl_selection_length[clipboard]) { // data available in fl_handle()
1663 fl_selection_length[clipboard]); in fl_handle()
1675 if (e.target == fl_XaImageBmp && fl_selection_length[clipboard]) { in fl_handle()
1679 fl_selection_length[clipboard]); in fl_handle()
H A DFl_win32.cxx598 int fl_selection_length[2]; variable
661 fl_selection_length[1], 0, 0);
666 fl_utf8toUtf16(fl_selection_buffer[1], fl_selection_length[1],
697 fl_selection_length[clipboard] = len;
714 char *clip_text = new char[fl_selection_length[clipboard]+1];
H A DFl_cocoa.mm3742 int fl_selection_length[2] = {0, 0};
3782 fl_selection_length[clipboard] = len;
3876 fl_selection_length[1] = get_plain_text_from_clipboard(1);
3891 fl_selection_length[1] = 0;
3894 Fl::e_length = fl_selection_length[clipboard];
4348 …f text = CFDataCreate(kCFAllocatorDefault, (UInt8*)fl_selection_buffer[0], fl_selection_length[0]);
4360 fl_selection_buffer[0][ fl_selection_length[0] ] = 0;
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_dnd_win32.cxx47 extern int fl_selection_length[2];
459 int utf16_len = fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], 0, 0); in GetData()
462 …fl_utf8toUtf16(fl_selection_buffer[0], fl_selection_length[0], (unsigned short*)pMem, utf16_len + … in GetData()
H A DFl_win32.cxx495 int fl_selection_length[2]; variable
561 fl_selection_length[clipboard] = len; in copy()
566 …int utf16_len = fl_utf8toUtf16(fl_selection_buffer[clipboard], fl_selection_length[clipboard], 0, … in copy()
570 …fl_utf8toUtf16(fl_selection_buffer[clipboard], fl_selection_length[clipboard], (unsigned short*) m… in copy()
596 Fl::e_text = new char[fl_selection_length[clipboard]+1]; in paste()
1200 …int l = fl_utf8toUtf16(fl_selection_buffer[1], fl_selection_length[1], NULL, 0); // Pass NULL buff… in WndProc()
1205 l = fl_utf8toUtf16(fl_selection_buffer[1], fl_selection_length[1], g, (l+1)); in WndProc()
H A DFl_mac.cxx2585 int fl_selection_length[2]; variable
2616 fl_selection_length[clipboard] = len; in copy()
2649 fl_selection_length[1] = 0; in paste()
2702 fl_selection_length[1] = len; in paste()
2715 fl_selection_length[1] = len; len++; in paste()
2718 fl_selection_buffer[1][fl_selection_length[1]] = 0; in paste()
2724 Fl::e_length = fl_selection_length[clipboard]; in paste()
H A DFl_x.cxx780 int fl_selection_length[2]; variable
791 Fl::e_length = fl_selection_length[clipboard]; in paste()
841 fl_selection_length[clipboard] = len; in copy()
1327 } else if (/*e.target == XA_STRING &&*/ fl_selection_length[clipboard]) { in fl_handle()
1341 fl_selection_length[clipboard]); in fl_handle()
H A DFl_cocoa.mm2440 int fl_selection_length[2];
2465 fl_selection_length[clipboard] = len;
2482 fl_selection_length[1] = 0;
2534 fl_selection_length[1] = len;
2540 Fl::e_length = fl_selection_length[clipboard];
3270 …f text = CFDataCreate(kCFAllocatorDefault, (UInt8*)fl_selection_buffer[0], fl_selection_length[0]);
3291 fl_selection_buffer[0][ fl_selection_length[0] ] = 0;
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_x.cxx438 int fl_selection_length[2]; variable
449 Fl::e_length = fl_selection_length[clipboard]; in paste()
499 fl_selection_length[clipboard] = len; in copy()
644 } else if (/*e.target == XA_STRING &&*/ fl_selection_length[clipboard]) { in fl_handle()
648 fl_selection_length[clipboard]); in fl_handle()