Home
last modified time | relevance | path

Searched refs:CatResult (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/gifski/gifski-1.5.0/src/
H A Dlib.rs47 type DecodedImage = CatResult<(ImgVec<RGBA8>, f64)>;
128 fn write_frame(&mut self, frame: GIFFrame, delay: u16, settings: &Settings) -> CatResult<()>; in write_frame() argument
129 fn finish(&mut self) -> CatResult<()> { in finish() argument
171 pub fn new(settings: Settings) -> CatResult<(Collector, Writer)> { in new()
195 …mut self, frame_index: usize, image: ImgVec<RGBA8>, presentation_timestamp: f64) -> CatResult<()> { in add_frame_rgba() argument
210 …_file(&mut self, frame_index: usize, path: PathBuf, presentation_timestamp: f64) -> CatResult<()> { in add_frame_png_file() argument
222 …ha(image: Img<Cow<[RGBA8]>>, width: Option<u32>, height: Option<u32>) -> CatResult<ImgVec<RGBA8>> { in resized_binary_alpha()
364 …pub fn write<W: Write>(self, mut writer: W, reporter: &mut dyn ProgressReporter) -> CatResult<()> { in write() argument
376 …ncoder(mut self, encoder: &mut dyn Encoder, reporter: &mut dyn ProgressReporter) -> CatResult<()> { in write_with_encoder() argument
499 …: Receiver<DiffMessage>, remap_queue: Sender<RemapMessage>, settings: &Settings) -> CatResult<()> { in quantize_frames() argument
[all …]
H A Dencodegifsicle.rs31 fn flush_writer(&mut self) -> CatResult<()> { in flush_writer() argument
56 fn finish(&mut self) -> CatResult<()> { in finish() argument
69 fn write_frame(&mut self, frame: GIFFrame, delay: u16, settings: &Settings) -> CatResult<()> { in write_frame() argument
H A Dencoderust.rs1 use crate::error::CatResult;
23 fn write_frame(&mut self, f: GIFFrame, delay: u16, settings: &Settings) -> CatResult<()> { in write_frame() argument
H A Derror.rs43 pub type CatResult<T, E = Error> = Result<T, E>; typedef
H A Dordqueue.rs29 pub fn push(&mut self, index: usize, item: T) -> CatResult<()> { in push() argument
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/gifski-0.10.4/src/
H A Dlib.rs44 type DecodedImage = CatResult<(ImgVec<RGBA8>, f64)>;
96 fn write_frame(&mut self, frame: &GIFFrame, settings: &Settings) -> CatResult<()>; in write_frame() argument
97 fn finish(&mut self) -> CatResult<()> { in finish() argument
111 pub fn new(settings: Settings) -> CatResult<(Collector, Writer)> { in new()
135 …mut self, frame_index: usize, image: ImgVec<RGBA8>, presentation_timestamp: f64) -> CatResult<()> { in add_frame_rgba() argument
146 …_file(&mut self, frame_index: usize, path: PathBuf, presentation_timestamp: f64) -> CatResult<()> { in add_frame_png_file() argument
200 …: &[u8], background: Option<ImgRef<'_, RGBA8>>, settings: &Settings) -> CatResult<(ImgVec<u8>, Vec… in quantize()
227 …enc: &mut dyn Encoder, settings: &Settings, reporter: &mut dyn ProgressReporter) -> CatResult<()> { in write_frames() argument
246 …pub fn write<W: Write>(self, mut writer: W, reporter: &mut dyn ProgressReporter) -> CatResult<()> { in write() argument
269 …ncoder(mut self, encoder: &mut dyn Encoder, reporter: &mut dyn ProgressReporter) -> CatResult<()> { in write_with_encoder() argument
[all …]
H A Dencodegifsicle.rs31 fn flush_writer(&mut self) -> CatResult<()> { in flush_writer() argument
56 fn finish(&mut self) -> CatResult<()> { in finish() argument
69 fn write_frame(&mut self, frame: &GIFFrame, settings: &Settings) -> CatResult<()> { in write_frame() argument
H A Dencoderust.rs1 use crate::error::CatResult;
24 fn write_frame(&mut self, f: &GIFFrame, settings: &Settings) -> CatResult<()> { in write_frame() argument
H A Derror.rs41 pub type CatResult<T> = Result<T, Error>; typedef
H A Dordqueue.rs28 pub fn push(&mut self, index: usize, item: T) -> CatResult<()> { in push() argument
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/gifski-0.10.4/src/c_api/
H A Dc_api_error.rs1 use crate::CatResult;
71 impl From<CatResult<()>> for GifskiError {
72 fn from(res: CatResult<()>) -> Self { in from()
/dports/graphics/gifski/gifski-1.5.0/src/c_api/
H A Dc_api_error.rs1 use crate::CatResult;
73 impl From<CatResult<()>> for GifskiError {
75 fn from(res: CatResult<()>) -> Self { in from()
/dports/finance/weberp/webERP/
H A DMRPCreateDemands.php217 $CatResult = DB_query($SQL); variable
218 while ($MyRow = DB_fetch_array($CatResult)) {
H A DInventoryValuation.php230 $CatResult = DB_query($SQL); variable
231 while ($MyRow = DB_fetch_array($CatResult)) {
H A DStockCheck.php266 $CatResult = DB_query($SQL); variable
267 while ($MyRow = DB_fetch_array($CatResult)) {
H A DPDFPrintLabel.php300 …$CatResult= DB_query("SELECT categoryid, categorydescription FROM stockcategory ORDER BY categoryd… variable
301 while ($myrow = DB_fetch_array($CatResult)){
H A DPcAnalysis.php223 $CatResult = DB_query($SQL);
227 while ($MyRow = DB_fetch_array($CatResult)){
H A DPcTabExpensesList.php295 $CatResult = DB_query($SQL);
297 while ($MyRow = DB_fetch_array($CatResult)){
H A DInventoryPlanning.php472 $CatResult = DB_query($SQL); variable
473 while ($MyRow = DB_fetch_array($CatResult)) {
H A DPDFPriceList.php434 $CatResult = DB_query($SQL); variable
435 while ($MyRow = DB_fetch_array($CatResult)) {