Searched refs:setTargetSize (Results 1 – 8 of 8) sorted by relevance
39 bool setTargetSize(int width, int height);
57 bool ImageDecoder::setTargetSize(int width, int height) { in setTargetSize() function in ImageDecoder
1106 this.setTargetSize(width, height); in setResize()1129 public void setTargetSize(@Px @IntRange(from = 1) int width, in setTargetSize() method in ImageDecoder1207 this.setTargetSize(targetWidth, targetHeight); in setTargetSampleSize()1931 this.setTargetSize(scaledWidth, scaledHeight); in computeDensity()
290 return toDecoder(decoder)->setTargetSize(width, height) in AImageDecoder_setTargetSize()
243 if (!decoder->setTargetSize(targetWidth, targetHeight)) { in ImageDecoder_nDecodeBitmap()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7656 HSPLandroid/graphics/ImageDecoder;->setTargetSize(II)V
14687 method public void setTargetSize(@IntRange(from=1) @Px int, @IntRange(from=1) @Px int);