Home
last modified time | relevance | path

Searched refs:char_local (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fonts/libXft/libXft-2.3.4/src/
H A Dxftrender.c55 unsigned int char_local[NUM_LOCAL]; in XftGlyphRender() local
96 chars = char_local; in XftGlyphRender()
97 if (nglyphs * size > sizeof (char_local)) in XftGlyphRender()
135 if (chars != char_local) in XftGlyphRender()
165 unsigned int char_local[NUM_LOCAL]; in XftGlyphSpecRender() local
217 chars = char_local; in XftGlyphSpecRender()
344 if (chars != char_local) in XftGlyphSpecRender()
435 unsigned int char_local[NUM_LOCAL]; in XftGlyphFontSpecRender() local
489 chars = char_local; in XftGlyphFontSpecRender()
634 if (chars != char_local) in XftGlyphFontSpecRender()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTReqMan.h211 BOOL char_local; member
H A DHTReqMan.c752 me->char_local = override; in HTRequest_setCharset()