OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xftg
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libXft/dist/src/
xftextent.c
38
XftGlyph *
xftg
;
local
56
xftg
= NULL;
62
(
xftg
= font->glyphs[glyph]))
67
if (
xftg
)
68
*extents =
xftg
->metrics;
76
overall_left = x -
xftg
->metrics.x;
77
overall_top = y -
xftg
->metrics.y;
78
overall_right = overall_left + (int)
xftg
->metrics.width;
79
overall_bottom = overall_top + (int)
xftg
->metrics.height;
80
x +=
xftg
->metrics.xOff
[
all
...]
xftglyphs.c
82
XftGlyph *
xftg
;
local
87
xftg
= font->glyphs[glyphindex];
88
if (
xftg
)
90
glyph_memory +=
xftg
->glyph_memory;
646
XftGlyph *
xftg
;
local
695
xftg
= font->glyphs[glyphindex];
696
if (!
xftg
)
706
if (
xftg
->glyph_memory)
842
xftg
->metrics.xOff = (short)(TRUNC(ROUND(vector.x)));
843
xftg
->metrics.yOff = (short)(-TRUNC(ROUND(vector.y)))
1120
XftGlyph *
xftg
;
local
1212
XftGlyph *
xftg
;
local
1349
XftGlyph *
xftg
;
local
[
all
...]
xftcore.c
319
_Xconst XftGlyph *
xftg
,
324
unsigned char *srcLine =
xftg
->bitmap, *src;
326
int width =
xftg
->metrics.width;
328
int height =
xftg
->metrics.height;
342
x -=
xftg
->metrics.x;
343
y -=
xftg
->metrics.y;
464
_Xconst XftGlyph *
xftg
,
493
width =
xftg
->metrics.width;
494
height =
xftg
->metrics.height;
496
x -=
xftg
->metrics.x
952
XftGlyph *
xftg
;
local
1086
XftGlyph *
xftg
;
local
1233
XftGlyph *
xftg
;
local
[
all
...]
xftfreetype.c
1102
XftGlyph *
xftg
= font->glyphs[i];
local
1103
if (
xftg
)
1105
if (
xftg
->bitmap)
1106
free (
xftg
->bitmap);
1107
free (
xftg
);
Completed in 6 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026