OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fGenerationID
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkSurface.h
147
fGenerationID
= 0;
153
uint32_t
fGenerationID
;
SkPixelRef.h
225
mutable uint32_t
fGenerationID
;
228
// same
fGenerationID
as the original.
SkPath.h
19
#define GEN_ID_INC
fGenerationID
++
20
#define GEN_ID_PTR_INC(ptr) (ptr)->
fGenerationID
++
43
SkPath(const SkPath&); // Copies
fGenerationID
on Android.
46
SkPath& operator=(const SkPath&); // Increments
fGenerationID
on Android.
[
all
...]
SkPaint.h
[
all
...]
/external/skia/include/core/
SkSurface.h
147
fGenerationID
= 0;
153
uint32_t
fGenerationID
;
SkPixelRef.h
225
mutable uint32_t
fGenerationID
;
228
// same
fGenerationID
as the original.
SkPath.h
19
#define GEN_ID_INC
fGenerationID
++
20
#define GEN_ID_PTR_INC(ptr) (ptr)->
fGenerationID
++
43
SkPath(const SkPath&); // Copies
fGenerationID
on Android.
46
SkPath& operator=(const SkPath&); // Increments
fGenerationID
on Android.
[
all
...]
SkPaint.h
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkPathRef.h
50
fPathRef->
fGenerationID
= 0;
162
ref->
fGenerationID
= buffer->readU32();
188
(*pathRef)->
fGenerationID
= 0;
208
SkDEBUGCODE(
fGenerationID
= 0xEEEEEEEE;)
253
bool genIDMatch =
fGenerationID
&&
fGenerationID
== ref.
fGenerationID
;
282
if (0 ==
fGenerationID
) {
283
fGenerationID
= ref.genID();
284
} else if (0 == ref.
fGenerationID
) {
[
all
...]
/external/skia/src/core/
SkPathRef.h
50
fPathRef->
fGenerationID
= 0;
162
ref->
fGenerationID
= buffer->readU32();
188
(*pathRef)->
fGenerationID
= 0;
208
SkDEBUGCODE(
fGenerationID
= 0xEEEEEEEE;)
253
bool genIDMatch =
fGenerationID
&&
fGenerationID
== ref.
fGenerationID
;
282
if (0 ==
fGenerationID
) {
283
fGenerationID
= ref.genID();
284
} else if (0 == ref.
fGenerationID
) {
[
all
...]
Completed in 227 milliseconds