Searched refs:rotWidth (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp70 const float rotWidth = width * cosa - height * sina; local
73 return IntSize((int)(fabsf(rotWidth) + 0.5f), (int)(fabsf(rotHeight) + 0.5f));

Completed in 95 milliseconds