OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_bounds
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c
64
dump_char_struct(&font->
min_bounds
, "min> ");
202
return (&fs->
min_bounds
);
239
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/chromium_org/third_party/mesa/src/src/glx/
xfont.c
70
dump_char_struct(&font->
min_bounds
, "min> ");
208
return (&fs->
min_bounds
);
243
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c
71
dump_char_struct(&font->
min_bounds
, "min> ");
209
return (&fs->
min_bounds
);
245
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c
64
dump_char_struct(&font->
min_bounds
, "min> ");
202
return (&fs->
min_bounds
);
239
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/mesa3d/src/glx/
xfont.c
70
dump_char_struct(&font->
min_bounds
, "min> ");
208
return (&fs->
min_bounds
);
243
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/mesa3d/src/mesa/drivers/x11/
xfonts.c
71
dump_char_struct(&font->
min_bounds
, "min> ");
209
return (&fs->
min_bounds
);
245
max_width = fs->max_bounds.rbearing - fs->
min_bounds
.lbearing;
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
693
gfx::Rect
min_bounds
= GetPreferredBounds();
local
695
if (
min_bounds
.height() < panel_bounds.height())
696
panel_widget_->SetBounds(
min_bounds
);
697
else if (
min_bounds
.height() > panel_bounds.height()) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h
668
* return
min_bounds
). If none of these hold true, try again with the default
676
cs = &fs->
min_bounds
; \
699
cs = &fs->
min_bounds
; \
[
all
...]
Xlib.h
1050
XCharStruct
min_bounds
; \/* minimum bounds over all existing char*\/
member in struct:__anon38507
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h
668
* return
min_bounds
). If none of these hold true, try again with the default
676
cs = &fs->
min_bounds
; \
699
cs = &fs->
min_bounds
; \
[
all
...]
Xlib.h
1050
XCharStruct
min_bounds
; \/* minimum bounds over all existing char*\/
member in struct:__anon40097
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h
668
* return
min_bounds
). If none of these hold true, try again with the default
676
cs = &fs->
min_bounds
; \
699
cs = &fs->
min_bounds
; \
[
all
...]
Xlib.h
1050
XCharStruct
min_bounds
; \/* minimum bounds over all existing char*\/
member in struct:__anon41612
[
all
...]
Completed in 399 milliseconds