Searched refs:mPixel (Results 1 – 2 of 2) sorted by relevance
90 private final BipPixel mPixel; field in BipImageFormat120 mPixel = Objects.requireNonNull(pixel, "Pixel cannot be null"); in BipImageFormat()130 mPixel = new BipPixel(pixel); in BipImageFormat()155 return mPixel; in getPixel()186 if (mEncoding == null || mEncoding.getType() == BipEncoding.UNKNOWN || mPixel == null in toString()187 || mPixel.getType() == BipPixel.TYPE_UNKNOWN) { in toString()189 + (mPixel == null ? "pixel " : "")); in toString()198 sb.append(" pixel=\"" + mPixel.toString() + "\""); in toString()207 sb.append(" pixel=\"" + mPixel.toString() + "\""); in toString()
104 mImageDescriptor.mPixel = BipPixel.createFixed(width, height); in setFixedDimensions()164 private BipPixel mPixel = null; field in BipImageDescriptor205 mPixel = new BipPixel(xpp.getAttributeValue(null, "pixel")); in parse()243 return mPixel; in getPixel()287 if (mEncoding == null || mPixel == null) { in toString()289 + (mPixel == null ? "pixel " : "")); in toString()302 xmlMsgElement.attribute(null, "pixel", mPixel.toString()); in toString()