Searched refs:translationY (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp260 const float translationY = -layerArea.y() + inflation - fabsf(clippedOut.height()); local
261 m_layerContextTranslation = FloatPoint(translationX, translationY);
H A DShadowBlur.cpp393 float translationY = -shadowedRect.y() + inflation - fabsf(clippedOut.height()); local
394 m_layerContextTranslation = FloatSize(translationX, translationY);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp626 float translationY = lineWidth - rect.y(); local
627 CGContextTranslateCTM(layerContext, translationX, translationY);
1019 const float translationY = lineWidth - rect.y(); local
1020 CGContextTranslateCTM(layerContext, translationX, translationY);

Completed in 167 milliseconds