Home
last modified time | relevance | path

Searched refs:kNormal (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/flutter/skia/src/effects/
DSkTrimPathEffect.cpp59 SkASSERT(fMode == SkTrimPathEffect::Mode::kNormal); in onFilterPath()
75 if (fMode == SkTrimPathEffect::Mode::kNormal) { in onFilterPath()
97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
107 if (startT <= 0 && stopT >= 1 && mode == Mode::kNormal) { in Make()
/third_party/skia/src/effects/
DSkTrimPathEffect.cpp54 SkASSERT(fMode == SkTrimPathEffect::Mode::kNormal); in onFilterPath()
69 if (fMode == SkTrimPathEffect::Mode::kNormal) { in onFilterPath()
113 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
123 if (startT <= 0 && stopT >= 1 && mode == Mode::kNormal) { in Make()
/third_party/skia/experimental/sorttoy/
DFake.h141 : fType(Type::kNormal) in FakePaint()
147 fType = Type::kNormal; in setColor()
152 SkASSERT(fType == Type::kNormal); in getColor()
172 if (fType == Type::kNormal) { in isTransparent()
188 kNormal, enumerator
193 Type fType = Type::kNormal;
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_orientation.cpp26 fAdobeOrientation = kNormal; in SetTIFF()
80 fAdobeOrientation = kNormal; in SetTIFF()
95 case kNormal: in GetTIFF()
Ddng_orientation.h38 kNormal = 0, enumerator
52 : fAdobeOrientation (kNormal) in dng_orientation()
95 return AdobeToDNG (kNormal); in Normal()
/third_party/skia/gm/
Dencode_color_types.cpp70 kNormal, enumerator
91 const int width = fVariant == Variant::kNormal ? imageWidth * 7 : imageWidth * 2; in onISize()
112 case Variant::kNormal: in onDraw()
164 DEF_ENCODE_GM(format, quality, kNormal, name); \
/third_party/skia/include/effects/
DSkTrimPathEffect.h16 kNormal, // return the subset path [start,stop] enumerator
38 static sk_sp<SkPathEffect> Make(SkScalar startT, SkScalar stopT, Mode = Mode::kNormal);
/third_party/flutter/skia/include/effects/
DSkTrimPathEffect.h16 kNormal, // return the subset path [start,stop] enumerator
38 static sk_sp<SkPathEffect> Make(SkScalar startT, SkScalar stopT, Mode = Mode::kNormal);
/third_party/skia/modules/svg/include/
DSkSVGFeBlend.h17 kNormal, enumerator
26 SVG_ATTR(Mode, Mode, Mode::kNormal)
/third_party/node/benchmark/napi/function_args/
Dbinding.cc60 "map", v8::NewStringType::kNormal); in CallWithObject()
69 "operand", v8::NewStringType::kNormal); in CallWithObject()
78 "data", v8::NewStringType::kNormal); in CallWithObject()
87 "reduce", v8::NewStringType::kNormal); in CallWithObject()
/third_party/flutter/skia/modules/sksg/include/
DSkSGMaskEffect.h22 kNormal, enumerator
27 Mode mode = Mode::kNormal) {
/third_party/flutter/skia/modules/sksg/src/
DSkSGMaskEffect.cpp33 p.setBlendMode(fMaskMode == Mode::kNormal ? SkBlendMode::kSrcIn : SkBlendMode::kSrcOut); in onRender()
40 const auto mask_hit = (!!fMaskNode->nodeAt(p) == (fMaskMode == Mode::kNormal)); in onNodeAt()
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dfollower_scaler.cc24 : node_(node), scaling_state_(NodeScaleState::kNormal), running_(true) { in FollowerScaler()
154 scaling_state_ = NodeScaleState::kNormal; in ProcessAfterScaleOut()
165 scaling_state_ = NodeScaleState::kNormal; in ProcessAfterScaleIn()
/third_party/skia/modules/svg/src/
DSkSVGFeBlend.cpp23 case SkSVGFeBlend::Mode::kNormal: in GetBlendMode()
52 { "normal" , SkSVGFeBlend::Mode::kNormal }, in parse()
DSkSVGAttribute.cpp34 result.fFontStyle.init(SkSVGFontStyle::Type::kNormal); in MakeInitial()
36 result.fFontWeight.init(SkSVGFontWeight::Type::kNormal); in MakeInitial()
/third_party/skia/tests/
DFontHostTest.cpp218 { SkFontHinting::kNormal, false, false }, in test_advances()
219 { SkFontHinting::kNormal, true, false }, in test_advances()
220 { SkFontHinting::kNormal, false, true }, in test_advances()
/third_party/flutter/skia/tests/
DFontHostTest.cpp218 { SkFontHinting::kNormal, false, false }, in test_advances()
219 { SkFontHinting::kNormal, true, false }, in test_advances()
220 { SkFontHinting::kNormal, false, true }, in test_advances()
/third_party/flutter/skia/docs/examples/
DPaint_getHinting.cpp10 SkFontHinting::kNormal == paint.getHinting() ? '=' : ':');
DPaint_setHinting.cpp9 paint2.setHinting(SkFontHinting::kNormal);
/third_party/skia/docs/examples/
DPaint_getHinting.cpp10 SkFontHinting::kNormal == paint.getHinting() ? '=' : ':');
DPaint_setHinting.cpp9 paint2.setHinting(SkFontHinting::kNormal);
/third_party/flutter/skia/src/core/
DSkPaintDefaults.h24 #define SkPaintDefaults_Hinting SkFontHinting::kNormal
/third_party/skia/src/core/
DSkPaintDefaults.h24 #define SkPaintDefaults_Hinting SkFontHinting::kNormal
/third_party/skia/include/core/
DSkFontTypes.h21 kNormal, //!< glyph outlines modified to improve constrast enumerator
/third_party/flutter/skia/include/core/
DSkFontTypes.h21 kNormal, //!< glyph outlines modified to improve constrast enumerator

12345