Home
last modified time | relevance | path

Searched refs:positionCount (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp187 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in readTestFile() local
234 expected.positions = getFloatArray(positions, positionCount); in readTestFile()
238 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { in readTestFile()
239 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n", in readTestFile()
240 id, charCount, glyphCount, indexCount, positionCount); in readTestFile()
/third_party/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp183 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in readTestFile() local
230 expected.positions = getFloatArray(positions, positionCount); in readTestFile()
234 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { in readTestFile()
235 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n", in readTestFile()
236 id, charCount, glyphCount, indexCount, positionCount); in readTestFile()
H A Dletest.cpp615 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in DataDrivenTest() local
683 expected.positions = getFloatArray(positions, positionCount); in DataDrivenTest()
687 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { in DataDrivenTest()
688 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n", in DataDrivenTest()
689 id, charCount, glyphCount, indexCount, positionCount); in DataDrivenTest()
/third_party/skia/src/core/
H A DSkGlyphRun.cpp284 int positionCount = 0; in initialize() local
288 positionCount += it.glyphCount(); in initialize()
295 prepareBuffers(positionCount, rsxFormCount); in initialize()
298 void SkGlyphRunBuilder::prepareBuffers(int positionCount, int RSXFormCount) { in prepareBuffers() argument
299 if (positionCount > fMaxTotalRunSize) { in prepareBuffers()
300 fMaxTotalRunSize = positionCount; in prepareBuffers()
H A DSkGlyphRun.h138 void prepareBuffers(int positionCount, int RSXFormCount);

Completed in 5 milliseconds