Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumMac.mm407 CGAffineTransform currentCTM = CGContextGetCTM(context->platformContext());
410 …bool canDrawDirectly = currentCTM.a == 1.0f && currentCTM.b == 0.0f && currentCTM.c == 0.0f && (cu…
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.mm511 const AffineTransform& currentCTM = context->getCTM();
512 bool canDrawDirectly = currentCTM.isIdentityOrTranslationOrFlipped();
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1374 const AffineTransform& currentCTM = graphicsContext->getCTM(); in paintBorder() local
1376 bool antialias = !currentCTM.isIdentityOrTranslationOrFlipped(); in paintBorder()
DRenderBox.cpp885 const AffineTransform& currentCTM = paintInfo.context->getCTM(); in paintMaskImages() local
886 pushTransparencyLayer = !currentCTM.isIdentityOrTranslationOrFlipped(); in paintMaskImages()