Searched refs:nPoint (Results 1 – 6 of 6) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEyes.cpp | 149 int& nPoint, TPoint*& points) in CreateEllipsePoints() argument 198 nPoint = n; in CreateEllipsePoints() 262 WLEye::GetEyeLinerGeom(int* nPoint, float** points) in GetEyeLinerGeom() argument 264 *nPoint = m_nPoint; in GetEyeLinerGeom() 269 WLEye::GetWhiteEyeGeom(int* nPoint, float** points) in GetWhiteEyeGeom() argument 271 *nPoint = m_nWhiteEyePoint; in GetWhiteEyeGeom() 276 WLEye::GetPupilGeom(int* nPoint, float** points) in GetPupilGeom() argument 278 *nPoint = m_nPupilPoint; in GetPupilGeom() 318 WLEyes::GetEyeLinerGeom(int n, int* nPoint, float** points) in GetEyeLinerGeom() argument 320 *nPoint = 0; in GetEyeLinerGeom() [all …]
|
D | WLEyesRenderer.cpp | 585 DrawFillPoly(const int nPoint, const float* points, const float color[4]) in DrawFillPoly() argument 589 unsigned int uiSize = nPoint * (sizeof(GLfloat) * 2); in DrawFillPoly() 592 glDrawArrays(GL_TRIANGLE_FAN, 0, nPoint); in DrawFillPoly() 596 DrawPoly(const int nPoint, const float* points, const float color[4], int width) in DrawPoly() argument 602 unsigned int uiSize = nPoint * (sizeof(GLfloat) * 2); in DrawPoly() 605 glDrawArrays(GL_LINE_STRIP, 0, nPoint); in DrawPoly() 629 int nPoint = 0; in DrawEyes() local 633 eyes->GetEyeLinerGeom(ii, &nPoint, &points); in DrawEyes() 634 if (nPoint <= 0 || points == NULL){ in DrawEyes() 637 DrawFillPoly(nPoint, points, black); in DrawEyes() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/ |
D | WLEyes.h | 50 void GetEyeLinerGeom(int* nPoint, float** points); 51 void GetWhiteEyeGeom(int* nPoint, float** points); 52 void GetPupilGeom(int* nPoint, float** points); 77 void GetEyeLinerGeom(int n, int* nPoint, float** points); 78 void GetWhiteEyeGeom(int n, int* nPoint, float** points); 79 void GetPupilGeom(int n, int* nPoint, float** points);
|
D | WLEyesRenderer.h | 34 void DrawFillPoly(const int nPoint, const float* points, const float color[4]); 35 void DrawPoly(const int nPoint, const float* points, const float color[4], int width);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAdjacencyTests.cpp | 343 unsigned int nPoint = 0; in createGrid() local 347 for (unsigned int x = 0; x < m_grid_granulity + 1; ++x, ++nPoint) in createGrid() 349 test_data.m_grid->m_points[nPoint].index = nPoint; in createGrid() 350 test_data.m_grid->m_points[nPoint].x = dx * static_cast<float>(x); in createGrid() 351 test_data.m_grid->m_points[nPoint].y = dy * static_cast<float>(y); in createGrid() 415 for (unsigned int nPoint = 0; nPoint < m_grid_granulity * m_grid_granulity; ++nPoint) in createGridLineSegments() local 417 AdjacencyGridPoint* pointTL = test_data.m_grid->m_points + nPoint; in createGridLineSegments() 423 pointTR = test_data.m_grid->m_points + nPoint + 1; in createGridLineSegments() 487 for (unsigned int nPoint = 0; nPoint < test_data.m_grid->m_n_points; ++nPoint) in createGridLineSegments() local 489 AdjacencyGridPoint* pointPtr = test_data.m_grid->m_points + nPoint; in createGridLineSegments()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 194908 int nPoint; /* Number of slots used in aPoint[] */ 196056 return pCur->bPoint ? &pCur->sPoint : pCur->nPoint ? pCur->aPoint : 0; 196066 assert( pCur->bPoint || pCur->nPoint ); 196085 if( pCur->nPoint>=pCur->nPointAlloc ){ 196092 i = pCur->nPoint++; 196169 for(ii=0; ii<pCur->nPoint; ii++){ 196192 }else if( ALWAYS(p->nPoint) ){ 196194 n = --p->nPoint; 196274 for(ii=0; ii<pCur->nPoint; ii++){
|