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 119 void setTextDrawingMode(TextDrawingModeFlags mode) { m_textDrawingMode = mode; }
GraphicsContext.h 181 void setTextDrawingMode(TextDrawingModeFlags mode) { mutableState()->setTextDrawingMode(mode); }

Completed in 48 milliseconds