Searched defs:isDirty (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); } function in class:SkPageFlipper
/external/skia/include/images/
H A DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); } function in class:SkPageFlipper
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h37 bool isDirty() const { return !fDirtyRgn.isEmpty(); } function in class:SkWindow
/external/skia/include/views/
H A DSkWindow.h38 bool isDirty() const { return !fDirtyRgn.isEmpty(); } function in class:SkWindow
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurfaceTest.cpp40 virtual bool isDirty() { return m_isDirty; }; function in class:__anon11316::FakeImageBufferClient
H A DImageBuffer.cpp113 bool ImageBuffer::isDirty() function in class:blink::ImageBuffer
115 return m_client ? m_client->isDirty() : false;
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h178 /// isDirty - Return true if this is a MemDepResult in its dirty/invalid.
180 bool isDirty() const { return Value.getInt() == Invalid; } function in class:llvm::MemDepResult
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h615 bool isDirty() const { return LastStart.isValid(); } function in class:llvm::LiveRangeUpdater
623 if (LR != lr && isDirty())
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DImage11.cpp88 bool Image11::isDirty() const function in class:rx::Image11
93 // then isDirty should still return false.
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.cpp259 bool Image9::isDirty() const function in class:rx::Image9
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1167 if self.isDirty():
1313 def isDirty(self): member in class:JetCreator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h260 bool isDirty() const { return m_bitfields.dirty(); } function in class:blink::InlineBox
/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 ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c261 int isDirty; member in struct:RtreeNode
392 p->isDirty = 1;
454 pNode->isDirty = 1;
501 pNode->isDirty = 0;
564 pNode->isDirty = 1;
576 pNode->isDirty = 1;
601 pNode->isDirty = 1;
613 if( pNode->isDirty ){
622 pNode->isDirty = 0;
2203 pNode->isDirty
[all...]

Completed in 9604 milliseconds

12