Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorstate.cpp74 uint32_t nValues) { in SetFillColor() argument
76 SetColor(pData->m_FillColor, pData->m_FillRGB, pCS, pValue, nValues); in SetFillColor()
81 uint32_t nValues) { in SetStrokeColor() argument
83 SetColor(pData->m_StrokeColor, pData->m_StrokeRGB, pCS, pValue, nValues); in SetStrokeColor()
88 uint32_t nValues) { in SetFillPattern() argument
90 pData->m_FillColor.SetValue(pPattern, pValue, nValues); in SetFillPattern()
106 uint32_t nValues) { in SetStrokePattern() argument
108 pData->m_StrokeColor.SetValue(pPattern, pValue, nValues); in SetStrokePattern()
127 uint32_t nValues) { in SetColor() argument
133 if (color.GetColorSpace()->CountComponents() > nValues) in SetColor()
Dcpdf_colorstate.h41 void SetFillColor(CPDF_ColorSpace* pCS, float* pValue, uint32_t nValues);
42 void SetStrokeColor(CPDF_ColorSpace* pCS, float* pValue, uint32_t nValues);
43 void SetFillPattern(CPDF_Pattern* pattern, float* pValue, uint32_t nValues);
44 void SetStrokePattern(CPDF_Pattern* pattern, float* pValue, uint32_t nValues);
67 uint32_t nValues);
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py269 nValues = int(m.group(1))
272 for j in range(nValues):
448 nValues = op - argoffset + 1
451 nValues = bytecode[i]
453 assert nValues > 0
455 for j in range(nValues):
460 for j in range(nValues):
472 nValues = len(values)
473 if nValues == 1:
476 assembly.append("%s[ ] /* %s values pushed */" % (mnemonic, nValues))
/external/python/cpython3/PC/
Dwinreg.c1370 DWORD nSubKeys, nValues; in winreg_QueryInfoKey_impl() local
1377 &nValues, NULL, NULL, NULL, &ft)) in winreg_QueryInfoKey_impl()
1385 ret = Py_BuildValue("iiO", nSubKeys, nValues, l); in winreg_QueryInfoKey_impl()
/external/python/cpython2/PC/
D_winreg.c1378 DWORD nSubKeys, nValues; in PyQueryInfoKey() local
1388 &nValues, NULL, NULL, NULL, &ft)) in PyQueryInfoKey()
1396 ret = Py_BuildValue("iiO", nSubKeys, nValues, l); in PyQueryInfoKey()