Searched defs:x_pos (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc16 LinuxOutputWindow::LinuxOutputWindow(int x_pos, argument
21 CreateWindow(x_pos, y_pos, width, height, name);
35 void LinuxOutputWindow::CreateWindow(int x_pos, argument
70 x_pos,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_linux.cc70 Display **out_display, int x_pos,
101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos,
69 ViECreateWindow(Window *out_window, Display **out_display, int x_pos, int y_pos, int width, int height, char* title) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc160 const int x_pos = base::i18n::IsRTL() ? local
163 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0));
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view.cc793 const int x_pos = base::i18n::IsRTL() ? local
796 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0));
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c387 FT_Int x_pos,
394 FT_Int x_pos,
403 FT_Int x_pos,
426 if ( x_pos < 0 || x_pos + width > bit_width ||
443 line += y_pos * pitch + ( x_pos >> 3 );
444 x_pos &= 7;
446 if ( x_pos == 0 ) /* the easy one */
464 else /* x_pos > 0 */
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
399 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
540 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
666 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
734 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
781 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
946 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
H A Dttsbit0.c359 FT_Int x_pos,
365 FT_Int x_pos,
373 FT_Int x_pos,
399 if ( x_pos < 0 || x_pos + width > bit_width ||
413 line += y_pos * pitch + ( x_pos >> 3 );
414 x_pos &= 7;
416 if ( x_pos == 0 ) /* the easy one */
434 else /* x_pos > 0 */
446 write[0] = (FT_Byte)( write[0] | ( wval >> x_pos ) );
370 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
508 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
631 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
695 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
789 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c523 FT_Int x_pos,
529 FT_Int x_pos,
537 FT_Int x_pos,
558 if ( x_pos < 0 || x_pos + width > bit_width ||
575 line += y_pos * pitch + ( x_pos >> 3 );
576 x_pos &= 7;
578 if ( x_pos == 0 ) /* the easy one */
596 else /* x_pos > 0 */
608 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
534 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
672 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
795 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
862 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
907 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
1050 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/libhevc/decoder/
H A Dihevcd_process_slice.c130 WORD32 x_pos; local
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb);
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1));
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb);
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c387 FT_Int x_pos,
394 FT_Int x_pos,
403 FT_Int x_pos,
426 if ( x_pos < 0 || x_pos + width > bit_width ||
443 line += y_pos * pitch + ( x_pos >> 3 );
444 x_pos &= 7;
446 if ( x_pos == 0 ) /* the easy one */
464 else /* x_pos > 0 */
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
399 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
540 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
666 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
734 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_UInt load_flags, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
781 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
946 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1526 FX_FLOAT x_pos = 0; local
1540 pText_matrix->Transform(x_pos, 0, x1, y1);
1543 x_pos += (FX_FLOAT)w / em;
/external/qemu/android/skin/
H A Dwindow.c958 int x_pos; member in struct:SkinWindow
1244 window->x_pos = x;
1340 int window_x = window->x_pos;
1480 SDL_WM_GetPos(&window->x_pos, &window->y_pos);
1648 SDL_WM_GetPos( &window->x_pos, &window->y_pos );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4336 milliseconds