Home
last modified time | relevance | path

Searched refs:bpr (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dthumbnail.c559 int bpr = TIFFhowmany8(rw); in setImage1() local
566 fprintf(stderr, "bpr=%d, sy=%d, bpr*sy=%d\n", bpr, sy, bpr*sy); in setImage1()
567 rows[0] = br + bpr*sy; in setImage1()
578 rows[nrows++] = br + bpr*sy; in setImage1()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdf.h154 unsigned long bpr; /* Number of bytes used per row. */ member
A Dbdfdrivr.c701 if ( glyph.bpr > INT_MAX ) in BDF_Glyph_Load()
703 glyph.bpr )); in BDF_Glyph_Load()
704 bitmap->pitch = (int)glyph.bpr; /* same as FT_Bitmap.pitch */ in BDF_Glyph_Load()
A Dbdflib.c1751 nibbles = glyph->bpr << 1; in _bdf_parse_glyphs()
1752 bp = glyph->bitmap + p->row * glyph->bpr; in _bdf_parse_glyphs()
1920 glyph->bpr = ( glyph->bbx.width * p->font->bpp + 7 ) >> 3; in _bdf_parse_glyphs()
1922 bitmap_size = glyph->bpr * glyph->bbx.height; in _bdf_parse_glyphs()
1923 if ( glyph->bpr > 0xFFFFU || bitmap_size > 0xFFFFU ) in _bdf_parse_glyphs()

Completed in 9 milliseconds