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

  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 96 const float DragLabelBorderY = 2;
168 IntSize imageSize(labelSize.width() + DragLabelBorderX * 2, labelSize.height() + DragLabelBorderY * 2);
221 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 112 const float DragLabelBorderY = 2;
263 imageSize.height = labelSize.height + DragLabelBorderY * 2;
270 imageSize.width = std::max(MaxDragLabelWidth + DragLabelBorderY * 2, MinDragLabelWidthBeforeClip);
298 drawDoubledAtPoint(urlString, NSMakePoint(DragLabelBorderX, DragLabelBorderY - [urlFont descender]), topColor, bottomColor, urlFont);

Completed in 62 milliseconds