OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGenerationId
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBitmapHeap.h
214
:
fGenerationId
(bm.getGenerationID())
221
const uint32_t
fGenerationId
; // SkPixelRef GenerationID.
SkBitmapHeap.cpp
46
if (a.
fGenerationId
< b.
fGenerationId
) {
48
} else if (a.
fGenerationId
> b.
fGenerationId
) {
165
if (replacement.getGenerationID() == iter->
fGenerationId
) {
Completed in 58 milliseconds