/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
D | ttsbit.c | 387 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/ |
D | ttsbit.c | 387 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 …]
|
D | ttsbit0.c | 359 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/ |
D | ttsbit.c | 523 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/ |
D | ihevcd_ittiam_logo.h | 115 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
|
D | ihevcd_process_slice.c | 130 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/ |
D | linux_output_window.cc | 16 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()
|
D | linux_output_window.h | 29 LinuxOutputWindow(int x_pos, 39 void CreateWindow(int x_pos,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_linux.cc | 70 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/ |
D | zoom_bubble_view.cc | 160 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/ |
D | window.c | 958 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/ |
D | manage_passwords_bubble_view.cc | 793 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/ |
D | fx_ge_text.cpp | 1526 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()
|