Searched refs:compCount (Results 1 – 7 of 7) sorted by relevance
29 le_uint16 compCount = SWAPW(ligTable->compCount) - 1; in process() local34 for (comp = 0; comp < compCount; comp += 1) { in process()44 … if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) { in process()57 return compCount + 1; in process()
33 le_uint16 compCount; member
72 unsigned int compCount = 0; in getPixelSize() local75 case GL_RGBA: compCount = 4; break; in getPixelSize()76 case GL_RGB: compCount = 3; break; in getPixelSize()77 case GL_LUMINANCE_ALPHA: compCount = 2; break; in getPixelSize()78 case GL_LUMINANCE: compCount = 1; break; in getPixelSize()79 case GL_ALPHA: compCount = 1; break; in getPixelSize()82 *size = sizeof(GLubyte) * compCount; in getPixelSize()
136 for (int compCount = minComponents-1; compCount < maxComponents; compCount++) in createTests() local140 …string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in … in createTests()150 …pressionTemplate.specialize(expressionTemplateParams) + componentAccess[compCount]; // Add vector … in createTests()179 if (alwaysScalar && compCount > 0) in createTests()184 …XPRESSION"] = expressionTemplate.specialize(expressionTemplateParams) + componentAccess[compCount]; in createTests()
11 int32_t compCount = 0; in func() local12 …if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous … in func()
561 int compCount = i.used(); in intersect() local562 if (compCount) { in intersect()569 for (int cpIdx = 0; cpIdx < compCount; ) { in intersect()572 --compCount; in intersect()588 --compCount; in intersect()592 for (int cpIdx = 0; cpIdx < compCount - 1; ) { in intersect()606 --compCount; in intersect()