Searched defs:borderColor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp90 CGColorRef borderColor = createCGColor(color); local
91 layer->setBorderColor(borderColor);
92 CGColorRelease(borderColor);
H A DWKCACFLayer.h133 CGColorRef borderColor() const { return CACFLayerGetBorderColor(layer()); } function in class:WebCore::WKCACFLayer
/external/webkit/WebKit/win/
H A DFullscreenVideoController.cpp71 static const unsigned int borderColor = 0xFFA0A0A0; variable
415 context.fillRoundedRect(outerRect, outerRadius, outerRadius, outerRadius, outerRadius, Color(borderColor), DeviceColorSpace);

Completed in 366 milliseconds