Home | History | Annotate | Download | only in cg

Lines Matching refs:height

62     const float height = m_mediaBox.size().height();
63 const float rotWidth = width * cosa - height * sina;
64 const float rotHeight = width * sina + height * cosa;
97 float height = m_cropBox.height();
102 CGPoint ry = CGPointMake(-height * sina, height * cosa);
159 float vScale = dstRect.height() / srcRect.height();
167 CGContextTranslateCTM(context->platformContext(), 0, -srcRect.height());