Home
last modified time | relevance | path

Searched refs:pDash (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp75 CPDF_Array* pDash = pObject->AsArray(); in ProcessExtGS() local
76 if (!pDash) in ProcessExtGS()
79 CPDF_Array* pArray = pDash->GetArrayAt(0); in ProcessExtGS()
83 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f); in ProcessExtGS()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1106 const char* pDash = strchr(val, '-'); in Apply() local
1110 if(!pDash) in Apply()
1113 shell.PVRShellSet(prefCaptureFrameStop, atoi(pDash + 1)); in Apply()