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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 126 CPDF_Object* pFunc = pShadingDict->GetElementValue("Function");
127 if (pFunc) {
128 if (CPDF_Array* pArray = pFunc->AsArray()) {
135 m_pFunctions[0] = CPDF_Function::Load(pFunc);
fpdf_page_func.cpp 771 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub));
772 if (!pFunc) {
777 if (pFunc->CountInputs() != kRequiredNumInputs) {
780 if (pFunc->CountOutputs() != m_nOutputs) {
784 m_nOutputs = pFunc->CountOutputs();
787 m_pSubFunctions.push_back(pFunc.release());
829 CPDF_Function* pFunc = NULL;
839 pFunc = new CPDF_SampledFunc;
841 pFunc = new CPDF_ExpIntFunc;
843 pFunc = new CPDF_StitchFunc
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 879 std::unique_ptr<CPDF_Function> pFunc;
882 pFunc.reset(CPDF_Function::Load(pFuncObj));
    [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 115 PROC pFunc = wglGetProcAddress((LPCSTR) name);
116 if (TestPointer(pFunc))
117 return pFunc;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 945 milliseconds