/external/webkit/Source/WebCore/platform/win/ |
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);
|
WebCoreTextRenderer.h | 39 void WebCoreDrawDoubledTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color& topColor, const Color& bottomColor, int underlinedIndex = -1);
|
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/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/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/quake/quake/src/QW/client/ |
gl_rmisc.c | 262 if (player->_topcolor != player->topcolor || 264 player->_topcolor = player->topcolor; 267 top = player->topcolor;
|
cl_parse.c | 896 if (player->_topcolor != player->topcolor || 898 player->_topcolor = player->topcolor; 904 top = player->topcolor; 939 player->topcolor = atoi(Info_ValueForKey (player->userinfo, "topcolor"));
|
cl_main.c | 75 cvar_t topcolor = CVAR4("topcolor","0", true, true); variable 525 Info_ValueForKey (cls.userinfo, "topcolor"), 547 Cvar_Set ("topcolor", num); 1059 Info_SetValueForKey (cls.userinfo, "topcolor", "0", MAX_INFO_STRING); 1123 Cvar_RegisterVariable (&topcolor);
|
client.h | 72 int topcolor; member in struct:player_info_s
|
sbar.c | 635 top = s->topcolor; 1103 top = s->topcolor; 1218 top = s->topcolor;
|
/external/quake/quake/src/QW/ |
cmds.txt | 197 topcolor
|
qw2do.txt | 37 x- clamp topcolor/bottomcolor (crashes glqwcl with high bogus values)
|
/external/webkit/Source/WebCore/rendering/ |
RenderBoxModelObject.cpp | [all...] |
/external/quake/quake/src/QW/server/ |
sv_main.c | 356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor")); [all...] |