OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kColorStorageCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
259
kColorStorageCount
= 4, // more than this many colors, and we'll use sk_malloc for the space
261
kStorageSize =
kColorStorageCount
* (sizeof(SkColor) + sizeof(SkScalar) + sizeof(Rec))
SkGradientShader.cpp
105
if (fColorCount >
kColorStorageCount
) {
[
all
...]
Completed in 60 milliseconds