Home | History | Annotate | Download | only in tests

Lines Matching defs:startResult

311     const SkCodec::Result startResult = codec->startScanlineDecode(info);
315 REPORTER_ASSERT(r, startResult == SkCodec::kSuccess);
366 REPORTER_ASSERT(r, startResult == SkCodec::kUnimplemented);