Home
last modified time | relevance | path

Searched refs:CanvasDidDrawApplyClip (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h275 CanvasDidDrawApplyClip = 1 << 2, enumerator
DCanvasRenderingContext2D.cpp1574 if (options & CanvasDidDrawApplyClip) { in didDraw()