Searched refs:positionCount (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/letest/ |
D | xmlreader.cpp | 183 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() 236 id, charCount, glyphCount, indexCount, positionCount); in readTestFile()
|
D | letest.cpp | 615 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() 689 id, charCount, glyphCount, indexCount, positionCount); in DataDrivenTest()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.cpp | 187 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() 240 id, charCount, glyphCount, indexCount, positionCount); in readTestFile()
|
/third_party/skia/src/core/ |
D | SkGlyphRun.cpp | 284 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()
|
D | SkGlyphRun.h | 138 void prepareBuffers(int positionCount, int RSXFormCount);
|