Home
last modified time | relevance | path

Searched refs:pos_x (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.cc333 int pos_x = gdk_screen_width() - window_width - kScreenBorder; in Show() local
335 gtk_window_move(GTK_WINDOW(frame_container_), pos_x, pos_y); in Show()
336 balloon_->SetPosition(gfx::Point(pos_x, pos_y), false); in Show()
/external/freetype/src/psaux/
Dt1decode.c309 decoder->builder.pos_x = adx - asb; in t1operator_seac()
328 decoder->builder.pos_x = 0; in t1operator_seac()
414 x = orig_x = builder->pos_x; in t1_decoder_parse_charstrings()
1130 orig_x = x = builder->pos_x + top[0]; in t1_decoder_parse_charstrings()
1161 x = builder->pos_x + top[0]; in t1_decoder_parse_charstrings()
Dpsobjs.c1497 builder->pos_x = 0; in t1_builder_init()
/external/freetype/src/cff/
Dcffgload.h90 FT_Pos pos_x; member
Dcffgload.c283 builder->pos_x = 0; in cff_builder_init()
829 builder->pos_x = adx - asb; in cff_operator_seac()
855 builder->pos_x = 0; in cff_operator_seac()
930 x = builder->pos_x; in cff_decoder_parse_charstrings()
2244 x = decoder->builder.pos_x + args[0]; in cff_decoder_parse_charstrings()
2261 x = decoder->builder.pos_x + args[0]; in cff_decoder_parse_charstrings()
2273 x = decoder->builder.pos_x + args[0]; in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpsaux.h568 FT_Pos pos_x; member