HomeSort by relevance Sort by last modified time
    Searched refs:topColor (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)
97 doDrawTextAtPoint(context, text, textPos, font, topColor, underlinedIndex);
DragImageWin.cpp 209 static const Color topColor(0, 0, 0, 255); // original alpha = 0.75
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 118 withTopColor:(NSColor *)topColor
126 [self _web_drawAtPoint:textPoint font:font textColor:topColor allowingFontSmoothing:NO];
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 222 static void drawDoubledAtPoint(NSString *string, NSPoint textPoint, NSColor *topColor, NSColor *bottomColor, NSFont *font)
228 drawAtPoint(string, textPoint, font, topColor);
292 NSColor *topColor = [NSColor colorWithDeviceWhite:0.0f alpha:0.75f];
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 497 milliseconds