OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRawPixelGenerationID
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBitmap.cpp
147
SkTSwap(
fRawPixelGenerationID
, other.
fRawPixelGenerationID
);
402
SkASSERT(fPixels || !
fRawPixelGenerationID
);
403
if (fPixels && !
fRawPixelGenerationID
) {
404
fRawPixelGenerationID
= SkNextPixelRefGenerationID();
406
return
fRawPixelGenerationID
;
414
fRawPixelGenerationID
= 0; // will grab next ID in getGenerationID
[
all
...]
/external/skia/include/core/
SkBitmap.h
580
mutable int
fRawPixelGenerationID
;
Completed in 1632 milliseconds