Searched refs:int16 (Results 1 - 25 of 308) sorted by path

1234567891011>>

/haiku/docs/develop/media/
H A DMediaFileProducer.h148 /* Format of clipping is (as int16-s): <from line> <npairs> <startclip> <endclip>. */
158 int16 num_shorts,
159 int16 * clip_data,
/haiku/headers/build/os/app/
H A DMessage.h112 status_t AddInt16(const char *name, int16 value);
150 status_t FindInt16(const char *name, int16 *value) const;
151 status_t FindInt16(const char *name, int32 index, int16 *value) const;
196 status_t ReplaceInt16(const char *name, int16 value);
197 status_t ReplaceInt16(const char *name, int32 index, int16 value);
263 int16 FindInt16(const char *, int32 n = 0) const;
/haiku/headers/libs/agg/
H A Dagg_basics.h121 typedef AGG_INT16 int16; //----int16 typedef in namespace:agg
H A Dagg_image_filters.h62 m_weight_array[pivot - i] = (int16)iround(y * image_filter_scale);
83 const int16* weight_array() const { return &m_weight_array[0]; }
94 pod_array<int16> m_weight_array;
H A Dagg_rasterizer_compound_aa.h48 int16 left, right;
340 cell.left = (int16)left;
341 cell.right = (int16)right;
H A Dagg_scanline_bin.h50 int16 x;
51 int16 len;
86 m_cur_span->x = (int16)x;
97 m_cur_span->len = (int16)(m_cur_span->len + len);
102 m_cur_span->x = (int16)x;
103 m_cur_span->len = (int16)len;
H A Dagg_scanline_p.h47 typedef int16 coord_type;
96 m_cur_span->x = (int16)x;
109 m_cur_span->len += (int16)len;
115 m_cur_span->x = (int16)x;
116 m_cur_span->len = (int16)len;
129 m_cur_span->len -= (int16)len;
136 m_cur_span->x = (int16)x;
137 m_cur_span->len = (int16)(-int(len));
H A Dagg_scanline_u.h114 typedef int16 coord_type;
H A Dagg_span_image_filter_gray.h366 const int16* weight_array = base_type::filter().weight_array() +
466 const int16* weight_array = base_type::filter().weight_array();
573 const int16* weight_array = base_type::filter().weight_array();
670 const int16* weight_array = base_type::filter().weight_array();
H A Dagg_span_image_filter_rgb.h451 const int16* weight_array = base_type::filter().weight_array() +
569 const int16* weight_array = base_type::filter().weight_array();
692 const int16* weight_array = base_type::filter().weight_array();
802 const int16* weight_array = base_type::filter().weight_array();
H A Dagg_span_image_filter_rgba.h462 const int16* weight_array = base_type::filter().weight_array() +
586 const int16* weight_array = base_type::filter().weight_array();
712 const int16* weight_array = base_type::filter().weight_array();
826 const int16* weight_array = base_type::filter().weight_array();
/haiku/headers/libs/agg/util/
H A Dagg_color_conv_rgb8.h292 int rgb = *(int16*)src;
352 int rgb = *(int16*)src;
/haiku/headers/os/device/
H A DJoystick.h34 int16 horizontal;
35 int16 vertical;
55 status_t GetAxisValues(int16* outValues,
/haiku/headers/os/interface/
H A DColorControl.h97 void _InvalidateSelector(int16 ramp,
103 int16 flag, bool focused,
115 int16 fSelectedPaletteColorIndex;
116 int16 fPreviousSelectedPaletteColorIndex;
130 int16 fFocusedRamp;
131 int16 fClickedRamp;
/haiku/headers/os/media/
H A DBufferConsumer.h44 const int16* shorts, int32 shortCount,
121 const int16* shorts, int32 shortCount,
H A DBufferProducer.h83 // Format of clipping is (as int16-s): <from line> <npairs> <startclip>
94 int16 numShorts,
95 int16* clipData,
219 static status_t clip_shorts_to_region(const int16* data,
222 int16* data, int maxCount, int* _count);
/haiku/headers/os/midi/
H A DMidiSynth.h24 void SetTransposition(int16 offset);
25 int16 Transposition(void) const;
27 void MuteChannel(int16 channel, bool do_mute);
30 void SoloChannel(int16 channel, bool do_solo);
33 status_t LoadInstrument(int16 instrument);
34 status_t UnloadInstrument(int16 instrument);
35 status_t RemapInstrument(int16 from, int16 to);
83 int16 fTranspose;
H A DMidiSynthFile.h33 status_t GetPatches(int16* pArray768, int16* pReturnedCount) const;
45 void MuteTrack(int16 track, bool do_mute);
48 void SoloTrack(int16 track, bool do_solo);
H A DSamples.h19 void* sampleData, int32 frames, int16 bytes_per_sample,
20 int16 channel_count, double pitch, int32 loopStart, int32 loopEnd,
H A DSynth.h30 int16 channel, int16 controller, int16 value);
64 int16 maxSynthVoices, int16 maxSampleVoices,
65 int16 limiterThreshhold);
67 int16 MaxSynthVoices(void) const;
68 int16 MaxSampleVoices(void) const;
69 int16 LimiterThreshhold(void) const;
78 int16* pLef
[all...]
/haiku/headers/os/net/
H A DNetAddress.h61 int16 fFamily;
62 int16 fPort;
H A DNetBuffer.h38 status_t AppendInt16(int16 data);
52 status_t RemoveInt16(int16& data);
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h40 inline void SetTo(int16 value);
76 BPackageAttributeValue::SetTo(int16 value)
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h42 inline void SetTo(int16 value);
78 BPackageAttributeValue::SetTo(int16 value)
/haiku/headers/private/app/
H A DServerProtocolStructs.h47 int16 fontFace;

Completed in 167 milliseconds

1234567891011>>