Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttsbit.c387 FT_Int x_pos,
394 FT_Int x_pos,
403 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
426 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_byte_aligned()
443 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
444 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
446 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
486 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
488 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/chromium_org/third_party/freetype/src/sfnt/
Dttsbit.c387 FT_Int x_pos,
394 FT_Int x_pos,
403 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
426 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_byte_aligned()
443 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
444 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
446 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
486 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
488 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
Dttsbit0.c359 FT_Int x_pos,
365 FT_Int x_pos,
373 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
399 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_byte_aligned()
413 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
414 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
416 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
446 write[0] = (FT_Byte)( write[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
456 write[0] = (FT_Byte)( write[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
458 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/freetype/src/sfnt/
Dttsbit.c523 FT_Int x_pos,
529 FT_Int x_pos,
537 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
558 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_byte_aligned()
575 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
576 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
578 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
608 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
618 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
620 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/libhevc/decoder/
Dihevcd_ittiam_logo.h115 UWORD32 x_pos,
122 …(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
Dihevcd_process_slice.c130 WORD32 x_pos; in ihevcd_proc_map_check() local
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); in ihevcd_proc_map_check()
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); in ihevcd_proc_map_check()
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
/external/chromium_org/media/cast/test/
Dlinux_output_window.cc16 LinuxOutputWindow::LinuxOutputWindow(int x_pos, in LinuxOutputWindow() argument
21 CreateWindow(x_pos, y_pos, width, height, name); in LinuxOutputWindow()
35 void LinuxOutputWindow::CreateWindow(int x_pos, in CreateWindow() argument
70 x_pos, in CreateWindow()
Dlinux_output_window.h29 LinuxOutputWindow(int x_pos,
39 void CreateWindow(int x_pos,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_linux.cc70 Display **out_display, int x_pos, in ViECreateWindow() argument
101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos, in ViECreateWindow()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dzoom_bubble_view.cc160 const int x_pos = base::i18n::IsRTL() ? in AdjustForFullscreen() local
163 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0)); in AdjustForFullscreen()
/external/qemu/android/skin/
Dwindow.c958 int x_pos; member
1244 window->x_pos = x; in skin_window_create()
1340 int window_x = window->x_pos; in skin_window_resize()
1480 SDL_WM_GetPos(&window->x_pos, &window->y_pos); in skin_window_reset()
1648 SDL_WM_GetPos( &window->x_pos, &window->y_pos ); in skin_window_toggle_fullscreen()
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc793 const int x_pos = base::i18n::IsRTL() ? in AdjustForFullscreen() local
796 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0)); in AdjustForFullscreen()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1526 FX_FLOAT x_pos = 0; in OutputText() local
1540 pText_matrix->Transform(x_pos, 0, x1, y1); in OutputText()
1543 x_pos += (FX_FLOAT)w / em; in OutputText()