reader_readDouble 84 lib/bitio.h double reader_readDouble(reader_t*r); reader_readDouble 159 lib/devices/record.c line->x = reader_readDouble(r); reader_readDouble 160 lib/devices/record.c line->y = reader_readDouble(r); reader_readDouble 163 lib/devices/record.c line->x = reader_readDouble(r); reader_readDouble 164 lib/devices/record.c line->y = reader_readDouble(r); reader_readDouble 167 lib/devices/record.c line->x = reader_readDouble(r); reader_readDouble 168 lib/devices/record.c line->y = reader_readDouble(r); reader_readDouble 169 lib/devices/record.c line->sx = reader_readDouble(r); reader_readDouble 170 lib/devices/record.c line->sy = reader_readDouble(r); reader_readDouble 285 lib/devices/record.c matrix.m00 = reader_readDouble(r); reader_readDouble 286 lib/devices/record.c matrix.m01 = reader_readDouble(r); reader_readDouble 287 lib/devices/record.c matrix.m10 = reader_readDouble(r); reader_readDouble 288 lib/devices/record.c matrix.m11 = reader_readDouble(r); reader_readDouble 289 lib/devices/record.c matrix.tx = reader_readDouble(r); reader_readDouble 290 lib/devices/record.c matrix.ty = reader_readDouble(r); reader_readDouble 303 lib/devices/record.c m->tx = reader_readDouble(r); reader_readDouble 304 lib/devices/record.c m->ty = reader_readDouble(r); reader_readDouble 424 lib/devices/record.c font->ascent = reader_readDouble(r); reader_readDouble 425 lib/devices/record.c font->descent = reader_readDouble(r); reader_readDouble 431 lib/devices/record.c font->glyphs[t].advance = reader_readDouble(r); reader_readDouble 718 lib/devices/record.c double width = reader_readDouble(r); reader_readDouble 719 lib/devices/record.c double miterlimit = reader_readDouble(r);