Lines Matching refs:chk
189 StatusCheck chk; in SaveImageAtDropLocation() local
195 chk = pmsg->FindRef("directory", &dirref); in SaveImageAtDropLocation()
197 chk = pmsg->FindString("name", &filename); in SaveImageAtDropLocation()
201 chk = file.InitCheck(); in SaveImageAtDropLocation()
204 chk = proster->Translate(&stream, NULL, NULL, &file, B_TGA_FORMAT); in SaveImageAtDropLocation()
545 StatusCheck chk; in SetImage() local
549 chk = file.InitCheck(); in SetImage()
555 chk = B_ERROR; in SetImage()
562 chk = ioExtension.AddInt32("/documentIndex", fdocumentIndex); in SetImage()
563 chk = proster->Identify(&file, &ioExtension, &tinfo, 0, NULL, in SetImage()
568 chk = proster->Translate(&file, &tinfo, &ioExtension, &outstream, in SetImage()
571 chk = outstream.DetachBitmap(&pbitmap); in SetImage()