Home
last modified time | relevance | path

Searched defs:direction (Results 501 - 525 of 560) sorted by relevance

1...<<212223

/third_party/libinput/src/
H A Devdev.h223 uint32_t direction; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc115 GenerateIteratingTypedArrayBuiltinBody( const char* name, const BuiltinResultGenerator& generator, const CallResultProcessor& processor, ForEachDirection direction) GenerateIteratingTypedArrayBuiltinBody() argument
195 VisitAllTypedArrayElements( TNode<JSArrayBuffer> array_buffer, const CallResultProcessor& processor, ForEachDirection direction, TNode<JSTypedArray> typed_array, bool can_shrink) VisitAllTypedArrayElements() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codecs.h354 uint8_t direction; member
412 uint8_t direction; member
H A Dmodule-bluez5-device.c254 static void connect_ports(struct userdata *u, void *new_data, pa_direction_t direction) { in connect_ports() argument
1879 static pa_available_t get_port_availability(struct userdata *u, pa_direction_t direction) { in get_port_availability() argument
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c1023 const char *direction; in ucm_add_port_combination() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dstream.c1215 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/pulseaudio/src/pulsecore/
H A Dsource.c2751 const char *direction = NULL; in pa_source_volume_change_push() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp374 makeMemoryBarrierInfo(VkBuffer buffer, VkDeviceSize size, TransferDirection direction) makeMemoryBarrierInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp374 makeMemoryBarrierInfo(VkBuffer buffer, VkDeviceSize size, TransferDirection direction) makeMemoryBarrierInfo() argument
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp866 SkDistantLight(const SkPoint3& direction, SkColor color) in SkDistantLight() argument
875 const SkPoint3& direction() const { return fDirection; } in direction() function in __anon18763::SkDistantLight
900 SkDistantLight(const SkPoint3& direction, const SkPoint3& color) in SkDistantLight() argument
924 SkPoint3 direction = SkPoint3::Make(fLocation.fX - SkIntToScalar(x), variable
927 fast_normalize(&direction); variable
1028 SkPoint3 direction variable
1031 fast_normalize(&direction); global() variable
1159 DistantLitDiffuse( const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect& cropRect) DistantLitDiffuse() argument
1185 DistantLitSpecular( const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) DistantLitSpecular() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c2065 FT_26D6_Vec direction; /* direction of curve at `nearest_point` */ in get_min_distance_conic() local
2361 FT_26D6_Vec direction; /* direction of curve at `nearest_point` */ get_min_distance_conic() local
2673 FT_16D16_Vec direction; /* direction of curve at `nearest_point` */ get_min_distance_cubic() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc1189 hb_font_get_extents_for_direction(hb_font_t *font, hb_direction_t direction, hb_font_extents_t *extents) hb_font_get_extents_for_direction() argument
1212 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_get_glyph_advance_for_direction() argument
1239 hb_font_get_glyph_advances_for_direction(hb_font_t* font, hb_direction_t direction, unsigned int count, const hb_codepoint_t *first_glyph, unsigned glyph_stride, hb_position_t *first_advance, unsigned advance_stride) hb_font_get_glyph_advances_for_direction() argument
1267 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_get_glyph_origin_for_direction() argument
1295 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_add_glyph_origin_for_direction() argument
1323 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_subtract_glyph_origin_for_direction() argument
1349 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_get_glyph_kerning_for_direction() argument
1378 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) hb_font_get_glyph_extents_for_origin() argument
1407 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) hb_font_get_glyph_contour_point_for_origin() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiimp.h336 UBiDiDirection direction; member
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1546 hb_direction_t direction = is_LTR(bidi.currentLevel()) ? HB_DIRECTION_LTR:HB_DIRECTION_RTL; local
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp726 int direction[3]; in matchBC1Bits() local
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp719 GetAccessibilityNodeInfoByFocusMove( int64_t accessibility_id, int32_t direction) GetAccessibilityNodeInfoByFocusMove() argument
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1606 codebook_bits(MLPEncodeContext *ctx, unsigned int channel, int codebook, int offset, int32_t min, int32_t max, BestOffset *bo, int direction) codebook_bits() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c886 int direction; in prepare_cube_in() local
940 int direction; in prepare_cube_out() local
1074 const int direction = s->out_cubemap_direction_order[face]; cube_to_xyz() local
1132 xyz_to_cube(const V360Context *s, const float *vec, float *uf, float *vf, int *direction) xyz_to_cube() argument
1207 process_cube_coordinates(const V360Context *s, float uf, float vf, int direction, float *new_uf, float *new_vf, int *face) process_cube_coordinates() argument
1459 int direction, face; xyz_to_cube3x2() local
1616 int direction, face; xyz_to_cube1x6() local
1696 int direction, face; xyz_to_cube6x1() local
2774 int direction, face; xyz_to_eac() local
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c537 FILE *direction; local
/third_party/backends/backend/genesys/
H A Dgenesys.cpp731 void scanner_move(Genesys_Device& dev, ScanMethod scan_method, unsigned steps, Direction direction) in scanner_move() argument
4187 pick_resolution(const std::vector<unsigned>& resolutions, unsigned resolution, const char* direction) pick_resolution() argument
[all...]
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-internal.h133 uint8_t direction; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp2413 UTransDirection direction = (DATA[i+1] != NULL && DATA[i+1][0] == 'R') ? in TestCompoundFilterID() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c78 static void setNuConvTestName(const char *codepage, const char *direction) in setNuConvTestName() argument
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp802 UBiDiDirection direction; in bracketProcessClosing() local
1081 UBiDiDirection direction; resolveExplicitLevels() local
2557 UBiDiDirection direction; ubidi_setPara() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h502 unsigned char direction; /* port usage direction (r/w/bidir) */ member

Completed in 68 milliseconds

1...<<212223