Searched defs:BytesPerPixel (Results 1 – 9 of 9) sorted by relevance
100 pub(crate) enum BytesPerPixel { enum697 pub(crate) fn bpp_in_prediction(&self) -> BytesPerPixel { in bpp_in_prediction()801 impl BytesPerPixel { impl
386 tbpp: BytesPerPixel, in unfilter()1038 bpp: BytesPerPixel, in filter()
502 fn bpp_in_prediction(&self) -> BytesPerPixel { in bpp_in_prediction()
100 pub(crate) enum BytesPerPixel { enum697 pub(crate) fn bpp_in_prediction(&self) -> BytesPerPixel { in bpp_in_prediction()801 impl BytesPerPixel { implementation
73 int BytesPerPixel; member
440 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
533 …uint32_t BytesPerPixel; // Number of bytes to copy, per pixel; 0 = "Same as Sys.PixelPi… member