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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 115 void setTextDrawingMode(TextDrawingModeFlags mode) { m_textDrawingMode = mode; }
GraphicsContext.h 178 void setTextDrawingMode(TextDrawingModeFlags mode) { mutableState()->setTextDrawingMode(mode); }

Completed in 387 milliseconds