Searched refs:pDash (Results 1 – 2 of 2) sorted by relevance
75 CPDF_Array* pDash = pObject->AsArray(); in ProcessExtGS() local76 if (!pDash) in ProcessExtGS()79 CPDF_Array* pArray = pDash->GetArrayAt(0); in ProcessExtGS()83 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f); in ProcessExtGS()
1106 const char* pDash = strchr(val, '-'); in Apply() local1110 if(!pDash) in Apply()1113 shell.PVRShellSet(prefCaptureFrameStop, atoi(pDash + 1)); in Apply()