HomeSort by relevance Sort by last modified time
    Searched defs:pFunc (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Doc/includes/
run-func.c 6 PyObject *pName, *pModule, *pDict, *pFunc;
23 pFunc = PyObject_GetAttrString(pModule, argv[2]);
24 /* pFunc is a new reference */
26 if (pFunc && PyCallable_Check(pFunc)) {
39 pValue = PyObject_CallObject(pFunc, pArgs);
46 Py_DECREF(pFunc);
58 Py_XDECREF(pFunc);
  /external/pdfium/core/fpdfapi/page/
cpdf_shadingpattern.cpp 75 CPDF_Object* pFunc = pShadingDict->GetDirectObjectFor("Function");
76 if (pFunc) {
77 if (CPDF_Array* pArray = pFunc->AsArray()) {
82 m_pFunctions.push_back(CPDF_Function::Load(pFunc));
fpdf_page_func.cpp 686 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub));
687 if (!pFunc)
691 if (pFunc->CountInputs() != kRequiredNumInputs)
693 if (pFunc->CountOutputs() != m_nOutputs) {
697 m_nOutputs = pFunc->CountOutputs();
700 m_pSubFunctions.push_back(std::move(pFunc));
736 std::unique_ptr<CPDF_Function> pFunc;
738 return pFunc;
748 pFunc = pdfium::MakeUnique<CPDF_SampledFunc>();
750 pFunc = pdfium::MakeUnique<CPDF_ExpIntFunc>()
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.cpp 501 const XFA_FMBuildInFunc* pFunc =
506 if (pFunc < pEnd && uHash == pFunc->m_uHash) {
508 *funcName << pFunc->m_buildinfunc;
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 341 PFN_VERTEX_FUNC pFunc =
344 debug_printf("vert shader %p\n", pFunc);
345 assert(pFunc && "Error: VertShader = NULL");
349 return pFunc;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 740 milliseconds