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

/external/chromium/chrome/browser/
H A Dntp_background_util.cc20 int x_pos = 0; local
29 x_pos += area.width() - ntp_background->width();
33 x_pos += area.width() / 2 - ntp_background->width() / 2;
39 } else if (x_pos > 0) {
40 x_pos = x_pos % ntp_background->width() - ntp_background->width();
50 x_pos += area.x();
53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h49 HB_Fixed x_pos; member in struct:HB_PositionRec_
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp427 int x_pos; local
429 x_pos = 0;
431 pango_layout_line_index_to_x(layoutLine, from, FALSE, &x_pos);
432 float beforeWidth = PANGO_PIXELS_FLOOR(x_pos);
434 x_pos = 0;
436 pango_layout_line_index_to_x(layoutLine, to, FALSE, &x_pos);
437 float afterWidth = PANGO_PIXELS(x_pos);
/external/freetype/src/sfnt/
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/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.cc1027 void BrowserActionsContainer::SetDropIndicator(int x_pos) { argument
1028 if (drop_indicator_position_ != x_pos) {
1029 drop_indicator_position_ = x_pos;
/external/qemu/android/skin/
H A Dwindow.c947 int x_pos; member in struct:SkinWindow
1233 window->x_pos = x;
1329 int window_x = window->x_pos;
1459 SDL_WM_GetPos(&window->x_pos, &window->y_pos);
1613 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 138 milliseconds