Home
last modified time | relevance | path

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

/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/export/
H A Dexport.cpp198 SCREEN_SMALL = 0, enumerator
332 screen_support[SCREEN_SMALL] = p_value; in _set()
409 r_ret = screen_support[SCREEN_SMALL]; in _get()
818 encode_uint32(screen_support[SCREEN_SMALL] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
/dports/devel/godot2/godot-2.1.6-stable/platform/android/export/
H A Dexport.cpp198 SCREEN_SMALL = 0, enumerator
332 screen_support[SCREEN_SMALL] = p_value; in _set()
409 r_ret = screen_support[SCREEN_SMALL]; in _get()
818 encode_uint32(screen_support[SCREEN_SMALL] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
/dports/lang/nbc/NXT/
H A DuNXTConstants.pas1116 SCREEN_SMALL = 2; // Screen between menu icons and status line
H A DNBCCommon.h1798 #define SCREEN_SMALL 2 /*!< Screen between menu icons and status line */ macro