HomeSort by relevance Sort by last modified time
    Searched refs:bottomColor (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.h 39 void WebCoreDrawDoubledTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color& topColor, const Color& bottomColor, int underlinedIndex = -1);
WebCoreTextRenderer.cpp 89 void WebCoreDrawDoubledTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& topColor, const Color& bottomColor, int underlinedIndex)
95 doDrawTextAtPoint(context, text, textPos, font, bottomColor, underlinedIndex);
DragImageWin.cpp 210 static const Color bottomColor(255, 255, 255, 127); // original alpha = 0.5
215 WebCoreDrawDoubledTextAtPoint(context, urlString, textPos, *urlFont, topColor, bottomColor);
222 WebCoreDrawDoubledTextAtPoint(context, label, textPos, *labelFont, topColor, bottomColor);
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.h 37 - (void)_web_drawDoubledAtPoint:(NSPoint)textPoint withTopColor:(NSColor *)topColor bottomColor:(NSColor *)bottomColor font:(NSFont *)font;
WebKitNSStringExtras.mm 119 bottomColor:(NSColor *)bottomColor
123 [self _web_drawAtPoint:textPoint font:font textColor:bottomColor allowingFontSmoothing:NO];
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 222 static void drawDoubledAtPoint(NSString *string, NSPoint textPoint, NSColor *topColor, NSColor *bottomColor, NSFont *font)
225 drawAtPoint(string, textPoint, font, bottomColor);
293 NSColor *bottomColor = [NSColor colorWithDeviceWhite:1.0f alpha:0.5f];
298 drawDoubledAtPoint(urlString, NSMakePoint(DragLabelBorderX, DragLabelBorderY - [urlFont descender]), topColor, bottomColor, urlFont);
303 drawDoubledAtPoint(label, NSMakePoint(DragLabelBorderX, imageSize.height - LabelBorderYOffset - [labelFont pointSize]), topColor, bottomColor, labelFont);
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 171 milliseconds