Home
last modified time | relevance | path

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

/haiku/src/libs/icon/style/
H A DGradientTransformable.h38 INTERPOLATION_LINEAR = 0, enumerator
H A DGradientTransformable.cpp561 case INTERPOLATION_LINEAR: in string_for_interpolation()
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp288 gradient.SetInterpolation(INTERPOLATION_LINEAR); in _AddShape()