Home | History | Annotate | Download | only in src

Lines Matching refs:bitmap_length

417   unsigned int bitmap_length = ((n_glyphs + 31) >> 5) << 2;
418 if (!bbox_stream->Skip(bitmap_length)) {