Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawRectangle.cpp19 SK_PROPERTY(needsRedraw),
29 SK_MEMBER_PROPERTY(needsRedraw, Boolean),
73 case SK_PROPERTY(needsRedraw): in getProperty()
102 case SK_PROPERTY(needsRedraw): in setProperty()
DSkAnimateSchema.xsd1182 <!-- @attribute needsRedraw Set to true if last draw was visible. -->
1183 <xs:attribute name="needsRedraw" type="Sk:Boolean"/>
1908 <!-- @attribute needsRedraw Set to true if last draw was visible. -->
1909 <xs:attribute name="needsRedraw" type="Sk:Boolean"/>
2323 <!-- @attribute needsRedraw Set to true if last draw was visible. -->
2324 <xs:attribute name="needsRedraw" type="Sk:Boolean"/>
2422 <!-- @attribute needsRedraw Set to true if last draw was visible. -->
2423 <xs:attribute name="needsRedraw" type="Sk:Boolean"/>
2695 <!-- @attribute needsRedraw Set to true if last draw was visible. -->
2696 <xs:attribute name="needsRedraw" type="Sk:Boolean"/>
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp114 bool needsRedraw = false; in drawGL() local
126 needsRedraw |= surfaces[i]->drawGL(layerTilesDisabled); in drawGL()
128 return needsRedraw; in drawGL()