Searched refs:getStripSize (Results 1 – 7 of 7) sorted by relevance
138 virtual uint32_t getStripSize() const;
80 buf = new byte[parser.getStripSize()]; in read()
479 protected int getStripSize() { in getStripSize() method in ExifParser
58 mStrips = new float[3 * SpotShadowVertexCalculator.getStripSize( in populateShadow()
56 public static int getStripSize(int rays, int layers){ in getStripSize() method in SpotShadowVertexCalculator
75 uint32_t stripSize = mNamedIfds[i]->getStripSize(); in write()109 uint32_t sizeToWrite = mNamedIfds[ifdKey]->getStripSize(); in write()
346 uint32_t TiffIfd::getStripSize() const { in getStripSize() function in android::img_utils::TiffIfd