Searched refs:pRotate (Results 1 – 1 of 1) sorted by relevance
181 CPDF_Object* pRotate = GetPageAttr("Rotate"); in GetPageRotation() local182 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation()