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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 409 class DrawLineForText : public Operation {
411 DrawLineForText(const FloatPoint& pt, float width)
414 context->drawLineForText(m_point, m_width);
PlatformGraphicsContextRecording.cpp 852 void PlatformGraphicsContextRecording::drawLineForText(const FloatPoint& pt, float width)
855 appendDrawingOperation(NEW_OP(DrawLineForText)(pt, width), bounds);
    [all...]

Completed in 42 milliseconds