Home
last modified time | relevance | path

Searched refs:convertAll (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DSurfaceContext.cpp485 bool convertAll = premul || in internalWritePixels() local
492 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()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java198 new LdmlConverter(src, supplementalData, config).convertAll(); in convert()
239 private void convertAll() { in convertAll() method in LdmlConverter