Searched refs:cvt (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dcvt.cc5 #include "cvt.h"
7 // cvt - Control Value Table
8 // http://www.microsoft.com/opentype/otspec/cvt.htm
15 OpenTypeCVT *cvt = new OpenTypeCVT; local
16 file->cvt = cvt;
19 return OTS_FAILURE(); // almost all cvt tables are less than 4k bytes.
30 cvt->data = data;
31 cvt->length = length;
39 return g_transcode_hints && file->cvt;
43 const OpenTypeCVT *cvt = file->cvt; local
[all...]
H A Dots.h49 // and cvt tables.
188 F(cvt, CVT) \
/external/valgrind/main/none/tests/mips32/
H A Dround.stdout.exp196 cvt.d.s 0.000000 0.000000
197 cvt.d.s 456.248962 456.248962
198 cvt.d.s 3.000000 3.000000
199 cvt.d.s -1.000000 -1.000000
200 cvt.d.s 1384.599976 1384.599976
201 cvt.d.s -7.294568 -7.294568
202 cvt.d.s 1000000000.000000 1000000000.000000
203 cvt.d.s -5786.470215 -5786.470215
204 cvt.d.s 1752.000000 1752.000000
205 cvt
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiocvt.c30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) argument
43 src = cvt->buf;
44 dst = cvt->buf;
45 for ( i=cvt->len_cvt/2; i; --i ) {
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
59 for ( i=cvt->len_cvt/2; i; --i ) {
71 src = cvt->buf;
72 dst = cvt->buf;
74 for ( i=cvt
137 SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format) argument
253 SDL_ConvertStrip_2(SDL_AudioCVT *cvt, Uint16 format) argument
368 SDL_ConvertStereo(SDL_AudioCVT *cvt, Uint16 format) argument
406 SDL_ConvertSurround(SDL_AudioCVT *cvt, Uint16 format) argument
583 SDL_ConvertSurround_4(SDL_AudioCVT *cvt, Uint16 format) argument
736 SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) argument
759 SDL_Convert16MSB(SDL_AudioCVT *cvt, Uint16 format) argument
783 SDL_Convert8(SDL_AudioCVT *cvt, Uint16 format) argument
809 SDL_ConvertSign(SDL_AudioCVT *cvt, Uint16 format) argument
838 SDL_ConvertEndian(SDL_AudioCVT *cvt, Uint16 format) argument
860 SDL_RateMUL2(SDL_AudioCVT *cvt, Uint16 format) argument
898 SDL_RateMUL2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
941 SDL_RateMUL2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
997 SDL_RateMUL2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1064 SDL_RateDIV2(SDL_AudioCVT *cvt, Uint16 format) argument
1099 SDL_RateDIV2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
1137 SDL_RateDIV2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
1180 SDL_RateDIV2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1229 SDL_RateSLOW(SDL_AudioCVT *cvt, Uint16 format) argument
1303 SDL_ConvertAudio(SDL_AudioCVT *cvt) argument
1327 SDL_BuildAudioCVT(SDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate) argument
[all...]
/external/opencv/cv/src/
H A Dcvsamplers.cpp601 worktype, cast_macro, cvt ) \
634 worktype p0 = cvt(ptr[0])*a1 + cvt(ptr[1])*a; \
635 worktype p1 = cvt(ptr[src_step])*a1 + cvt(ptr[src_step+1])*a;\
659 p0 = cvt(ptr0[ixs])*a1 + cvt(ptr0[ixs+1])*a; \
660 p1 = cvt(ptr1[ixs])*a1 + cvt(ptr1[ixs+1])*a; \
665 p0 = cvt(ptr
[all...]
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp18 void cv_test(const volatile T* cvt) { argument
19 cvt->T::~T(); // no-warning
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
228 * and rate, and initializes the 'cvt' structure with information needed
234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
239 * Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
240 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
244 * cvt->buf should be allocated after the cvt structure is initialized by
245 * SDL_BuildAudioCVT(), and should be cvt->len*cvt
[all...]
/external/sfntly/cpp/src/test/
H A Dtest_data.cc40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp,
47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
/external/stlport/test/unit/
H A Dcodecvt_test.cpp512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
530 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
539 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
570 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
584 res = cvt
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s123 # CHECK: cvt.d.s $f6, $f7 # encoding: [0xa1,0x39,0x00,0x46]
124 # CHECK: cvt.d.w $f12, $f14 # encoding: [0x21,0x73,0x80,0x46]
125 # CHECK: cvt.s.d $f12, $f14 # encoding: [0x20,0x73,0x20,0x46]
126 # CHECK: cvt.s.w $f6, $f7 # encoding: [0xa0,0x39,0x80,0x46]
127 # CHECK: cvt.w.d $f12, $f14 # encoding: [0x24,0x73,0x20,0x46]
128 # CHECK: cvt.w.s $f6, $f7 # encoding: [0xa4,0x39,0x00,0x46]
130 cvt.d.s $f6,$f7
131 cvt.d.w $f12,$f14
132 cvt.s.d $f12,$f14
133 cvt
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c222 char *cvt = SDL_stack_alloc(char, len + 1);
223 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL);
224 SetWindowText(SDL_Window, cvt);
225 SDL_stack_free(cvt);
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in class:sfntly::Tag
98 Tag::cvt,
H A Dtag.h43 static const int32_t cvt; member in struct:sfntly::Tag
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c298 face->cvt = NULL;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
313 FT_Short* cur = face->cvt;
411 /* Load the cvt program. */
H A Dttgxvar.c207 /* cvt table, it will only be called once.) */
910 /* cvt table will still be what we read from the `cvt ' table and */
926 /* anything to the cvt table. It will be correct. Otherwise we */
927 /* no longer have the original cvt (it was modified when we set */
938 if ( face->cvt != NULL )
943 /* The cvt table has been loaded already; every time we change the */
944 /* blend we may need to reload and remodify the cvt table. */
945 FT_FREE( face->cvt );
946 face->cvt
[all...]
H A Dttinterp.h84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
154 FT_Long* cvt; member in struct:TT_ExecContextRec_
214 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
215 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
216 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
H A Dttobjs.h230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
247 /* Reading a cvt value returns */
248 /* ratio * cvt[index] */
250 /* Writing a cvt value in pixels: */
251 /* cvt[index] / ratio */
317 FT_Long* cvt; member in struct:TT_SizeRec_
H A Dttobjs.c257 { 0x05bcf058, 0x000002e4 }, /* cvt */
262 { 0x05bcf058, 0x000002e4 }, /* cvt */
267 { 0x11e5ead4, 0x00000350 }, /* cvt */
272 { 0xfffbfffc, 0x00000008 }, /* cvt */
277 { 0xfffbfffc, 0x00000008 }, /* cvt */
282 { 0x00000000, 0x00000000 }, /* cvt */
287 { 0x00000000, 0x00000000 }, /* cvt */
292 { 0x00000000, 0x00000000 }, /* cvt */
297 { 0x00000000, 0x00000000 }, /* cvt */
302 { 0x00000000, 0x00000000 }, /* cvt */
[all...]
/external/freetype/src/truetype/
H A Dttpload.c298 face->cvt = NULL;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
313 FT_Short* cur = face->cvt;
411 /* Load the cvt program. */
H A Dttgxvar.c209 /* cvt table, it will only be called once.) */
903 /* cvt table will still be what we read from the `cvt ' table and */
919 /* anything to the cvt table. It will be correct. Otherwise we */
920 /* no longer have the original cvt (it was modified when we set */
931 if ( face->cvt != NULL )
936 /* The cvt table has been loaded already; every time we change the */
937 /* blend we may need to reload and remodify the cvt table. */
938 FT_FREE( face->cvt );
939 face->cvt
[all...]
H A Dttobjs.h233 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
250 /* Reading a cvt value returns */
251 /* ratio * cvt[index] */
253 /* Writing a cvt value in pixels: */
254 /* cvt[index] / ratio */
320 FT_Long* cvt; member in struct:TT_SizeRec_
H A Dttobjs.c258 { 0x05bcf058, 0x000002e4 }, /* cvt */
263 { 0x05bcf058, 0x000002e4 }, /* cvt */
268 { 0x11e5ead4, 0x00000350 }, /* cvt */
273 { 0xfffbfffc, 0x00000008 }, /* cvt */
278 { 0xfffbfffc, 0x00000008 }, /* cvt */
283 { 0x00000000, 0x00000000 }, /* cvt */
288 { 0x00000000, 0x00000000 }, /* cvt */
293 { 0x00000000, 0x00000000 }, /* cvt */
298 { 0x00000000, 0x00000000 }, /* cvt */
303 { 0x00000000, 0x00000000 }, /* cvt */
[all...]
H A Dttinterp.h84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
197 FT_Long* cvt; member in struct:TT_ExecContextRec_
257 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
258 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
259 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h599 static INLINE GLuint cvt( GLuint val )
618 reg.vstride = cvt(vstride);
619 reg.width = cvt(width) - 1;
620 reg.hstride = cvt(hstride);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h599 static INLINE GLuint cvt( GLuint val )
618 reg.vstride = cvt(vstride);
619 reg.width = cvt(width) - 1;
620 reg.hstride = cvt(hstride);

Completed in 3503 milliseconds

12