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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 111 CPDF_Object* pFunc = pShadingDict->GetElementValue(FX_BSTRC("Function"));
112 if (pFunc) {
113 if (pFunc->GetType() == PDFOBJ_ARRAY) {
114 m_nFuncs = ((CPDF_Array*)pFunc)->GetCount();
119 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
122 m_pFunctions[0] = CPDF_Function::Load(pFunc);
fpdf_page_func.cpp 781 CPDF_Function* pFunc = NULL;
791 pFunc = FX_NEW CPDF_SampledFunc;
793 pFunc = FX_NEW CPDF_ExpIntFunc;
795 pFunc = FX_NEW CPDF_StitchFunc;
797 pFunc = FX_NEW CPDF_PSFunc;
801 if (!pFunc->Init(pFuncObj)) {
802 delete pFunc;
805 return pFunc;
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 56 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
vdbeInt.h 223 FuncDef *pFunc; /* The definition of the function */
245 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */
select.c     [all...]
tclsqlite.c 123 SqlFunc *pFunc; /* List of SQL functions */
419 for(p=pDb->pFunc; p; p=p->pNext){
427 pNew->pNext = pDb->pFunc;
428 pDb->pFunc = pNew;
457 while( pDb->pFunc ){
458 SqlFunc *pFunc = pDb->pFunc;
459 pDb->pFunc = pFunc->pNext;
460 Tcl_DecrRefCount(pFunc->pScript)
    [all...]
test1.c     [all...]
sqliteInt.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 756 milliseconds