Home
last modified time | relevance | path

Searched refs:lgstring (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcomposite.c899 Lisp_Object re, font_object, lgstring; in autocmp_chars() local
934 if (NILP (LGSTRING_ID (lgstring))) in autocmp_chars()
944 return unbind_to (count, lgstring); in autocmp_chars()
1253 Lisp_Object lgstring = Qnil; in composition_reseat_it() local
1277 if (composition_gstring_p (lgstring)) in composition_reseat_it()
1279 lgstring = Qnil; in composition_reseat_it()
1315 if (! composition_gstring_p (lgstring) in composition_reseat_it()
1321 if (NILP (lgstring)) in composition_reseat_it()
1323 if (NILP (LGSTRING_ID (lgstring))) in composition_reseat_it()
1324 lgstring = composition_gstring_put_cache (lgstring, -1); in composition_reseat_it()
[all …]
H A Dhbfont.c395 hbfont_shape (Lisp_Object lgstring, Lisp_Object direction) in hbfont_shape() argument
397 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in hbfont_shape()
398 ptrdiff_t glyph_len = 0, text_len = LGSTRING_GLYPH_LEN (lgstring); in hbfont_shape()
422 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in hbfont_shape()
501 if (glyph_len > LGSTRING_GLYPH_LEN (lgstring)) in hbfont_shape()
517 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in hbfont_shape()
526 LGSTRING_SET_GLYPH (lgstring, i, lglyph); in hbfont_shape()
H A Dw32uniscribe.c286 uniscribe_shape (Lisp_Object lgstring, Lisp_Object direction) in uniscribe_shape() argument
288 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in uniscribe_shape()
306 max_glyphs = nchars = LGSTRING_GLYPH_LEN (lgstring); in uniscribe_shape()
317 if (NILP (LGSTRING_GLYPH (lgstring, i))) in uniscribe_shape()
320 chars[i] = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i)); in uniscribe_shape()
383 lgstring = Qnil; in uniscribe_shape()
425 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, lglyph_index); in uniscribe_shape()
432 LGSTRING_SET_GLYPH (lgstring, lglyph_index, lglyph); in uniscribe_shape()
588 if (NILP (lgstring)) in uniscribe_shape()
H A Dhaikufont.c867 haikufont_shape (Lisp_Object lgstring, Lisp_Object direction) in haikufont_shape() argument
870 (struct haikufont_info *) CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in haikufont_shape()
877 glyph_len = LGSTRING_GLYPH_LEN (lgstring); in haikufont_shape()
880 tem = LGSTRING_GLYPH (lgstring, i); in haikufont_shape()
899 uint32_t c = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i)); in haikufont_shape()
921 tem = LGSTRING_GLYPH (lgstring, i); in haikufont_shape()
925 LGSTRING_SET_GLYPH (lgstring, i, tem); in haikufont_shape()
H A Dftfont.c2662 ptrdiff_t len = LGSTRING_GLYPH_LEN (lgstring); in ftfont_shape_by_flt()
2680 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2697 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2712 LGSTRING_SET_GLYPH (lgstring, i, g0); in ftfont_shape_by_flt()
2717 LGSTRING_SET_GLYPH (lgstring, len, Qnil); in ftfont_shape_by_flt()
2747 int c1 = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, 1)); in ftfont_shape_by_flt()
2779 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2797 if (gstring.used > LGSTRING_GLYPH_LEN (lgstring)) in ftfont_shape_by_flt()
2830 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2836 LGSTRING_SET_GLYPH (lgstring, i, lglyph); in ftfont_shape_by_flt()
[all …]
H A Dftcrfont.c479 ftcrfont_shape (Lisp_Object lgstring, Lisp_Object direction) in ftcrfont_shape() argument
481 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in ftcrfont_shape()
491 Lisp_Object result = ftfont_shape (lgstring, direction); in ftcrfont_shape()
H A Dxftfont.c522 xftfont_shape (Lisp_Object lgstring, Lisp_Object direction) in xftfont_shape() argument
524 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in xftfont_shape()
528 Lisp_Object val = ftfont_shape (lgstring, direction); in xftfont_shape()
H A Dnsfont.m1498 nsfont_shape (Lisp_Object lgstring, Lisp_Object direction)
1500 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring));
1509 glyph_len = LGSTRING_GLYPH_LEN (lgstring);
1512 tem = LGSTRING_GLYPH (lgstring, i);
1529 uint32_t c = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i));
1553 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
1561 LGSTRING_SET_GLYPH (lgstring, i, lglyph);
H A Dfont.h747 Lisp_Object (*shape) (Lisp_Object lgstring, Lisp_Object direction);
H A Dmacfont.m3028 macfont_shape (Lisp_Object lgstring, Lisp_Object direction)
3030 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring));
3041 glyph_len = LGSTRING_GLYPH_LEN (lgstring);
3045 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
3062 UTF32Char c = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i));
3102 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
3111 LGSTRING_SET_GLYPH (lgstring, i, lglyph);
H A Dxdisp.c28587 Lisp_Object lgstring; in fill_gstring_glyph_string() local
28609 lgstring = composition_gstring_from_id (s->cmp_id); in fill_gstring_glyph_string()
28610 s->font = XFONT_OBJECT (LGSTRING_FONT (lgstring)); in fill_gstring_glyph_string()
28628 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in fill_gstring_glyph_string()
/dports/editors/emacs/emacs-27.2/src/
H A Dcomposite.c883 Lisp_Object re, font_object, lgstring; in autocmp_chars() local
918 if (NILP (LGSTRING_ID (lgstring))) in autocmp_chars()
928 return unbind_to (count, lgstring); in autocmp_chars()
1214 Lisp_Object lgstring = Qnil; in composition_reseat_it() local
1238 if (composition_gstring_p (lgstring)) in composition_reseat_it()
1240 lgstring = Qnil; in composition_reseat_it()
1276 if (! composition_gstring_p (lgstring) in composition_reseat_it()
1282 if (NILP (lgstring)) in composition_reseat_it()
1284 if (NILP (LGSTRING_ID (lgstring))) in composition_reseat_it()
1285 lgstring = composition_gstring_put_cache (lgstring, -1); in composition_reseat_it()
[all …]
H A Dhbfont.c395 hbfont_shape (Lisp_Object lgstring, Lisp_Object direction) in hbfont_shape() argument
397 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in hbfont_shape()
398 ptrdiff_t glyph_len = 0, text_len = LGSTRING_GLYPH_LEN (lgstring); in hbfont_shape()
422 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in hbfont_shape()
501 if (glyph_len > LGSTRING_GLYPH_LEN (lgstring)) in hbfont_shape()
517 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in hbfont_shape()
526 LGSTRING_SET_GLYPH (lgstring, i, lglyph); in hbfont_shape()
H A Dw32uniscribe.c286 uniscribe_shape (Lisp_Object lgstring, Lisp_Object direction) in uniscribe_shape() argument
288 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in uniscribe_shape()
306 max_glyphs = nchars = LGSTRING_GLYPH_LEN (lgstring); in uniscribe_shape()
317 if (NILP (LGSTRING_GLYPH (lgstring, i))) in uniscribe_shape()
320 chars[i] = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i)); in uniscribe_shape()
383 lgstring = Qnil; in uniscribe_shape()
425 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, lglyph_index); in uniscribe_shape()
432 LGSTRING_SET_GLYPH (lgstring, lglyph_index, lglyph); in uniscribe_shape()
588 if (NILP (lgstring)) in uniscribe_shape()
H A Dftfont.c2667 ptrdiff_t len = LGSTRING_GLYPH_LEN (lgstring); in ftfont_shape_by_flt()
2685 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2702 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2717 LGSTRING_SET_GLYPH (lgstring, i, g0); in ftfont_shape_by_flt()
2722 LGSTRING_SET_GLYPH (lgstring, len, Qnil); in ftfont_shape_by_flt()
2752 int c1 = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, 1)); in ftfont_shape_by_flt()
2784 Lisp_Object g = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2802 if (gstring.used > LGSTRING_GLYPH_LEN (lgstring)) in ftfont_shape_by_flt()
2814 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in ftfont_shape_by_flt()
2820 LGSTRING_SET_GLYPH (lgstring, i, lglyph); in ftfont_shape_by_flt()
[all …]
H A Dftcrfont.c457 ftcrfont_shape (Lisp_Object lgstring, Lisp_Object direction) in ftcrfont_shape() argument
459 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in ftcrfont_shape()
469 Lisp_Object result = ftfont_shape (lgstring, direction); in ftcrfont_shape()
H A Dxftfont.c516 xftfont_shape (Lisp_Object lgstring, Lisp_Object direction) in xftfont_shape() argument
518 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring)); in xftfont_shape()
522 Lisp_Object val = ftfont_shape (lgstring, direction); in xftfont_shape()
H A Dfont.h746 Lisp_Object (*shape) (Lisp_Object lgstring, Lisp_Object direction);
H A Dmacfont.m2939 macfont_shape (Lisp_Object lgstring, Lisp_Object direction)
2941 struct font *font = CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring));
2952 glyph_len = LGSTRING_GLYPH_LEN (lgstring);
2956 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
2973 UTF32Char c = LGLYPH_CHAR (LGSTRING_GLYPH (lgstring, i));
3013 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
3022 LGSTRING_SET_GLYPH (lgstring, i, lglyph);
H A Dxdisp.c27700 Lisp_Object lgstring; in fill_gstring_glyph_string() local
27710 lgstring = composition_gstring_from_id (s->cmp_id); in fill_gstring_glyph_string()
27711 s->font = XFONT_OBJECT (LGSTRING_FONT (lgstring)); in fill_gstring_glyph_string()
27721 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i); in fill_gstring_glyph_string()
27727 s->width = composition_gstring_width (lgstring, s->cmp_from, s->cmp_to, NULL); in fill_gstring_glyph_string()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dgstring_REAME6 add the works '-lgstring' in order to link the gstring library
/dports/science/nwchem-data/nwchem-7.0.2-release/src/basis/
H A Dbasis.F4463 integer lgstring ! length of gstring local
4520 lgstring = inp_strlen(gstring)
4521 lnotalpha = lgstring+1
4522 do i = 1,lgstring
4530 do i = lnotalpha,lgstring
4554 lgstring_old = lgstring
4555 lgstring = inp_strlen(gstring)
4556 if (lgstring_old.gt.lgstring) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/basis/
H A Dbasis.F4464 integer lgstring ! length of gstring
4521 lgstring = inp_strlen(gstring)
4522 lnotalpha = lgstring+1
4523 do i = 1,lgstring
4531 do i = lnotalpha,lgstring
4555 lgstring_old = lgstring
4556 lgstring = inp_strlen(gstring)
4557 if (lgstring_old.gt.lgstring) then
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.147806 (lgstring-header, lgstring-set-header, lgstring-font)
7807 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7808 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7809 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7812 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.147806 (lgstring-header, lgstring-set-header, lgstring-font)
7807 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7808 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7809 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7812 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)

12