Table of Contents

Description

How an image's data is to be treated by EFL, with regard to scaling cache.

Since 1.23

Fields

Signature

enum Efl.Gfx.Image_Scale_Hint {
    none: 0,
    dynamic: 1,
    static: 2
}

C signature

typedef enum {
    EFL_GFX_IMAGE_SCALE_HINT_NONE = 0,
    EFL_GFX_IMAGE_SCALE_HINT_DYNAMIC = 1,
    EFL_GFX_IMAGE_SCALE_HINT_STATIC = 2
} Efl_Gfx_Image_Scale_Hint;