Home | History | Annotate | Download | only in codec

Lines Matching refs:Result

64      *      chunk, this could result in a failure to create the codec or a
85 * chunk, this could result in a failure to create the codec or a
133 * changes could result in a valid subset.
148 * Used to describe the result of a call to getPixels().
150 * Result is the union of possible results from subclasses.
152 enum Result {
269 * @return Result kSuccess, or another value explaining the type of failure.
271 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*,
278 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
329 Result getYUV8Planes(const YUVSizeInfo& sizeInfo, void* planes[3]) {
370 Result startScanlineDecode(const SkImageInfo& dstInfo, const SkCodec::Options* options,
377 Result startScanlineDecode(const SkImageInfo& dstInfo);
529 virtual Result onGetPixels(const SkImageInfo& info,
538 virtual Result onGetYUV8Planes(const YUVSizeInfo&, void*[3] /*planes*/) {
655 virtual SkCodec::Result onStartScanlineDecode(const SkImageInfo& /*dstInfo*/,