HomeSort by relevance Sort by last modified time
    Searched refs:nValues (Results 1 - 7 of 7) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 242 nValues = int(m.group(1))
245 for j in range(nValues):
411 nValues = op - argoffset + 1
414 nValues = bytecode[i]
416 assert nValues > 0
418 for j in range(nValues):
423 for j in range(nValues):
435 nValues = len(values)
436 if nValues == 1:
439 assembly.append("%s[ ] /* %s values pushed */" % (mnemonic, nValues))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 196 void SetFillColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues);
198 void SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues);
200 void SetFillPattern(CPDF_Pattern* pattern, FX_FLOAT* pValue, int nValues);
202 void SetStrokePattern(CPDF_Pattern* pattern, FX_FLOAT* pValue, int nValues);
204 void SetColor(CPDF_Color& color, FX_DWORD& rgb, CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 238 void CPDF_ColorState::SetFillColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues)
241 SetColor(pData->m_FillColor, pData->m_FillRGB, pCS, pValue, nValues);
243 void CPDF_ColorState::SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues)
246 SetColor(pData->m_StrokeColor, pData->m_StrokeRGB, pCS, pValue, nValues);
248 void CPDF_ColorState::SetColor(CPDF_Color& color, FX_DWORD& rgb, CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues)
255 if (color.m_pCS->CountComponents() > nValues) {
262 void CPDF_ColorState::SetFillPattern(CPDF_Pattern* pPattern, FX_FLOAT* pValue, int nValues)
265 pData->m_FillColor.SetValue(pPattern, pValue, nValues);
274 void CPDF_ColorState::SetStrokePattern(CPDF_Pattern* pPattern, FX_FLOAT* pValue, int nValues)
277 pData->m_StrokeColor.SetValue(pPattern, pValue, nValues);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 160 void print_print_location(PERF_Private *perf, FILE *fOut, int nValues)
170 while (nValues < 7)
173 nValues++;
197 #define print_print_location(perf, fOut, nValues)
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 161 uint32_t nValues = mNumValuesInCurrEntry % mEntryCapacity;
162 if (nEntries == 0 && nValues == 0) {
168 uint32_t pos = nEntries * mEntryCapacity + nValues;
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 516 int *nValues = env->GetIntArrayElements(jValues, NULL);
518 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int));
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1354 milliseconds