Lines Matching refs:dirty
157 * frame is assumed to be dirty. A clip will automatically be set to
160 * @param left The left coordinate of the dirty rectangle
161 * @param top The top coordinate of the dirty rectangle
162 * @param right The right coordinate of the dirty rectangle
163 * @param bottom The bottom coordinate of the dirty rectangle
166 * will be cleared in the specified dirty rectangle
191 ANDROID_API status_t invokeFunctors(Rect& dirty);
194 virtual status_t callDrawGLFunction(Functor* functor, Rect& dirty);
238 virtual status_t drawDisplayList(DisplayList* displayList, Rect& dirty, int32_t replayFlags);
438 * Marks the specified region as dirty at the specified bounds.
656 * Mark the layer as dirty at the specified coordinates. The coordinates
663 * Mark the layer as dirty at the specified coordinates.
694 * @param dirty True if calling this method should dirty the current layer
699 bool dirty = true, bool clip = true);
793 * @param dirty True if calling this method should dirty the current layer
799 bool ignoreScale = false, bool dirty = true);
804 bool ignoreTransform, bool ignoreScale = false, bool dirty = true);
966 bool dirty = false);
1041 // Track dirty regions, true by default