Home
last modified time | relevance | path

Searched refs:iColor (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_pushbuttontp.cpp63 int32_t iColor = GetColorID(pParams->m_dwStates); in DrawBackground() local
66 m_pThemeData->clrStart[iColor], in DrawBackground()
67 m_pThemeData->clrEnd[iColor], &fillPath, in DrawBackground()
70 CFX_Color crStroke(m_pThemeData->clrBorder[iColor]); in DrawBackground()
78 CFX_Color crFill(m_pThemeData->clrFill[iColor]); in DrawBackground()
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py102 self.iColor = 0
128 self.iColor = 0
185 color = GRAPH_COLORS[self.iColor]
186 self.iColor = self.iColor + 1
187 if self.iColor >= len(GRAPH_COLORS):
188 self.iColor = 0
226 self.iColor = 0
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp84 int iColor; member
94 int prev_color = 0 == prev.iColor ? iColor : prev.iColor; in Energy()
97 1 * pow2(iColor - prev_color) / 4 + in Energy()
279 if (m_trPrev.iColor != 0) in FindContours()
281 iMinLevelPrev = m_trPrev.iColor - nLayers / 2; in FindContours()
282 iMaxLevelPrev = m_trPrev.iColor + nLayers / 2; in FindContours()
321 cr.iColor = colors[i]; in FindContours()
331 cr.iColor = colors[i]; in FindContours()
361 rNew.iColor = (pRect1->iColor + pRect2->iColor + 1) / 2; in MergeRects()
772 face[element[2]].iColor = 0; in ChoiceTrackingFace2()
Dcvfacedetection.cpp264 cr.iColor = color; in AddContours2Rect()
276 cr.iColor = color; in AddContours2Rect()
D_cvfacedetection.h213 int iColor; member