Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dntp_background_util.cc20 int x_pos = 0; in PaintThemeBackground() local
29 x_pos += area.width() - ntp_background->width(); in PaintThemeBackground()
33 x_pos += area.width() / 2 - ntp_background->width() / 2; in PaintThemeBackground()
39 } else if (x_pos > 0) { in PaintThemeBackground()
40 x_pos = x_pos % ntp_background->width() - ntp_background->width(); in PaintThemeBackground()
50 x_pos += area.x(); in PaintThemeBackground()
53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height); in PaintThemeBackground()
/external/freetype/src/sfnt/
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/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp427 int x_pos; in selectionRectForComplexText() local
429 x_pos = 0; in selectionRectForComplexText()
431 pango_layout_line_index_to_x(layoutLine, from, FALSE, &x_pos); in selectionRectForComplexText()
432 float beforeWidth = PANGO_PIXELS_FLOOR(x_pos); in selectionRectForComplexText()
434 x_pos = 0; in selectionRectForComplexText()
436 pango_layout_line_index_to_x(layoutLine, to, FALSE, &x_pos); in selectionRectForComplexText()
437 float afterWidth = PANGO_PIXELS(x_pos); in selectionRectForComplexText()
/external/harfbuzz/src/
Dharfbuzz-buffer.h49 HB_Fixed x_pos; member
Dharfbuzz-gpos.c495 gd->x_pos += x_scale * vr->XPlacement / 0x10000; in Get_ValueRecord()
510 gd->x_pos += pixel_value << 6; in Get_ValueRecord()
538 gd->x_pos += value; in Get_ValueRecord()
2316 o->x_pos = x_base_value - x_mark_value; in Lookup_MarkBasePos()
2742 o->x_pos = x_lig_value - x_mark_value; in Lookup_MarkLigPos()
3055 o->x_pos = x_mark2_value - x_mark1_value; in Lookup_MarkMarkPos()
Dharfbuzz-shaper.cpp1298 offsets[i].x = positions[i].x_pos; in HB_OpenTypePosition()
1302 offsets[i].x += positions[i - back].x_pos; in HB_OpenTypePosition()
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc1027 void BrowserActionsContainer::SetDropIndicator(int x_pos) { in SetDropIndicator() argument
1028 if (drop_indicator_position_ != x_pos) { in SetDropIndicator()
1029 drop_indicator_position_ = x_pos; in SetDropIndicator()
Dbrowser_actions_container.h434 void SetDropIndicator(int x_pos);
/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()
1470 SDL_WM_GetPos(&window->x_pos, &window->y_pos); in skin_window_reset()
1624 SDL_WM_GetPos( &window->x_pos, &window->y_pos ); in skin_window_toggle_fullscreen()