OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroyall
(Results
1 - 25
of
31
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.h
49
virtual void destroyDecodedData(bool
destroyAll
= true) { Q_UNUSED(
destroyAll
); }
/external/webkit/Source/WebCore/platform/graphics/
ImageSource.h
156
// data -- at all (if |
destroyAll
| is true), or before frame
157
// |clearBeforeFrame| (if |
destroyAll
| is false). The ImageSource should
159
// usage low. When |
destroyAll
| is true, the ImageSource should also reset
173
// who set |
destroyAll
| to true if they wish to be able to continue using
176
void clear(bool
destroyAll
,
BitmapImage.cpp
76
void BitmapImage::destroyDecodedData(bool
destroyAll
)
79
const size_t clearBeforeFrame =
destroyAll
? m_frames.size() : m_currentFrame;
90
m_source.clear(
destroyAll
, clearBeforeFrame, data(), m_allDataReceived);
94
void BitmapImage::destroyDecodedDataIfNecessary(bool
destroyAll
)
100
destroyDecodedData(
destroyAll
);
441
bool
destroyAll
= false;
457
destroyAll
= true;
460
destroyDecodedDataIfNecessary(
destroyAll
);
BitmapImage.h
206
// Called to invalidate cached data. When |
destroyAll
| is true, we wipe out
209
// cache. If |
destroyAll
| is false, we only delete frames up to the current
212
virtual void destroyDecodedData(bool
destroyAll
= true);
215
// |
destroyAll
| along.
216
void destroyDecodedDataIfNecessary(bool
destroyAll
);
GeneratedImage.h
56
virtual void destroyDecodedData(bool /*
destroyAll
*/ = true) { }
ImageSource.cpp
56
void ImageSource::clear(bool
destroyAll
, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived)
58
if (!
destroyAll
) {
Image.h
115
virtual void destroyDecodedData(bool
destroyAll
= true) = 0;
/external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.h
43
virtual void destroyDecodedData(bool
destroyAll
= true);
StillImageHaiku.cpp
42
void StillImage::destroyDecodedData(bool
destroyAll
)
/external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc
36
#ifdef
DestroyAll
37
#undef
DestroyAll
141
void GpuProcessHostUIShim::
DestroyAll
() {
gpu_process_host_ui_shim.h
67
static void
DestroyAll
();
/external/llvm/include/llvm/Support/
Allocator.h
187
/// in
DestroyAll
() and when the allocator is destroyed.
197
DestroyAll
();
203
void
DestroyAll
() {
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ContextCreationTest.java
54
mActivity.
destroyAll
();
RenderscriptGLStubActivity.java
116
public void
destroyAll
() {
/external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.h
60
virtual void destroyDecodedData(bool /*
destroyAll
*/ = true) { }
/external/llvm/include/llvm/ADT/
DenseMap.h
248
void
destroyAll
() {
571
this->
destroyAll
();
589
this->
destroyAll
();
598
this->
destroyAll
();
636
this->
destroyAll
();
735
this->
destroyAll
();
818
this->
destroyAll
();
827
this->
destroyAll
();
900
this->
destroyAll
();
/external/webkit/Source/WebCore/platform/graphics/skia/
BitmapImageSingleFrameSkia.h
62
virtual void destroyDecodedData(bool
destroyAll
= true) { }
/external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java
155
public void
destroyAll
() {
Game.java
262
manager.
destroyAll
();
304
manager.
destroyAll
();
/external/webkit/Source/JavaScriptCore/wtf/
Deque.h
98
void
destroyAll
();
349
inline void Deque<T, inlineCapacity>::
destroyAll
()
364
destroyAll
();
385
destroyAll
();
/external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp
409
void ImageSource::clear(bool
destroyAll
, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived)
412
if (!
destroyAll
) {
/external/clang/include/clang/AST/
DeclContextInternals.h
218
static void
DestroyAll
(StoredDeclsMap *Map, bool Dependent);
/external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp
44
virtual void destroyDecodedData(bool
destroyAll
= true) {}
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h
460
#define
DestroyAll
0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h
460
#define
DestroyAll
0
Completed in 684 milliseconds
1
2