Lines Matching defs:dirty
411 status_t OpenGLRenderer::invokeFunctors(Rect& dirty) { in invokeFunctors()
449 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
582 Rect& dirty = layer->dirtyRect; in updateLayer() local
1305 SkXfermode::Mode mode, bool dirty) { in drawRegionRects()
1341 android::Rect dirty(bounds.left, bounds.top, bounds.right, bounds.bottom); in dirtyLayerUnchecked() local
1891 bool dirty = right - left > 0.0f && bottom - top > 0.0f; in setupDrawModelView() local
2030 status_t OpenGLRenderer::drawDisplayList(DisplayList* displayList, Rect& dirty, in drawDisplayList()
3336 SkXfermode::Mode mode, bool ignoreTransform, bool dirty, bool clip) { in drawColorRects()
3464 bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) { in drawTextureMesh()
3489 bool swapSrcDst, bool ignoreTransform, GLuint vbo, bool ignoreScale, bool dirty) { in drawIndexedTextureMesh()
3514 bool ignoreTransform, bool ignoreScale, bool dirty) { in drawAlpha8TextureMesh()