Searched refs:isDirty (Results 1 - 25 of 32) sorted by relevance

12

/external/skia/include/images/
H A DSkPageFlipper.h41 bool isDirty() const { return !fDirty1->isEmpty(); } function in class:SkPageFlipper
H A DSkFlipPixelRef.h32 bool isDirty() const { return fFlipper.isDirty(); } function in class:SkFlipPixelRef
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTiledDrawingAreaTileQt.cpp65 bool TiledDrawingAreaTile::isDirty() const function in class:WebKit::TiledDrawingAreaTile
143 if (isReadyToPaint() && !isDirty())
/external/webkit/Source/WebCore/platform/graphics/
H A DTile.h50 bool isDirty() const;
H A DTiledBackingStore.cpp102 if (!it->second->isDirty())
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaTile.h53 bool isDirty() const;
H A DTiledDrawingAreaProxy.cpp274 if (!current->isDirty())
294 if (current->isReadyToPaint() && (current->isDirty() || current->hasBackBufferUpdatePending()))
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTileQt.cpp75 bool Tile::isDirty() const function in class:WebCore::Tile
96 if (m_buffer && !isDirty())
/external/skia/include/views/
H A DSkWindow.h49 bool isDirty() const { return !fDirtyRgn.isEmpty(); } function in class:SkWindow
/external/webkit/Source/WebCore/platform/graphics/android/
H A DBaseTile.h116 bool isDirty();
H A DTiledTexture.cpp205 if (tile->isDirty() || !tile->frontTexture())
209 if (tile->backTexture() && tile->isDirty() && !tile->isRepaintPending() && hasPicture) {
234 if (tile->isDirty()
277 tile->scale(), m_scale, tile->isTileReady(), tile->isDirty());
H A DLayer.h84 bool isDirty() { function in class:Layer
H A DTiledPage.cpp192 if (currentTile->isDirty() || !currentTile->frontTexture())
195 && currentTile->isDirty()
H A DBaseLayerAndroid.cpp199 XLOG("BLA %p painting, dirty %d", this, isDirty());
H A DBaseTile.cpp229 bool BaseTile::isDirty() function in class:WebCore::BaseTile
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.h91 bool isDirty(SkIRect* dirtyBounds = NULL) const;
H A DPluginWidgetAndroid.cpp188 bool PluginWidgetAndroid::isDirty(SkIRect* rect) const { function in class:PluginWidgetAndroid
216 if (signalRedraw && m_flipPixelRef->isDirty()) {
228 if (NULL == m_flipPixelRef || !m_flipPixelRef->isDirty()) {
/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h116 ASSERT(!isDirty());
123 Vector<RenderBox*>* floatsPtr() { ASSERT(!isDirty()); return m_floats.get(); }
H A DInlineBox.cpp128 for (InlineFlowBox* curr = parent(); curr && !curr->isDirty(); curr = curr->parent())
H A DInlineBox.h284 bool isDirty() const { return m_dirty; } function in class:WebCore::InlineBox
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py65 self.isDirty = False
357 self.isDirty = True
359 if self.isDirty:
361 self.isDirty = False
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h179 /// isDirty - Return true if this is a MemDepResult in its dirty/invalid.
181 bool isDirty() const { return Value.getInt() == Invalid; } function in class:llvm::MemDepResult
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp614 bool isDirty = m_state.dirty; local
664 isDirty = true;
668 } else if (isDirty)
676 if (isDirty || !isSurface || m_state.tiled || !m_surface->isValid())
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp515 if (!LocalCache.isDirty())
614 if (I->getResult().isDirty())
662 if (!Entry->getResult().isDirty())
774 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.h75 bool isDirty() const;

Completed in 1073 milliseconds

12