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

  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 161 IntRect textRect;
163 hdc = graphicsContext->getWindowsContext(textRect, true, false);
169 textRect = IntRect(point.x() - (font->ascent() + font->descent()) / 2, point.y() - font->ascent() - lineGap, totalWidth + font->ascent() + font->descent(), font->lineSpacing());
170 bitmap.set(graphicsContext->createWindowsBitmap(textRect.size()));
179 xform.eDx = -textRect.x();
180 xform.eDy = -textRect.y();
289 graphicsContext->drawWindowsBitmap(bitmap.get(), textRect.topLeft());
291 graphicsContext->releaseWindowsContext(hdc, textRect, true, false);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 640 FloatRect textRect(tx + x(), rootRect.y(), width(), rootRect.height());
642 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false);
    [all...]

Completed in 58 milliseconds