Searched refs:drawTextInternal (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2021 drawTextInternal(text, x, y, true); in fillText() 2026 drawTextInternal(text, x, y, true, maxWidth, true); in fillText() 2031 drawTextInternal(text, x, y, false); in strokeText() 2036 drawTextInternal(text, x, y, false, maxWidth, true); in strokeText() 2107 void CanvasRenderingContext2D::drawTextInternal(const String& text, float x, float y, bool fill, fl… in drawTextInternal() function in WebCore::CanvasRenderingContext2D
|
D | CanvasRenderingContext2D.h | 318 …void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool us…
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1391 *!WebCore::CanvasRenderingContext2D::drawTextInternal
|