Home
last modified time | relevance | path

Searched defs:left_edge (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/src/ia64/
DGrbs.c129 unw_word_t left_edge = c->rbs_left_edge; in rbs_find_stacked() local
204 unw_word_t curr = c->rbs_curr, left_edge = c->rbs_left_edge; in rbs_cover_and_flush() local
/third_party/skia/src/core/
DSkBlitBWMaskTemplate.h58 int left_edge = cx - maskLeft; in SK_BLITBWMASK_NAME() local
/third_party/flutter/skia/src/core/
DSkBlitBWMaskTemplate.h58 int left_edge = cx - maskLeft; in SK_BLITBWMASK_NAME() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsAsWinding.cpp103 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() function
/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp104 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() function
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c344 int left_edge = edges[0]; in sao_filter_CTB() local
/third_party/libinput/src/
Devdev-mt-touchpad.h442 int32_t left_edge; /* in device coordinates */ member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c92 uint8_t left_edge; /* mergable on the left edge */ member
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs42608 let mut left_edge: usize = 0; localVariable