Home
last modified time | relevance | path

Searched refs:f_is_empty (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_font.c++1071 info.f_is_empty = glyph->f_shape->IsEmpty(); in GlyphInfo()
1179 info.f_is_empty = glyph->f_shape->IsEmpty(); in FindGlyph()
1180 glyph->f_in_use = info.f_is_empty ? mark_empty_in_use : true; in FindGlyph()
1189 info.f_is_empty = true; in FindGlyph()
H A Dlibsswf_tag_text.c++469 if(info->f_is_empty) { in DefineText()
/dports/devel/ppl/ppl-1.2/src/
H A DInterval_inlines.hh53 f_is_empty(const Interval<Boundary, Info>& x) { in f_is_empty() function
124 f_is_empty(const T& x) { in f_is_empty() function
131 return !f_is_empty(x); in f_is_singleton()
148 return f_is_empty(x); in check_empty_arg()
151 PPL_ASSERT(!f_is_empty(x)); in check_empty_arg()
H A Dppl.hh.dist18072 f_is_empty(const Interval<Boundary, Info>& x) {
18143 f_is_empty(const T& x) {
18150 return !f_is_empty(x);
18167 return f_is_empty(x);
18170 PPL_ASSERT(!f_is_empty(x));
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_c.h654 int f_is_empty; member
H A Dlibsswf.h2519 bool f_is_empty; // if true, it's like a space (i.e. invisible) member