Home
last modified time | relevance | path

Searched refs:targetCount (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Danytrans.cpp371 int32_t targetCount = Transliterator::_countAvailableTargets(source); in registerIDs() local
372 for (int32_t t=0; t<targetCount; ++t) { in registerIDs()
/external/skia/src/gpu/
DGrClipStack.cpp1070 int targetCount = youngestValid + 1; in appendElement() local
1071 if (!oldestActiveInvalid || oldestActiveInvalidIndex >= targetCount) { in appendElement()
1073 targetCount++; in appendElement()
1076 while (elements->count() > targetCount) { in appendElement()
1082 } else if (elements->count() < targetCount) { in appendElement()
1101 int targetCount = fStartingElementIndex + 1; in replaceWithElement() local
1102 while (elements->count() > targetCount) { in replaceWithElement()
1105 if (elements->count() < targetCount) { in replaceWithElement()
/external/skia/src/image/
DSkImage_Gpu.cpp209 int targetCount = volatileSrc.proxy()->getTaskTargetCount(); in MakeWithVolatileSrc() local
214 targetCount, in MakeWithVolatileSrc()
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp400 fragmentState.targetCount = 1; in Build()
DGrDawnGpu.cpp722 fragmentState.targetCount = 1; in onRegenerateMipMapLevels()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1045 for (int t = 0, targetCount = targets.length; t < targetCount; ++ t) in visit()