/external/skia/src/core/ |
SkScalerContext.cpp | 69 SkScalerContext::SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 74 , fPathEffect(sk_ref_sp(effects.fPathEffect)) 75 , fMaskFilter(sk_ref_sp(effects.fMaskFilter)) 566 // so that our stroking and effects will operate the same way they 798 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 800 : SkScalerContext(std::move(typeface), effects, desc) {} 827 const SkScalerContextEffects& effects, const SkDescriptor* desc, bool allowFailure) const 829 std::unique_ptr<SkScalerContext> c(this->onCreateScalerContext(effects, desc)); 832 effects, desc); 898 SkScalerContextEffects* effects) { [all...] |
SkXfermode.cpp | 23 #include "effects/GrCustomXfermode.h" 24 #include "effects/GrPorterDuffXferProcessor.h" 25 #include "effects/GrXfermodeFragmentProcessor.h"
|
SkRemoteGlyphCache.cpp | 38 SkScalerContextEffects effects; local 39 auto mapSc = tf->createScalerContext(effects, &desc.desc(), false);
|
/external/skqp/src/core/ |
SkScalerContext.cpp | 69 SkScalerContext::SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 74 , fPathEffect(sk_ref_sp(effects.fPathEffect)) 75 , fMaskFilter(sk_ref_sp(effects.fMaskFilter)) 572 // so that our stroking and effects will operate the same way they 804 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 806 : SkScalerContext(std::move(typeface), effects, desc) {} 833 const SkScalerContextEffects& effects, const SkDescriptor* desc, bool allowFailure) const 835 std::unique_ptr<SkScalerContext> c(this->onCreateScalerContext(effects, desc)); 838 effects, desc); 904 SkScalerContextEffects* effects) { [all...] |
SkXfermode.cpp | 23 #include "effects/GrCustomXfermode.h" 24 #include "effects/GrPorterDuffXferProcessor.h" 25 #include "effects/GrXfermodeFragmentProcessor.h"
|
/external/skia/tools/fonts/ |
SkRandomScalerContext.cpp | 41 const SkScalerContextEffects& effects, 44 : SkScalerContext(std::move(face), effects, desc) 46 fProxy = this->getRandomTypeface()->proxy()->createScalerContext(effects, desc); 197 SkScalerContext* SkRandomTypeface::onCreateScalerContext(const SkScalerContextEffects& effects, 200 effects, desc, fFakeIt);
|
/external/skqp/tools/ |
SkRandomScalerContext.cpp | 41 const SkScalerContextEffects& effects, 44 : SkScalerContext(std::move(face), effects, desc) 46 fProxy = this->getRandomTypeface()->proxy()->createScalerContext(effects, desc); 197 SkScalerContext* SkRandomTypeface::onCreateScalerContext(const SkScalerContextEffects& effects, 200 effects, desc, fFakeIt);
|
/external/skia/site/ |
index.md | 46 <tr><th>Discrete Path Effects</th><th>Composed Path Effects</th></tr> 55 <tr><th>Sum Path Effects</th><th>Shaders</th></tr>
|
/external/skia/src/gpu/ |
GrTestUtils.h | 49 /** Creates styles with dash path effects and null path effects */ 67 // is in the optional build target effects.
|
/external/skqp/site/ |
index.md | 46 <tr><th>Discrete Path Effects</th><th>Composed Path Effects</th></tr> 55 <tr><th>Sum Path Effects</th><th>Shaders</th></tr>
|
/external/skqp/src/gpu/ |
GrTestUtils.h | 49 /** Creates styles with dash path effects and null path effects */ 67 // is in the optional build target effects.
|
/external/skia/site/user/api/ |
skpaint_overview.md | 5 *color, stroke, font, effects* 41 paints support effects. These are subclasses of different aspects of 53 returned is reference-counted. Whenever any effects object, like a 61 There are 6 types of effects that can be assigned to a paint: 173 * SkPath1DPathEffect: create dash-like effects by replicating the specified path along the drawn path. 197 * SkSumPathEffect: a pathEffect whose effect is to apply two effects,
|
index.md | 17 * [SkPaint](/user/api/SkPaint_Reference) - color, stroke, font, effects 58 2. [SkPaint Overview](/user/api/skpaint_overview) - color, stroke, font, effects
|
/external/skqp/site/user/api/ |
skpaint_overview.md | 5 *color, stroke, font, effects* 41 paints support effects. These are subclasses of different aspects of 53 returned is reference-counted. Whenever any effects object, like a 61 There are 6 types of effects that can be assigned to a paint: 173 * SkPath1DPathEffect: create dash-like effects by replicating the specified path along the drawn path. 197 * SkSumPathEffect: a pathEffect whose effect is to apply two effects,
|
index.md | 12 * [SkPaint](/user/api/SkPaint_Reference) - color, stroke, font, effects 52 * [SkPaint Overview](/user/api/skpaint_overview) - color, stroke, font, effects
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenModeBackend.java | 160 int effects = mPolicy.suppressedVisualEffects; local 163 effects |= effectType; 165 effects &= ~effectType; 168 return clearDeprecatedEffects(effects); 171 private int clearDeprecatedEffects(int effects) { 172 return effects & ~(SUPPRESSED_EFFECT_SCREEN_ON | SUPPRESSED_EFFECT_SCREEN_OFF);
|
/developers/samples/android/sensors/AccelerometerPlay/ |
template-params.xml | 30 <p>Any effects from the device's acceleration vector (including both gravity and 66 <p>Any effects from the device's acceleration vector (including both gravity and
|
/external/clang/test/SemaCXX/ |
warn-unused-value.cpp | 88 (void)typeid(++i); // expected-warning {{expression with side effects has no effect in an unevaluated context}} 96 (void)typeid(b.f()); // expected-warning {{expression with side effects will be evaluated despite being used as an operand to 'typeid'}}
|
/external/libbrillo/brillo/ |
secure_blob.h | 43 // if it can deduce that its value is not used and that no needed side effects 47 // compilers implement this function as intrinsic and know of its side effects),
|
/external/proguard/src/proguard/optimize/info/ |
NoSideEffectMethodMarker.java | 29 * effects. It will make the SideEffectMethodMarker consider them as such 40 // but that it doesn't have any side effects.
|
/external/skia/site/dev/contrib/ |
flatten.md | 4 Many objects in Skia, such as `SkShaders` and other effects on `SkPaint`, need to be 44 This occurs in cases where the classes are hidden behind a factory, like many effects
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 43 SkScalerContext_FreeType_Base(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 45 : INHERITED(std::move(typeface), effects, desc)
|
/external/skqp/site/dev/contrib/ |
flatten.md | 4 Many objects in Skia, such as `SkShaders` and other effects on `SkPaint`, need to be 44 This occurs in cases where the classes are hidden behind a factory, like many effects
|
/external/skqp/src/ports/ |
SkFontHost_FreeType_common.h | 43 SkScalerContext_FreeType_Base(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, 45 : INHERITED(std::move(typeface), effects, desc)
|
/external/walt/hardware/kicad/walt_footprints.pretty/ |
BMI160.kicad_mod | 3 (effects (font (size 1 1) (thickness 0.15))) 6 (effects (font (size 1 1) (thickness 0.15)))
|