PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ c_int()

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

Definition at line 140 of file mvt.c.

141 {
142  return (id & 0x7) | (count << 3);
143 }
int count
Definition: genraster.py:57

References genraster::count.

Referenced by encode_ptarray().

Here is the caller graph for this function: