Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h105 NSVG_FLAGS_VISIBLE = 0x01 enumerator
1014 shape->flags = (attr->visible ? NSVG_FLAGS_VISIBLE : 0x00); in nsvg__addShape()