OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_inuse
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libXft/dist/src/
xftglyphs.c
119
if (++forward > font->
total_inuse
) {
121
forward, font->
total_inuse
);
122
if (forward > font->
total_inuse
+ 10)
127
if (forward < font->
total_inuse
) {
129
forward, font->
total_inuse
);
140
if (++reverse > font->
total_inuse
) {
142
reverse, font->
total_inuse
);
143
if (reverse > font->
total_inuse
+ 10)
148
if (reverse < font->
total_inuse
) {
150
reverse, font->
total_inuse
);
[
all
...]
xftint.h
181
FT_UInt
total_inuse
; /* total, for verifying usage */
member in struct:_XftFontInt
xftfreetype.c
1020
font->
total_inuse
= 0;
Completed in 6 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026