Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 25 of 77) sorted by relevance

1234

/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc38 const PalmFilterStroke& stroke, in IsEarlyStageSample()
65 const PalmFilterStroke& stroke, in HasDecidedStroke()
76 const PalmFilterStroke& stroke, in IsVeryShortStroke()
131 const PalmFilterStroke& stroke, in FindBiggestNeighborsWithin()
168 const PalmFilterStroke& stroke, in FindNearestNeighborsWithin()
261 PalmFilterStroke& stroke = stroke_it->second; in Filter() local
311 const auto& stroke = lookup->second; in Filter() local
408 const PalmFilterStroke& stroke = strokes_.at(tracking_id); in ExtractFeatures() local
453 const PalmFilterStroke& stroke, in AppendFeatures()
499 const PalmFilterStroke& stroke, in AppendResampledFeatures()
[all …]
Dneural_stylus_palm_detection_filter_util_unittest.cc237 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 55); in TEST_P() local
279 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 0); in TEST_P() local
329 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 0); in TEST_P() local
380 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 0); in TEST() local
421 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 0); in TEST() local
477 PalmFilterStroke stroke(model_config_, /*tracking_id*/ 0); in TEST() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTextProperties.java8 @Nullable public final AnimatableColorValue stroke; field in AnimatableTextProperties
13 @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, in AnimatableTextProperties()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.h32 bool stroke() const { return m_bStroke; } in stroke() function
33 void set_stroke(bool stroke) { m_bStroke = stroke; } in set_stroke()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp377 bool stroke = path_obj->stroke(); in ProcessPath() local
539 bool stroke) { in ClipPattern()
551 bool stroke) { in SelectClipPath()
740 bool stroke) { in CloneObjStates()
1038 bool stroke) { in DrawTextPathWithPattern()
1087 bool stroke) { in DrawShadingPattern()
1123 bool stroke) { in DrawTilingPattern()
1149 bool stroke) { in DrawPathWithPattern()
1164 bool* stroke) { in ProcessPathPattern()
/external/skia/src/gpu/ganesh/
DGrUtil.cpp71 const SkStrokeRec& stroke = style.strokeRec(); in GrIsStrokeHairlineOrEquivalent() local
/external/skia/src/gpu/ganesh/ops/
DTessellationPathRenderer.cpp146 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
166 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
DStrokeRectOp.cpp34 inline bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke()
109 const SkStrokeRec& stroke, in Make()
129 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp()
442 const SkStrokeRec& stroke) { in Make()
943 const SkStrokeRec& stroke) { in Make()
/external/skia/gm/
Dcrbug_996140.cpp59 SkPaint stroke; variable
Dcroppedrects.cpp38 SkPaint stroke; in create_image() local
/external/skia/src/gpu/ganesh/tessellate/
DGrStrokeTessellationShader.cpp91 const SkStrokeRec& stroke, in GrStrokeTessellationShader()
661 const auto& stroke = shader.stroke(); in setData() local
DGrStrokeTessellationShader.h37 const SkStrokeRec& stroke() const { return fStroke;} in stroke() function
DStrokeTessellator.cpp51 const SkStrokeRec& stroke = pathStroke->fStroke; in write_fixed_count_patches() local
/external/skia/src/gpu/graphite/
DDrawList.cpp31 const StrokeStyle* stroke) { in recordDraw()
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp158 FPDF_BOOL stroke) { in FPDFPath_SetDrawMode()
176 FPDF_BOOL* stroke) { in FPDFPath_GetDrawMode()
/external/ImageMagick/MagickCore/
Ddraw-private.h50 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTextPropertiesParser.java50 AnimatableColorValue stroke = null; in parseAnimatableTextProperties() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DStrokeContent.java28 public StrokeContent(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeStroke stroke) { in StrokeContent()
/external/skia/bench/
DRectBench.cpp33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench()
198 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench()
208 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DPaint.java44 public Paint setStroke(boolean stroke) { in setStroke()
110 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke()
/external/skia/docs/examples/
Dskpaint_xfer.cpp43 SkPaint stroke, src, dst; in draw() local
DColor_Wheel.cpp6 const float stroke = scale * 3 / 64; in draw_color_wheel() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp36 CXFA_Stroke* stroke = strokes[0]; in Style3D() local
131 CXFA_Stroke* stroke; in Get3DStyle() local
/external/skia/src/xps/
DSkXPSDevice.cpp1070 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); in rect_must_be_pathed() local
1083 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1094 BOOL stroke, BOOL fill, in createXpsQuad()
1210 BOOL stroke = FALSE; in internalDrawRect() local
1263 BOOL stroke, BOOL fill, in close_figure()
1291 BOOL stroke, BOOL fill, const SkPath& path) { in addXpsPathGeometry()
1449 BOOL* fill, BOOL* stroke) { in shadePath()
1557 BOOL stroke; in drawPath() local
/external/skia/tests/
DPaintTest.cpp69 SkPath path, stroke; in DEF_TEST() local

1234