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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1571 GLvoid* lengthCoords, float boundaryWidthProportion, int& widthSlot, int& lengthSlot) {
1586 glUniform1f(boundaryWidthSlot, boundaryWidthProportion);
2107 float boundaryWidthProportion = .5 - 1 / (2 * halfStrokeWidth); local
2109 boundaryWidthProportion, widthSlot, lengthSlot);
2125 float boundaryWidthProportion = 0; local
2157 boundaryWidthProportion = .5 - extendedNLength / (halfStrokeWidth + extendedNLength);
2221 glUniform1f(boundaryWidthSlot, boundaryWidthProportion);
1570 setupDrawAALine(GLvoid* vertices, GLvoid* widthCoords, GLvoid* lengthCoords, float boundaryWidthProportion, int& widthSlot, int& lengthSlot) argument

Completed in 67 milliseconds