Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c67 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in glXUseXFont()
242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont()
306 ch = &fs->max_bounds; in glXUseXFont()
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c65 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
238 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in Fake_glXUseXFont()
239 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont()
303 ch = &fs->max_bounds; in Fake_glXUseXFont()
/external/mesa3d/src/glx/
Dxfont.c71 dump_char_struct(&font->max_bounds, "max> "); in dump_font_struct()
243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in DRI_glXUseXFont()
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont()
307 ch = &fs->max_bounds; in DRI_glXUseXFont()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfixedpoint_utils.h127 const float max_bounds = static_cast<float>(INT24_MAX); in CreateQConstantForInt24() local
132 raw = std::min(raw, max_bounds); in CreateQConstantForInt24()
/external/ImageMagick/MagickCore/
Ddisplay.c2214 if ((x+font_info->max_bounds.width) >= (int) windows->image.width) in XAnnotateEditImage()
2215 x=(int) windows->image.width-font_info->max_bounds.width; in XAnnotateEditImage()
2218 if (((int) font_info->max_bounds.width > (int) windows->image.width) || in XAnnotateEditImage()
2264 text_event.xexpose.width=(int) font_info->max_bounds.width; in XAnnotateEditImage()
2265 text_event.xexpose.height=font_info->max_bounds.ascent+ in XAnnotateEditImage()
2266 font_info->max_bounds.descent; in XAnnotateEditImage()
2324 text_event.xexpose.y=y-font_info->max_bounds.ascent; in XAnnotateEditImage()
2431 text_event.xexpose.y=y-font_info->max_bounds.ascent; in XAnnotateEditImage()
2484 if ((x+font_info->max_bounds.width) < (int) windows->image.width) in XAnnotateEditImage()
2582 if ((x+font_info->max_bounds.width) < (int) windows->image.width) in XAnnotateEditImage()
Dxwindow.c7502 x=windows->magnify.font_info->max_bounds.width >> 1; in XMakeMagnifyImage()
9108 metrics->pixels_per_em.x=(double) font_info->max_bounds.width; in XRenderImage()
9114 metrics->max_advance=(double) font_info->max_bounds.width; in XRenderImage()
Dwidget.c79 #define QuantumMargin MagickMax(font_info->max_bounds.width,12)
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc741 const std::string max_bounds = src_op.outputs[0] + "/max_bounds"; in ConvertRelu1Operator() local
747 max_bounds_const_op->set_name(max_bounds); in ConvertRelu1Operator()
767 *max_op->add_input() = max_bounds; in ConvertRelu1Operator()