Lines Matching defs:dimensions
79 * dimensions.
201 SkISize dimensions() const { return {fEncodedInfo.width(), fEncodedInfo.height()}; }
236 return this->dimensions();
424 * @param dstInfo Info of the destination. If the dimensions do not match
484 * @param dstInfo Info of the destination. If the dimensions do not match
679 * always be contained by SkCodec::dimensions().
752 return this->dimensions();
757 * Subclasses should override if they support dimensions other than the
898 * Return whether these dimensions are supported as a scale.
907 return dim == this->dimensions() || this->onDimensionsSupported(dim);