Home
last modified time | relevance | path

Searched defs:kEmptyGenID (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/core/
DSkClipStack.h388 static const uint32_t kEmptyGenID = 1; // no pixels writeable variable
/external/skqp/include/private/
DSkPathRef.h557 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
/external/skia/src/core/
DSkClipStack.h404 static const uint32_t kEmptyGenID = 1; // no pixels writeable variable
/external/skia/include/private/
DSkPathRef.h511 kEmptyGenID = 1, // GenID reserved for path ref with zero points and zero verbs. enumerator
/external/skia/src/gpu/
DGrClipStack.cpp185 static uint32_t kEmptyGenID = 1; variable