Home
last modified time | relevance | path

Searched refs:max_bounds (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c66 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in Fake_glXUseXFont()
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont()
304 ch = &fs->max_bounds; in Fake_glXUseXFont()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c66 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
240 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in glXUseXFont()
241 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont()
305 ch = &fs->max_bounds; in glXUseXFont()
/external/mesa3d/src/glx/
Dxfont.c71 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
253 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in DRI_glXUseXFont()
254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont()
317 ch = &fs->max_bounds; in DRI_glXUseXFont()
/external/ImageMagick/MagickCore/
Ddisplay.c2246 if ((x+font_info->max_bounds.width) >= (int) windows->image.width) in XAnnotateEditImage()
2247 x=(int) windows->image.width-font_info->max_bounds.width; in XAnnotateEditImage()
2250 if (((int) font_info->max_bounds.width > (int) windows->image.width) || in XAnnotateEditImage()
2296 text_event.xexpose.width=(int) font_info->max_bounds.width; in XAnnotateEditImage()
2297 text_event.xexpose.height=font_info->max_bounds.ascent+ in XAnnotateEditImage()
2298 font_info->max_bounds.descent; in XAnnotateEditImage()
2356 text_event.xexpose.y=y-font_info->max_bounds.ascent; in XAnnotateEditImage()
2463 text_event.xexpose.y=y-font_info->max_bounds.ascent; in XAnnotateEditImage()
2516 if ((x+font_info->max_bounds.width) < (int) windows->image.width) in XAnnotateEditImage()
2614 if ((x+font_info->max_bounds.width) < (int) windows->image.width) in XAnnotateEditImage()
Dxwindow.c7508 x=windows->magnify.font_info->max_bounds.width >> 1; in XMakeMagnifyImage()
9113 metrics->pixels_per_em.x=(double) font_info->max_bounds.width; in XRenderImage()
9119 metrics->max_advance=(double) font_info->max_bounds.width; in XRenderImage()
Dwidget.c78 #define QuantumMargin MagickMax(font_info->max_bounds.width,12)
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc736 const string max_bounds = src_op.outputs[0] + "/max_bounds"; in ConvertRelu1Operator() local
742 max_bounds_const_op->set_name(max_bounds); in ConvertRelu1Operator()
762 *max_op->add_input() = max_bounds; in ConvertRelu1Operator()