Searched refs:convertAll (Results 1 – 2 of 2) sorted by relevance
485 bool convertAll = premul || in internalWritePixels() local492 if (mustBeTight || convertAll) { in internalWritePixels()494 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()506 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
198 new LdmlConverter(src, supplementalData, config).convertAll(); in convert()239 private void convertAll() { in convertAll() method in LdmlConverter