OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDrawComplete
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.h
77
/** Returns the next offset into the picture stream, or
kDrawComplete
if complete. */
79
static const uint32_t
kDrawComplete
= SK_MaxU32;
SkPicturePlayback.cpp
718
//
kDrawComplete
will be the signal that we have reached the end of
720
static const uint32_t
kDrawComplete
= SK_MaxU32;
747
if (
kDrawComplete
== skipTo) {
802
if (
kDrawComplete
== skipTo) {
[
all
...]
/external/skia/src/core/
SkPictureStateTree.h
77
/** Returns the next offset into the picture stream, or
kDrawComplete
if complete. */
79
static const uint32_t
kDrawComplete
= SK_MaxU32;
SkPicturePlayback.cpp
718
//
kDrawComplete
will be the signal that we have reached the end of
720
static const uint32_t
kDrawComplete
= SK_MaxU32;
747
if (
kDrawComplete
== skipTo) {
802
if (
kDrawComplete
== skipTo) {
[
all
...]
Completed in 44 milliseconds