OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkAddFlagToString
(Results
1 - 10
of
10
) sorted by null
/external/skqp/src/core/
SkStringUtils.h
21
void
SkAddFlagToString
(SkString* string, bool flag,
SkStringUtils.cpp
11
void
SkAddFlagToString
(SkString* string, bool flag, const char* flagStr, bool* needSeparator) {
SkPaint.cpp
[
all
...]
/external/skia/src/core/
SkStringUtils.h
21
void
SkAddFlagToString
(SkString* string, bool flag,
SkStringUtils.cpp
12
void
SkAddFlagToString
(SkString* string, bool flag, const char* flagStr, bool* needSeparator) {
SkPaint.cpp
[
all
...]
/external/skia/src/effects/
SkLayerDrawLooper.cpp
293
SkAddFlagToString
(str, SkToBool(kStyle_Bit & rec->fInfo.fPaintBits), "Style",
295
SkAddFlagToString
(str, SkToBool(kTextSkewX_Bit & rec->fInfo.fPaintBits), "TextSkewX",
297
SkAddFlagToString
(str, SkToBool(kPathEffect_Bit & rec->fInfo.fPaintBits), "PathEffect",
299
SkAddFlagToString
(str, SkToBool(kMaskFilter_Bit & rec->fInfo.fPaintBits), "MaskFilter",
301
SkAddFlagToString
(str, SkToBool(kShader_Bit & rec->fInfo.fPaintBits), "Shader",
303
SkAddFlagToString
(str, SkToBool(kColorFilter_Bit & rec->fInfo.fPaintBits), "ColorFilter",
305
SkAddFlagToString
(str, SkToBool(kXfermode_Bit & rec->fInfo.fPaintBits), "Xfermode",
SkBlurMaskFilter.cpp
[
all
...]
/external/skqp/src/effects/
SkLayerDrawLooper.cpp
293
SkAddFlagToString
(str, SkToBool(kStyle_Bit & rec->fInfo.fPaintBits), "Style",
295
SkAddFlagToString
(str, SkToBool(kTextSkewX_Bit & rec->fInfo.fPaintBits), "TextSkewX",
297
SkAddFlagToString
(str, SkToBool(kPathEffect_Bit & rec->fInfo.fPaintBits), "PathEffect",
299
SkAddFlagToString
(str, SkToBool(kMaskFilter_Bit & rec->fInfo.fPaintBits), "MaskFilter",
301
SkAddFlagToString
(str, SkToBool(kShader_Bit & rec->fInfo.fPaintBits), "Shader",
303
SkAddFlagToString
(str, SkToBool(kColorFilter_Bit & rec->fInfo.fPaintBits), "ColorFilter",
305
SkAddFlagToString
(str, SkToBool(kXfermode_Bit & rec->fInfo.fPaintBits), "Xfermode",
SkBlurMaskFilter.cpp
[
all
...]
Completed in 415 milliseconds