Home
last modified time | relevance | path

Searched refs:dontDraw (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkDisplayApply.cpp39 SK_MEMBER(dontDraw, Boolean),
58 SkApply::SkApply() : begin(0), dontDraw(false), interval((SkMSec) -1), mode((Mode) -1), /*pickup(fa… in SkApply()
198 if (dontDraw == false) { in draw()
215 if (dontDraw) in dump()
322 if (scope != NULL && dontDraw == false) in enable()
DSkDisplayApply.h79 SkBool dontDraw; variable
DSkAnimateSchema.xsd1042 <!-- @attribute dontDraw Edits an element's attribute without drawing it; for instance,
1043 to edit a clip's rectangle without drawing the rectangle, set dontDraw="true". -->
1044 <xs:attribute name="dontDraw" type="Sk:Boolean"/>