• Home
  • Raw
  • Download

Lines Matching refs:sample_layout

109         sample_layout: SampleLayout,  in to_sa()
111 self.mul(sample_layout.px_extent_sa()) in to_sa()
117 sample_layout: SampleLayout, in to_el()
119 self.to_sa(sample_layout).div_ceil(format.el_extent_sa()) in to_el()
125 sample_layout: SampleLayout, in to_B()
127 self.to_el(format, sample_layout).to_B(format) in to_B()
134 sample_layout: SampleLayout, in to_tl()
137 self.to_B(format, sample_layout).div_ceil(tl_extent_B) in to_tl()
145 sample_layout: SampleLayout, in nil_extent4d_px_to_el()
147 extent_px.to_el(format, sample_layout) in nil_extent4d_px_to_el()
155 sample_layout: SampleLayout, in nil_extent4d_px_to_tl()
157 extent_px.to_tl(tiling, format, sample_layout) in nil_extent4d_px_to_tl()
164 sample_layout: SampleLayout, in nil_extent4d_px_to_B()
166 extent_px.to_B(format, sample_layout) in nil_extent4d_px_to_B()
170 pub fn to_px(self, sample_layout: SampleLayout) -> Extent4D<units::Pixels> { in to_px()
171 self.div_ceil(sample_layout.px_extent_sa()) in to_px()
279 sample_layout: SampleLayout, in to_el()
281 self.mul(sample_layout.px_extent_sa()) in to_el()
288 sample_layout: SampleLayout, in to_B()
290 self.to_el(format, sample_layout).to_B(format) in to_B()
297 sample_layout: SampleLayout, in to_tl()
299 self.to_B(format, sample_layout) in to_tl()
308 sample_layout: SampleLayout, in nil_offset4d_px_to_el()
310 offset.to_el(format, sample_layout) in nil_offset4d_px_to_el()
318 sample_layout: SampleLayout, in nil_offset4d_px_to_tl()
320 offset.to_tl(tiling, format, sample_layout) in nil_offset4d_px_to_tl()
327 sample_layout: SampleLayout, in nil_offset4d_px_to_B()
329 offset.to_B(format, sample_layout) in nil_offset4d_px_to_B()