OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_tombstones
(Results
1 - 1
of
1
) sorted by null
/external/pixman/pixman/
pixman-glyph.c
59
int
n_tombstones
;
member in struct:pixman_glyph_cache_t
134
cache->
n_tombstones
--;
151
cache->
n_tombstones
++;
160
cache->
n_tombstones
--;
182
cache->
n_tombstones
= 0;
195
cache->
n_tombstones
= 0;
223
cache->n_glyphs + cache->
n_tombstones
> N_GLYPHS_HIGH_WATER)
225
if (cache->
n_tombstones
> N_GLYPHS_HIGH_WATER)
Completed in 43 milliseconds