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

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 111 CGRect aBounds = layerBounds;
113 aBounds.size.width = 10 + 10 * text.length();
114 aBounds.size.height = 22;
115 CGContextFillRect(context, aBounds);
133 cg.drawText(font, TextRun(text), IntPoint(aBounds.origin.x + 5, aBounds.origin.y + 17));
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 93 CGRect aBounds = layerBounds;
95 aBounds.size.width = 10 + 12 * strlen(text);
96 aBounds.size.height = 25;
97 CGContextFillRect(context, aBounds);
103 CGContextShowTextAtPoint(context, aBounds.origin.x + 3.0f, aBounds.origin.y + 20.0f, text, strlen(text));
185 CGRect aBounds = [self bounds];
193 aBounds.origin.x, aBounds.origin.y, aBounds.size.width, aBounds.size.height,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 110 CGRect aBounds = layerBounds;
112 aBounds.size.width = 10 + 10 * text.length();
113 aBounds.size.height = 22;
114 CGContextFillRect(context, aBounds);
132 cg.drawText(font, TextRun(text), IntPoint(aBounds.origin.x + 5, aBounds.origin.y + 17));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 92 NSRect aBounds = [selectionA boundsForPage:[aPages objectAtIndex:i]];
94 if (!NSEqualRects(aBounds, bBounds))
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 142 NSRect aBounds = [selectionA boundsForPage:[aPages objectAtIndex:i]];
144 if (!NSEqualRects(aBounds, bBounds)) {
    [all...]

Completed in 442 milliseconds