/third_party/node/deps/ada/ |
H A D | ada.cpp | 8191 enum direction : uint8_t { 8221 direction direct; 8225 {0x0, 0x8, direction::BN}, {0x9, 0x9, direction::S}, 8226 {0xa, 0xa, direction::B}, {0xb, 0xb, direction::S}, 8227 {0xc, 0xc, direction::WS}, {0xd, 0xd, direction::B}, 8228 {0xe, 0x1b, direction::BN}, {0x1c, 0x1e, direction [all...] |
/third_party/alsa-utils/axfer/ |
H A D | main.c | 140 snd_pcm_stream_t *direction) in decide_direction() 144 snd_pcm_stream_t direction; in decide_direction() member 151 snd_pcm_stream_t direction; in decide_direction() member 167 *direction = long_opts[i].direction; in decide_direction() 182 *direction = short_opts[j].direction; in decide_direction() 193 *direction = i; in decide_direction() 226 snd_pcm_stream_t *direction) in detect_direction() 232 *direction in detect_direction() 139 decide_direction(int argc, char *const *argv, snd_pcm_stream_t *direction) decide_direction() argument 225 detect_direction(int argc, char *const *argv, snd_pcm_stream_t *direction) detect_direction() argument 246 snd_pcm_stream_t direction; main() local [all...] |
H A D | subcmd-list.c | 54 snd_pcm_stream_t direction) in dump_devices() 73 snd_pcm_info_set_stream(info, direction); in dump_devices() 78 err = dump_device(handle, id, name, direction, info); in dump_devices() 87 static int list_devices(snd_pcm_stream_t direction) in list_devices() argument 104 snd_pcm_stream_name(direction)); in list_devices() 121 direction); in list_devices() 140 static int list_pcms(snd_pcm_stream_t direction) in list_pcms() argument 156 filter = filters[direction]; in list_pcms() 254 int subcmd_list(int argc, char *const *argv, snd_pcm_stream_t direction) in subcmd_list() argument 265 err = list_devices(direction); in subcmd_list() 53 dump_devices(snd_ctl_t *handle, const char *id, const char *name, snd_pcm_stream_t direction) dump_devices() argument [all...] |
H A D | xfer.c | 39 snd_pcm_stream_t direction, int argc, char *const *argv) in xfer_context_init() 54 assert(direction >= SND_PCM_STREAM_PLAYBACK); in xfer_context_init() 55 assert(direction <= SND_PCM_STREAM_CAPTURE); in xfer_context_init() 65 xfer->direction = direction; in xfer_context_init() 74 err = xfer->ops->init(xfer, direction); in xfer_context_init() 133 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in xfer_context_pre_process() 134 // For capture direction, use values in options if given. in xfer_context_pre_process() 141 } else if (xfer->direction == SND_PCM_STREAM_PLAYBACK) { in xfer_context_pre_process() 142 // For playback direction, chec in xfer_context_pre_process() 38 xfer_context_init(struct xfer_context *xfer, enum xfer_type type, snd_pcm_stream_t direction, int argc, char *const *argv) xfer_context_init() argument [all...] |
/third_party/backends/sanei/ |
H A D | sanei_wire.c | 77 switch (w->direction) in sanei_w_space() 167 if (w->direction == WIRE_FREE) in sanei_w_array() 190 if (w->direction == WIRE_ENCODE) in sanei_w_array() 202 if (w->direction == WIRE_DECODE) in sanei_w_array() 256 if (w->direction == WIRE_FREE) in sanei_w_ptr() 272 if (w->direction == WIRE_ENCODE) in sanei_w_ptr() 285 if (w->direction == WIRE_DECODE) in sanei_w_ptr() 311 else if (w->direction == WIRE_DECODE) in sanei_w_ptr() 322 if (w->direction != WIRE_FREE) in sanei_w_byte() 331 if (w->direction ! in sanei_w_char() [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | direction.c | 20 #include "direction.h" 24 int pa_direction_valid(pa_direction_t direction) { in pa_direction_valid() argument 25 if (direction != PA_DIRECTION_INPUT in pa_direction_valid() 26 && direction != PA_DIRECTION_OUTPUT in pa_direction_valid() 27 && direction != (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_valid() 33 const char *pa_direction_to_string(pa_direction_t direction) { in pa_direction_to_string() argument 36 if (direction == PA_DIRECTION_INPUT) in pa_direction_to_string() 38 if (direction == PA_DIRECTION_OUTPUT) in pa_direction_to_string() 40 if (direction == (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_to_string()
|
H A D | stream.c | 113 s->direction = PA_STREAM_NODIRECTION; in pa_stream_new_with_proplist_internal() 266 pa_hashmap_remove((s->direction == PA_STREAM_RECORD) ? s->context->record_streams : s->context->playback_streams, PA_UINT32_TO_PTR(s->channel)); in stream_unlink() 583 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_moved() 671 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_buffer_attr() 1090 ((s->direction != PA_STREAM_UPLOAD) && (pa_tagstruct_getu32(t, &s->stream_index) < 0 || s->stream_index == PA_INVALID_INDEX)) || in pa_create_stream_callback() 1091 ((s->direction != PA_STREAM_RECORD) && pa_tagstruct_getu32(t, &requested_bytes) < 0)) { in pa_create_stream_callback() 1099 if (s->direction == PA_STREAM_PLAYBACK) { in pa_create_stream_callback() 1107 } else if (s->direction == PA_STREAM_RECORD) { in pa_create_stream_callback() 1116 if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) { in pa_create_stream_callback() 1156 if (s->context->version >= 13 && s->direction ! in pa_create_stream_callback() 1215 create_stream( pa_stream_direction_t direction, pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags, const pa_cvolume *volume, pa_stream *sync_stream) create_stream() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | neverType.js | 31 function move1(direction: "up" | "down") { 32 switch (direction) { 41 function move2(direction: "up" | "down") { 42 return direction === "up" ? 1 : 43 direction === "down" ? -1 : 117 function move1(direction) {
118 switch (direction) {
126 function move2(direction) {
127 return direction === "up" ? 1 :
128 direction [all...] |
H A D | reachabilityChecks4.js | 37 direction: Direction 43 switch (transition.direction) { 54 switch (transition.direction) { 95 switch (transition.direction) {
106 switch (transition.direction) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegutils.c | 35 int direction) in add_mb() 46 mb->source = direction ? 1 : -1; in add_mb() 123 int i, direction, mb_type = mbtype_table[mb_x + mb_y * mb_stride]; in ff_print_debug_info2() local 124 for (direction = 0; direction < 2; direction++) { in ff_print_debug_info2() 125 if (!USES_LIST(mb_type, direction)) in ff_print_debug_info2() 133 int mx = motion_val[direction][xy][0]; in ff_print_debug_info2() 134 int my = motion_val[direction][xy][1]; in ff_print_debug_info2() 135 mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 32 add_mb(AVMotionVector *mb, uint32_t mb_type, int dst_x, int dst_y, int motion_x, int motion_y, int motion_scale, int direction) add_mb() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | NamePrepTransform.java | 133 int direction=UCharacterDirection.CHAR_DIRECTION_COUNT, in prepare() 147 direction = UCharacter.getDirection(ch); in prepare() 149 firstCharDir = direction; in prepare() 151 if(direction == UCharacterDirection.LEFT_TO_RIGHT){ in prepare() 155 if(direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC){ in prepare() 170 (direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC)) in prepare() 185 MapTransform(String id, String rule, int direction) { in MapTransform() argument 186 isReady = initialize(id, rule, direction); in MapTransform() 189 initialize(String id, String rule, int direction) initialize() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | NamePrepTransform.java | 130 int direction=UCharacterDirection.CHAR_DIRECTION_COUNT, in prepare() 144 direction = UCharacter.getDirection(ch); in prepare() 146 firstCharDir = direction; in prepare() 148 if(direction == UCharacterDirection.LEFT_TO_RIGHT){ in prepare() 152 if(direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC){ in prepare() 167 (direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC)) in prepare() 182 MapTransform(String id, String rule, int direction) { in MapTransform() argument 183 isReady = initialize(id, rule, direction); in MapTransform() 186 initialize(String id, String rule, int direction) initialize() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsQuadTests.cpp | 86 int direction; member 124 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << "u);\n" in initFrameBufferPrograms() 125 << " uint otherID = (gl_SubgroupInvocationID & ~0x3u) + " << caseDef.direction << "u;\n"; in initFrameBufferPrograms() 170 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << "u);\n" in initFrameBufferPrograms() 171 << " uint otherID = (gl_SubgroupInvocationID & ~0x3u) + " << caseDef.direction << "u;\n"; in initFrameBufferPrograms() 222 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << "u);\n" in initFrameBufferPrograms() 223 << " uint otherID = (gl_SubgroupInvocationID & ~0x3u) + " << caseDef.direction << "u;\n"; in initFrameBufferPrograms() 267 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << "u);\n" in initFrameBufferPrograms() 268 << " uint otherID = (gl_SubgroupInvocationID & ~0x3u) + " << caseDef.direction << "u;\n"; in initFrameBufferPrograms() 335 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << " in initPrograms() 697 name << "_" << direction; createSubgroupsQuadTests() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.cc | 34 void ControlEquivalence::VisitMid(Node* node, DFSDirection direction) { in VisitMid() argument 39 BracketListDelete(blist, node, direction); in VisitMid() 43 DCHECK_EQ(kInputDirection, direction); in VisitMid() 62 DFSDirection direction) { in VisitPost() 67 BracketListDelete(blist, node, direction); in VisitPost() 78 DFSDirection direction) { in VisitBackedge() 83 Bracket bracket = {direction, kInvalidClass, 0, from, to}; in VisitBackedge() 97 if (entry.direction == kInputDirection) { in RunUndirectedDFS() 120 // Switch direction to uses. in RunUndirectedDFS() 121 entry.direction in RunUndirectedDFS() 61 VisitPost(Node* node, Node* parent_node, DFSDirection direction) VisitPost() argument 77 VisitBackedge(Node* from, Node* to, DFSDirection direction) VisitBackedge() argument 207 BracketListDelete(BracketList& blist, Node* to, DFSDirection direction) BracketListDelete() argument [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 118 Direction direction) { in Make() 122 new GrBicubicEffect(std::move(fp), kernel, direction, clamp))); in Make() 131 Direction direction, in Make() 138 new GrBicubicEffect(std::move(fp), kernel, direction, clamp))); in Make() 149 Direction direction, in MakeSubset() 157 new GrBicubicEffect(std::move(fp), kernel, direction, clamp))); in MakeSubset() 169 Direction direction, in MakeSubset() 185 new GrBicubicEffect(std::move(fp), kernel, direction, clamp))); in MakeSubset() 192 Direction direction) { in Make() 195 new GrBicubicEffect(std::move(fp), kernel, direction, clam in Make() 114 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument 125 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) Make() argument 141 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument 160 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, const SkRect& domain, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument 188 Make(std::unique_ptr<GrFragmentProcessor> fp, SkAlphaType alphaType, const SkMatrix& matrix, SkImage::CubicResampler kernel, Direction direction) Make() argument 198 GrBicubicEffect(std::unique_ptr<GrFragmentProcessor> fp, SkImage::CubicResampler kernel, Direction direction, Clamp clamp) GrBicubicEffect() argument 248 Direction direction = Direction::kX; TestCreate() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldatefmt.cpp | 88 UDateDirection direction) const; 134 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() 137 if (!absoluteUnits[style][unit][direction].isEmpty()) { in getAbsoluteUnitString() 138 return absoluteUnits[style][unit][direction]; in getAbsoluteUnitString() 441 // Handle Display Name for PLAIN direction for some units. in handlePlainDirection() 464 int32_t direction = keyToDirection(key); in consumeTableRelative() local 465 if (direction < 0) { in consumeTableRelative() 482 if (outputData.absoluteUnits[style][absUnitIndex][direction].isEmpty()) { in consumeTableRelative() 484 [direction].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative() 936 UDateDirection direction, in format() 934 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 949 formatToValue( double quantity, UDateDirection direction, UDateRelativeUnit unit, UErrorCode& status) const formatToValue() argument 962 formatImpl( double quantity, UDateDirection direction, UDateRelativeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatImpl() argument 1038 UDateDirection direction = UDAT_DIRECTION_NEXT; formatNumericImpl() local 1074 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 1087 formatToValue( UDateDirection direction, UDateAbsoluteUnit unit, UErrorCode& status) const formatToValue() argument 1098 formatAbsoluteImpl( UDateDirection direction, UDateAbsoluteUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatAbsoluteImpl() argument 1160 UDateDirection direction = UDAT_DIRECTION_COUNT; formatRelativeImpl() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-base-table.hh | 87 hb_direction_t direction) const in get_coord() 90 return coordinate + (HB_DIRECTION_IS_VERTICAL (direction) ? in get_coord() 120 hb_direction_t direction) const in get_coord() 125 case 3: return u.format3.get_coord (font, var_store, direction); in get_coord() 448 const Axis &get_axis (hb_direction_t direction) const in get_axis() 449 { return HB_DIRECTION_IS_VERTICAL (direction) ? this+vAxis : this+hAxis; } in get_axis() 456 hb_direction_t direction, in get_baseline() 462 if (unlikely (!get_axis (direction).get_baseline (baseline_tag, script_tag, language_tag, &base_coord) || in get_baseline() 467 *base = base_coord->get_coord (font, get_var_store (), direction); in get_baseline() 474 hb_direction_t direction, in get_min_max() [all...] |
H A D | hb-font.hh | 133 int64_t dir_mult (hb_direction_t direction) in dir_mult() 134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult() 141 hb_position_t em_scale_dir (int16_t v, hb_direction_t direction) in em_scale_dir() 142 { return em_mult (v, dir_mult (direction)); } in em_scale_dir() 396 void get_extents_for_direction (hb_direction_t direction, in get_extents_for_direction() 399 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_extents_for_direction() 406 hb_direction_t direction, in get_glyph_advance_for_direction() 410 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_advance_for_direction() 415 void get_glyph_advances_for_direction (hb_direction_t direction, in get_glyph_advances_for_direction() 422 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_advances_for_direction() [all...] |
H A D | hb-ot-math.cc | 191 * @direction: The direction of the stretching (horizontal or vertical) 198 * direction. The corresponding list of size variants is returned as a list of 201 * <note>The @direction parameter is only used to select between horizontal 213 hb_direction_t direction, in hb_ot_math_get_glyph_variants() 218 return font->face->table.MATH->get_variants().get_glyph_variants (glyph, direction, font, in hb_ot_math_get_glyph_variants() 227 * @direction: direction of the stretching (horizontal or vertical) 231 * assembly in the specified direction. 233 * <note>The @direction paramete 211 hb_ot_math_get_glyph_variants(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *variants_count, hb_ot_math_glyph_variant_t *variants ) hb_ot_math_get_glyph_variants() argument 243 hb_ot_math_get_min_connector_overlap(hb_font_t *font, hb_direction_t direction) hb_ot_math_get_min_connector_overlap() argument 275 hb_ot_math_get_glyph_assembly(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, unsigned int start_offset, unsigned int *parts_count, hb_ot_math_glyph_part_t *parts, hb_position_t *italics_correction ) hb_ot_math_get_glyph_assembly() argument [all...] |
H A D | hb-fallback-shape.cc | 93 hb_direction_t direction = buffer->props.direction; in _hb_fallback_shape() local 108 direction, in _hb_fallback_shape() 112 direction, in _hb_fallback_shape() 117 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | reldatefmt.cpp | 88 UDateDirection direction) const; 134 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() 137 if (!absoluteUnits[style][unit][direction].isEmpty()) { in getAbsoluteUnitString() 138 return absoluteUnits[style][unit][direction]; in getAbsoluteUnitString() 441 // Handle Display Name for PLAIN direction for some units. in handlePlainDirection() 464 int32_t direction = keyToDirection(key); in consumeTableRelative() local 465 if (direction < 0) { in consumeTableRelative() 482 if (outputData.absoluteUnits[style][absUnitIndex][direction].isEmpty()) { in consumeTableRelative() 484 [direction].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative() 924 UDateDirection direction, in format() 922 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 937 formatToValue( double quantity, UDateDirection direction, UDateRelativeUnit unit, UErrorCode& status) const formatToValue() argument 950 formatImpl( double quantity, UDateDirection direction, UDateRelativeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatImpl() argument 1026 UDateDirection direction = UDAT_DIRECTION_NEXT; formatNumericImpl() local 1062 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 1075 formatToValue( UDateDirection direction, UDateAbsoluteUnit unit, UErrorCode& status) const formatToValue() argument 1086 formatAbsoluteImpl( UDateDirection direction, UDateAbsoluteUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatAbsoluteImpl() argument 1146 UDateDirection direction = UDAT_DIRECTION_COUNT; formatRelativeImpl() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | reldatefmt.cpp | 86 UDateDirection direction) const; 132 int32_t fStyle, UDateAbsoluteUnit unit, UDateDirection direction) const { in getAbsoluteUnitString() 135 if (!absoluteUnits[style][unit][direction].isEmpty()) { in getAbsoluteUnitString() 136 return absoluteUnits[style][unit][direction]; in getAbsoluteUnitString() 455 // Handle Display Name for PLAIN direction for some units. in handlePlainDirection() 478 int32_t direction = keyToDirection(key); in consumeTableRelative() local 479 if (direction < 0) { in consumeTableRelative() 496 if (outputData.absoluteUnits[style][absUnitIndex][direction].isEmpty()) { in consumeTableRelative() 498 [direction].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative() 912 UDateDirection direction, in format() 910 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 925 formatToValue( double quantity, UDateDirection direction, UDateRelativeUnit unit, UErrorCode& status) const formatToValue() argument 938 formatImpl( double quantity, UDateDirection direction, UDateRelativeUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatImpl() argument 1010 UDateDirection direction = UDAT_DIRECTION_NEXT; formatNumericImpl() local 1046 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const format() argument 1059 formatToValue( UDateDirection direction, UDateAbsoluteUnit unit, UErrorCode& status) const formatToValue() argument 1070 formatAbsoluteImpl( UDateDirection direction, UDateAbsoluteUnit unit, FormattedRelativeDateTimeData& output, UErrorCode& status) const formatAbsoluteImpl() argument 1130 UDateDirection direction = UDAT_DIRECTION_COUNT; formatRelativeImpl() local [all...] |
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 311 MorphDirection direction, in GrMorphologyEffect() 316 , fDirection(direction) in GrMorphologyEffect() 374 MorphDirection direction) { in apply_morphology_rect() 378 direction, in apply_morphology_rect() 392 MorphDirection direction) { in apply_morphology_rect_no_bounds() 394 /*inputFP=*/nullptr, std::move(view), srcAlphaType, direction, radius, morphType); in apply_morphology_rect_no_bounds() 405 MorphDirection direction) { in apply_morphology_pass() 410 if (direction == MorphDirection::kX) { in apply_morphology_pass() 432 dstRect, radius, morphType, bounds, direction); in apply_morphology_pass() 436 lowerDstRect, radius, morphType, bounds, direction); in apply_morphology_pass() 308 GrMorphologyEffect(std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection direction, int radius, MorphType type, const float range[2]) GrMorphologyEffect() argument 366 apply_morphology_rect(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, const float range[2], MorphDirection direction) apply_morphology_rect() argument 385 apply_morphology_rect_no_bounds(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_rect_no_bounds() argument 398 apply_morphology_pass(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_pass() argument [all...] |
/third_party/node/test/fixtures/wpt/dom/events/scrolling/ |
H A D | scroll_support.js | 97 function touchScrollInTarget(pixels_to_scroll, target, direction, pause_time_in_ms = 100) { 101 if (direction == "down") { 103 } else if (direction == "up") { 105 } else if (direction == "right") { 107 } else if (direction == "left") { 110 throw("scroll direction '" + direction + "' is not expected, direction should be 'down', 'up', 'left' or 'right'"); 127 function touchFlingInTarget(pixels_to_scroll, target, direction) { 128 touchScrollInTarget(pixels_to_scroll, target, direction, [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | Selection.java | 110 int direction, boolean extend) { in nextBound() 111 if (!extend && anchor != caret) caret -= direction; in nextBound() 112 caret = next(caret, breaker, direction, true); in nextBound() 150 int direction, boolean different) { in next() 151 if (!different) position -= direction; in next() 153 if (direction > 0) { in next() 109 nextBound(BreakIterator breaker, int direction, boolean extend) nextBound() argument 149 next(int position, BreakIterator breaker, int direction, boolean different) next() argument
|