Home
last modified time | relevance | path

Searched refs:offsetCount (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tools/fonts/
Dcreate_test_font.cpp235 int offsetCount = charCodes.count(); in output_font() local
236 for (int index = 0; index < offsetCount;) { in output_font()
239 if (++index < offsetCount) { in output_font()
254 for (int index = 0; index < offsetCount; ++index) { in output_font()
/external/skia/tools/fonts/
Dcreate_test_font.cpp232 int offsetCount = charCodes.count(); in output_font() local
233 for (int index = 0; index < offsetCount;) { in output_font()
236 if (++index < offsetCount) { in output_font()
251 for (int index = 0; index < offsetCount; ++index) { in output_font()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java1448 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableProducers() local
1449 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableProducers()
1477 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableInitializersBefore() local
1478 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableInitializersBefore()
1606 int offsetCount = producerOffsets.instructionOffsetCount(); in markStackEntryProducers() local
1607 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markStackEntryProducers()
2199 int offsetCount = instructionOffsets.instructionOffsetCount(); in isAnyStackEntryNecessaryAfter() local
2201 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in isAnyStackEntryNecessaryAfter()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1310 unsigned offsetCount; in BindVertexBuffers() local
1314 offsetCount = aOffsetCount; in BindVertexBuffers()
1317 offsetCount = 1; in BindVertexBuffers()
1320 …vkCmdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetLi… in BindVertexBuffers()
/external/angle/src/compiler/translator/
DIntermNode.cpp1551 int offsetCount[4] = {0u, 0u, 0u, 0u}; in hasDuplicateOffsets() local
1554 offsetCount[offset]++; in hasDuplicateOffsets()
1555 if (offsetCount[offset] > 1) in hasDuplicateOffsets()