Searched refs:bk (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_image_accessors.h35 image_accessor_clip(const pixfmt_type& pixf, const color_type& bk) : argument
38 pixfmt_type::make_pix(m_bk_buf, bk);
46 void background_color(const color_type& bk) argument
48 pixfmt_type::make_pix(m_bk_buf, bk);
/haiku/src/bin/unzip/
H A Dinflate.c615 unsigned bk; /* bits in bit buffer */
692 k = G.bk;
798 G.bk = k;
824 k = G.bk;
860 G.bk = k;
960 k = G.bk;
1054 G.bk = k;
1123 k = G.bk;
1140 G.bk = k;
1181 G.bk
[all...]
H A Dinflatef.c373 unsigned bk; /* bits in bit buffer */
450 k = G.bk;
556 G.bk = k;
582 k = G.bk;
618 G.bk = k;
718 k = G.bk;
812 G.bk = k;
881 k = G.bk;
898 G.bk = k;
939 G.bk
[all...]
H A Dgbloffs.c68 printf(out_format, "bk", (ulg)&G.bk - (ulg)&G);
H A Dglobals.h326 unsigned bk; /* inflate static: bits in bit buffer */ member in struct:Globals

Completed in 50 milliseconds