Lines Matching defs:getElement

253     public Element getElement() {
254 return mType.getElement();
328 return (int)Math.ceil(mType.getCount() * mType.getElement().getBytesSize() * 1.5);
330 return mType.getCount() * mType.getElement().getBytesSize();
379 mSize = mType.getCount() * mType.getElement().getBytesSize();
526 int xBytesSize = mType.getX() * mType.getElement().getBytesSize();
570 mByteBufferStride = mType.getX() * mType.getElement().getBytesSize();
625 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
627 mType.getElement().mKind + ", type " +
628 mType.getElement().mType +
629 " of " + mType.getElement().getBytesSize() +
634 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
635 (mType.getElement().getBytesSize() != 4)) {
637 mType.getElement().mKind + ", type " +
638 mType.getElement().mType +
639 " of " + mType.getElement().getBytesSize() +
644 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
645 (mType.getElement().getBytesSize() != 2)) {
647 mType.getElement().mKind + ", type " +
648 mType.getElement().mType +
649 " of " + mType.getElement().getBytesSize() +
654 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
655 (mType.getElement().getBytesSize() != 2)) {
657 mType.getElement().mKind + ", type " +
658 mType.getElement().mType +
659 " of " + mType.getElement().getBytesSize() +
1124 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1136 * <p> The size of the region is: count * {@link #getElement}.{@link
1164 * <p> The size of the region is: count * {@link #getElement}.{@link
1190 * <p> The size of the region is: count * {@link #getElement}.{@link
1216 * <p> The size of the region is: count * {@link #getElement}.{@link
1242 * <p> The size of the region is: count * {@link #getElement}.{@link
1271 * <p> The size of the region is: count * {@link #getElement}.{@link
1301 * <p> The size of the region is: count * {@link #getElement}.{@link
1330 * <p> The size of the region is: count * {@link #getElement}.{@link
1359 * <p> The size of the region is: count * {@link #getElement}.{@link
1388 * <p> The size of the region is: count * {@link #getElement}.{@link
1452 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1474 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1507 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1540 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1573 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1606 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1709 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1731 * <p> The size of the region is: w * h * d * {@link #getElement}.{@link
1800 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1998 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2010 * <p> The size of the region is: count * {@link #getElement}.{@link
2038 * <p> The size of the region is: count * {@link #getElement}.{@link
2064 * <p> The size of the region is: count * {@link #getElement}.{@link
2090 * <p> The size of the region is: count * {@link #getElement}.{@link
2116 * <p> The size of the region is: count * {@link #getElement}.{@link
2145 * <p> The size of the region is: count * {@link #getElement}.{@link
2175 * <p> The size of the region is: count * {@link #getElement}.{@link
2204 * <p> The size of the region is: count * {@link #getElement}.{@link
2233 * <p> The size of the region is: count * {@link #getElement}.{@link
2262 * <p> The size of the region is: count * {@link #getElement}.{@link
2294 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2315 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2347 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2379 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2411 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2443 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2487 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2510 * <p> The size of the region is: w * h * d * {@link #getElement}.{@link
2700 t.getElement().isCompatible(Element.RGBA_8888(rs)) &&