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

123

/external/skia/include/images/
H A DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); } function in class:SkPageFlipper
H A DSkFlipPixelRef.h25 bool isDirty() const { return fFlipper.isDirty(); } function in class:SkFlipPixelRef
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceBacking.h66 bool isDirty() function in class:WebCore::SurfaceBacking
68 return m_frontTileGrid->isDirty();
H A DTileGrid.h68 bool isDirty() { return !m_dirtyRegion.isEmpty(); } function in class:WebCore::TileGrid
H A DTile.h119 bool isDirty();
H A DTileGrid.cpp242 if (tile->isDirty() || !tile->frontTexture())
245 if (tile->backTexture() && tile->isDirty()) {
296 if (tile->isDirty()
348 tile->scale(), m_scale, tile->isTileReady(), tile->isDirty());
H A DTile.cpp207 bool Tile::isDirty() function in class:WebCore::Tile
/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/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.h91 bool isDirty(SkIRect* dirtyBounds = NULL) const;
H A DPluginWidgetAndroid.cpp189 bool PluginWidgetAndroid::isDirty(SkIRect* rect) const { function in class:PluginWidgetAndroid
217 if (signalRedraw && m_flipPixelRef->isDirty()) {
229 if (NULL == m_flipPixelRef || !m_flipPixelRef->isDirty()) {
/external/skia/include/views/
H A DSkWindow.h42 bool isDirty() const { return !fDirtyRgn.isEmpty(); } function in class:SkWindow
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.h74 bool isDirty() { function in class:Layer
/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.cpp603 if (!LocalCache.isDirty())
702 if (I->getResult().isDirty())
750 if (!Entry->getResult().isDirty())
862 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 461 milliseconds

123