OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGenerationID
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
145
// This is subtle. We must call that.
getGenerationID
() to make sure its genID isn't 0.
146
this->fGenerationID = that.
getGenerationID
();
231
uint32_t SkPixelRef::
getGenerationID
() const {
SkBitmap.cpp
512
uint32_t SkBitmap::
getGenerationID
() const {
513
return (fPixelRef) ? fPixelRef->
getGenerationID
() : 0;
[
all
...]
SkPaint.cpp
183
uint32_t SkPaint::
getGenerationID
() const {
[
all
...]
SkPath.cpp
292
uint32_t SkPath::
getGenerationID
() const {
[
all
...]
/external/skia/src/core/
SkPixelRef.cpp
145
// This is subtle. We must call that.
getGenerationID
() to make sure its genID isn't 0.
146
this->fGenerationID = that.
getGenerationID
();
231
uint32_t SkPixelRef::
getGenerationID
() const {
SkBitmap.cpp
512
uint32_t SkBitmap::
getGenerationID
() const {
513
return (fPixelRef) ? fPixelRef->
getGenerationID
() : 0;
[
all
...]
SkPaint.cpp
183
uint32_t SkPaint::
getGenerationID
() const {
[
all
...]
SkPath.cpp
292
uint32_t SkPath::
getGenerationID
() const {
[
all
...]
Completed in 311 milliseconds