Home
last modified time | relevance | path

Searched refs:ami_bitmap_is_nativebm (Results 1 – 3 of 3) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dbitmap.h92 bool ami_bitmap_is_nativebm(struct bitmap *bm, struct BitMap *nbm);
H A Dplotters.c515 if ((ami_bitmap_is_nativebm(bitmap, tbm) == false)) { in ami_bitmap()
1123 if ((ami_bitmap_is_nativebm(bitmap, tbm) == false)) { in ami_bitmap_tile()
H A Dbitmap.c815 bool ami_bitmap_is_nativebm(struct bitmap *bm, struct BitMap *nbm) function