Searched refs:borderColor (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DWebTiledBackingLayer.mm132 - (void)setBorderColor:(CGColorRef)borderColor
134 _tileController->setTileDebugBorderColor(borderColor);
H A DPlatformCALayerMac.mm702 Color PlatformCALayer::borderColor() const
704 return [m_layer.get() borderColor];
H A DTileController.mm66 [_visibleRectFrameLayer setStyle:[NSDictionary dictionaryWithObject:[NSDictionary dictionaryWithObjectsAndKeys:[NSNull null], @"bounds", [NSNull null], @"position", [NSNull null], @"borderColor", nil] forKey:@"actions"]];
405 void TileController::setTileDebugBorderColor(CGColorRef borderColor)
407 if (m_tileDebugBorderColor == borderColor)
410 m_tileDebugBorderColor = borderColor;
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.h82 borderColor = highlightConfig.border;
91 Color borderColor; member in struct:WebCore::Highlight
H A DInspectorOverlay.cpp341 object->setString("borderColor", highlight.borderColor.serialized());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.cpp58 void TextureMapperTiledBackingStore::drawBorder(TextureMapper* textureMapper, const Color& borderColor, float borderWidth, const FloatRect& targetRect, const TransformationMatrix& transform) argument
62 textureMapper->drawBorder(borderColor, borderWidth, m_tiles[i].rect(), adjustedTransform);
65 void TextureMapperTiledBackingStore::drawRepaintCounter(TextureMapper* textureMapper, int repaintCount, const Color& borderColor, const FloatRect& targetRect, const TransformationMatrix& transform) argument
69 textureMapper->drawNumber(repaintCount, borderColor, m_tiles[i].rect().location(), adjustedTransform);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.cpp159 void CoordinatedBackingStore::drawBorder(TextureMapper* textureMapper, const Color& borderColor, float borderWidth, const FloatRect& targetRect, const TransformationMatrix& transform) argument
164 textureMapper->drawBorder(borderColor, borderWidth, it->value.rect(), adjustedTransform);
167 void CoordinatedBackingStore::drawRepaintCounter(TextureMapper* textureMapper, int repaintCount, const Color& borderColor, const FloatRect& targetRect, const TransformationMatrix& transform) argument
172 textureMapper->drawNumber(repaintCount, borderColor, it->value.rect().location(), adjustedTransform);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.mm96 NSColor* borderColor = [NSColor colorWithCalibratedWhite:WarningViewBorderWhite alpha:WarningViewBorderAlpha];
97 [self setBorderColor:borderColor];
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkDefaultTheme.c87 Tk_Window tkwin, Drawable d, Tk_3DBorder border, XColor *borderColor,
90 GC borderGC = Tk_GCForColor(borderColor, d);
124 Tk_Window tkwin, Drawable d, Tk_3DBorder border, XColor *borderColor,
127 GC borderGC = Tk_GCForColor(borderColor, d);
281 XColor *borderColor = Tk_GetColorFromObj(tkwin, bd->borderColorObj); local
294 GC gc = Tk_GCForColor(borderColor, d);
303 DrawBorder(tkwin, d, border, borderColor, b, borderWidth, relief);
344 XColor *borderColor = Tk_GetColorFromObj(tkwin, field->borderColorObj); local
348 DrawFieldBorder(tkwin, d, border, borderColor, b);
502 XColor *fgColor, *frameColor, *lightColor, *shadeColor, *indicatorColor, *borderColor; local
86 DrawBorder( Tk_Window tkwin, Drawable d, Tk_3DBorder border, XColor *borderColor, Ttk_Box b, int borderWidth, int relief) argument
123 DrawFieldBorder( Tk_Window tkwin, Drawable d, Tk_3DBorder border, XColor *borderColor, Ttk_Box b) argument
649 XColor *borderColor = Tk_GetColorFromObj(tkwin, arrow->borderColorObj); local
890 XColor *borderColor = Tk_GetColorFromObj(tkwin, thumb->borderColorObj); local
986 XColor *borderColor = Tk_GetColorFromObj(tkwin, slider->borderColorObj); local
[all...]
H A DttkTreeview.c3360 XColor *borderColor = Tk_GetColorFromObj(tkwin, indicator->colorObj); local
3369 gcvalues.foreground = borderColor->pixel;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRenderer.cpp580 void LayerRenderer::drawDebugBorder(const Vector<FloatPoint>& transformedBounds, const Color& borderColor, float borderWidth) argument
582 if (borderColor.alpha() < 255) {
590 glUniform4f(m_colorColorLocation, borderColor.red() / 255.0, borderColor.green() / 255.0, borderColor.blue() / 255.0, borderColor.alpha() / 255.0);
599 Color borderColor = layer->borderColor(); local
603 borderColor = Color(0x00, 0xFF, 0x00, 0xFF);
606 if (!borderColor
[all...]
H A DLayerData.h127 Color borderColor() const { return m_borderColor; } function in class:WebCore::LayerData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp110 CGColorRef borderColor = CACFLayerGetBorderColor(caLayer); local
111 const CGFloat* colors = CGColorGetComponents(borderColor);
394 CGColorRef borderColor = CGColorCreateGenericRGB(0.5, 0, 0.5, 0.7); local
395 CACFLayerSetBorderColor(newLayer.get(), borderColor);
396 CGColorRelease(borderColor);
H A DPlatformCALayerWin.cpp568 Color PlatformCALayer::borderColor() const function in class:PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h192 Color borderColor() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.cpp386 Color borderColor;
388 getDebugBorderInfo(borderColor, width);
389 setDebugBorder(borderColor, width);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelinePresentationModel.js1365 return WebInspector.TimelinePresentationModel.createFillStyle(context, width, height, category.fillColorStop0, category.fillColorStop1, category.borderColor);
1379 category.fillColorStop0 + ", " + category.fillColorStop1 + " 25%, " + category.fillColorStop1 + " 75%, " + category.borderColor + ");" +
1380 " border-color: " + category.borderColor +
1423 * @param {string} borderColor
1427 WebInspector.TimelineCategory = function(name, title, overviewStripGroupIndex, borderColor, fillColorStop0, fillColorStop1)
1432 this.borderColor = borderColor;
H A DTimelineOverviewPane.js620 this._context.strokeStyle = category.hidden ? this._disabledCategoryBorderStyle : category.borderColor;
835 this._context.strokeStyle = WebInspector.TimelinePresentationModel.categories()[category].borderColor;
H A DDOMAgent.js1283 highlightConfig.borderColor = WebInspector.Color.PageHighlight.Border.toProtocolRGBA();
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.h72 - (NSString *)borderColor;
73 - (void)setBorderColor:(NSString *)borderColor;
H A DDOMCSS.mm255 - (NSString *)borderColor
260 - (void)setBorderColor:(NSString *)borderColor
262 [self setProperty:@"border-color" value:borderColor priority:@""];
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp78 static const unsigned int borderColor = 0xFFA0A0A0; variable
503 context.fillRoundedRect(outerRect, outerRadius, outerRadius, outerRadius, outerRadius, Color(borderColor), ColorSpaceDeviceRGB);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmrxvtrc.vim62 \ borderColor tintColor
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim305 \ 'borderColor', 'borderStyle', 'borderWidth', 'margin', 'marginBottom',

Completed in 258 milliseconds