Searched refs:subIndex (Results 1 – 4 of 4) sorted by relevance
2078 for (uint32 subIndex = 0; in Parse() local2079 subIndex < fIFD [searchIndex]->fSubIFDsCount; in Parse()2080 subIndex++) in Parse()2093 subIndex * 4); in Parse()
3288 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++) in Read() local3295 subArea.t = tileArea.t + subIndex * subTileLength; in Read()
4720 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++) in WriteImage() local4727 subArea.t = tileArea.t + subIndex * subTileLength; in WriteImage()
385 void setPropertyInt(int32_t prop, int32_t subIndex, int32_t value) { in setPropertyInt() argument393 valueMaps.setElementAt(value, index+2*(prop-rangeStart)+subIndex); in setPropertyInt()