Home
last modified time | relevance | path

Searched refs:getComponentCount (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java113 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()
156 if (buf.length == tag.getComponentCount()) { in writeTagValue()
166 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
172 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
180 buf = new byte[tag.getComponentCount()]; in writeTagValue()
185 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
H A DExifParser.java587 if (tag.getComponentCount() == 0) { in checkOffsetOrImageTag()
619 for (int i = 0; i < tag.getComponentCount(); i++) { in checkOffsetOrImageTag()
650 int size = tag.getComponentCount(); in readFullTagValue()
682 byte buf[] = new byte[tag.getComponentCount()]; in readFullTagValue()
688 tag.setValue(readString(tag.getComponentCount())); in readFullTagValue()
691 long value[] = new long[tag.getComponentCount()]; in readFullTagValue()
699 Rational value[] = new Rational[tag.getComponentCount()]; in readFullTagValue()
707 int value[] = new int[tag.getComponentCount()]; in readFullTagValue()
715 int value[] = new int[tag.getComponentCount()]; in readFullTagValue()
723 Rational value[] = new Rational[tag.getComponentCount()]; in readFullTagValue()
H A DExifOutputStream.java288 dataOutputStream.writeInt(tag.getComponentCount()); in writeIfd()
485 if (buf.length == tag.getComponentCount()) { in writeTagValue()
495 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
501 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
507 buf = new byte[tag.getComponentCount()]; in writeTagValue()
512 for (int i = 0, n = tag.getComponentCount(); i < n; i++) { in writeTagValue()
H A DExifData.java225 if (tag.getComponentCount() < 8) { in getUserComment()
229 byte[] buf = new byte[tag.getComponentCount()]; in getUserComment()
H A DExifTag.java197 return getComponentCount() * getElementSize(getDataType()); in getDataSize()
205 public int getComponentCount() { in getComponentCount() method in ExifTag
H A DExifInterface.java1438 return t.getComponentCount(); in getActualTagCount()
1700 int count = tag.getComponentCount(); in getTagDefinitionForTag()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColor.java422 public int getComponentCount() { in getComponentCount() method in Color
423 return mColorSpace.getComponentCount() + 1; in getComponentCount()
935 if (colorSpace.getComponentCount() > 3) { in valueOf()
963 if (components.length < colorSpace.getComponentCount() + 1) { in valueOf()
966 (colorSpace.getComponentCount() + 1) + " (including alpha)"); in valueOf()
968 return new Color(Arrays.copyOf(components, colorSpace.getComponentCount() + 1), colorSpace); in valueOf()
1055 if (colorSpace.getComponentCount() > 3) { in pack()
H A DBitmap.java1925 if (oldColorSpace.getComponentCount() != newColorSpace.getComponentCount()) { in setColorSpace()
1929 for (int i = 0; i < oldColorSpace.getComponentCount(); i++) { in setColorSpace()
H A DColorSpace.java905 public int getComponentCount() { in getComponentCount() method in ColorSpace.Model
1004 public int getComponentCount() { in getComponentCount() method in ColorSpace
1005 return mModel.getComponentCount(); in getComponentCount()
1138 float[] xyz = new float[mModel.getComponentCount()]; in fromXyz()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof4707 HSPLandroidx/compose/ui/graphics/colorspace/ColorModel;->getComponentCount-impl(J)I
4714 HSPLandroidx/compose/ui/graphics/colorspace/ColorSpace;->getComponentCount()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15301 method @IntRange(from=4, to=5) public int getComponentCount();
15371 method @IntRange(from=1, to=4) public int getComponentCount();
15412 method @IntRange(from=1, to=4) public int getComponentCount();