enum @beta Efl.Gfx.Image_Scale_Hint { /* FIXME: Legacy is in Emile, where it does not belong. */ [[How an image's data is to be treated by EFL, with regard to scaling cache.]] none = 0, [[No hint on the scaling (default).]] dynamic = 1, [[Image will be re-scaled over time, thus turning scaling cache OFF for its data.]] static = 2 [[Image will not be re-scaled over time, thus turning scaling cache ON for its data.]] }
Description
Description
Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T7873 efl.ui.image | ||
Resolved | None | T7880 efl.ui.bg | ||
Resolved | None | T7875 Efl.Gfx.Image | ||
Resolved | None | T7928 enum Efl.Gfx.Image_Scale_Hint |
Comment Actions
@woohyun is this needed urgently or can it be left as beta along with the interface property?