Home
last modified time | relevance | path

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

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