MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / is_displayable_pixel_format

Function is_displayable_pixel_format

platform/mac/pixelformat.cpp:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861
862static inline bool is_displayable_pixel_format(int format) {
863 return format > 0 && format <= nb_displayable_formats;
864}
865
866
867static const pixel_format *get_pixel_format(int format, bool allow_nondisplayable) {

Callers 1

get_pixel_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected