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

/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp259 const float translationX = -layerArea.x() + inflation - fabsf(clippedOut.width()); local
261 m_layerContextTranslation = FloatPoint(translationX, translationY);
H A DShadowBlur.cpp392 float translationX = -shadowedRect.x() + inflation - fabsf(clippedOut.width()); local
394 m_layerContextTranslation = FloatSize(translationX, translationY);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp625 float translationX = lineWidth - rect.x(); local
627 CGContextTranslateCTM(layerContext, translationX, translationY);
1018 const float translationX = lineWidth - rect.x(); local
1020 CGContextTranslateCTM(layerContext, translationX, translationY);

Completed in 134 milliseconds