PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ c_int()

static uint32_t c_int ( enum mvt_cmd_id  id,
uint32_t  count 
)
inlinestatic

Definition at line 106 of file mvt.c.

107 {
108  return (id & 0x7) | (count << 3);
109 }
int count
Definition: genraster.py:56

References genraster::count.

Referenced by encode_ptarray().

Here is the caller graph for this function: