OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kShadowModeCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/effects/
SkDropShadowImageFilter.h
21
static const int
kShadowModeCount
= kLast_ShadowMode+1;
/external/skia/src/effects/
SkDropShadowImageFilter.cpp
155
static_assert(
kShadowModeCount
== SK_ARRAY_COUNT(gModeStrings), "enum_mismatch");
Completed in 554 milliseconds