Home
last modified time | relevance | path

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

/haiku/src/libs/icon/flat_icon/
H A DFlatIconFormat.h61 SHAPE_FLAG_TRANSFORM = 1 << 1, enumerator
H A DFlatIconImporter.cpp591 if (shapeFlags & SHAPE_FLAG_TRANSFORM) { in _ReadPathSourceShape()
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp562 shapeFlags |= SHAPE_FLAG_TRANSFORM; in _WritePathSourceShape()
575 if (shapeFlags & SHAPE_FLAG_TRANSFORM) { in _WritePathSourceShape()