Home
last modified time | relevance | path

Searched refs:max_x (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.cc44 max_x.set_int (INT_MIN); in init()
55 if (pt.x > max_x) max_x = pt.x; in update_bounds()
63 number_t max_x; member
122 if (param.min_x >= param.max_x) in get_extents()
130 extents->width = font->em_scalef_x (param.max_x.to_real ()) - extents->x_bearing; in get_extents()
Dhb-ot-glyf-table.hh980 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t()
986 max_x = hb_max (max_x, p.x); in add()
990 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty()
1003 extents->width = font->em_scalef_x (max_x) - extents->x_bearing; in get_extents()
1009 float min_x, min_y, max_x, max_y; member
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c311 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() local
318 const int context_width = max_x + have_left + (max_x < width - start_x); in GetBestPredictorForTile()
343 assert(max_x <= (1 << MAX_TRANSFORM_BITS)); in GetBestPredictorForTile()
356 sizeof(*argb) * (max_x + have_left + 1)); in GetBestPredictorForTile()
370 sizeof(*argb) * (max_x + have_left + (y + 1 < height))); in GetBestPredictorForTile()
379 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile()
381 for (relative_x = 0; relative_x < max_x; ++relative_x) { in GetBestPredictorForTile()
/third_party/ffmpeg/libavfilter/
Dvf_rotate.c82 int x, int y, int max_x, int max_y);
227 int x, int y, int max_x, int max_y) in interpolate_bilinear8() argument
229 int int_x = av_clip(x>>16, 0, max_x); in interpolate_bilinear8()
234 int int_x1 = FFMIN(int_x+1, max_x); in interpolate_bilinear8()
257 int x, int y, int max_x, int max_y) in interpolate_bilinear16() argument
259 int int_x = av_clip(x>>16, 0, max_x); in interpolate_bilinear16()
264 int int_x1 = FFMIN(int_x+1, max_x); in interpolate_bilinear16()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c74 float min_x, float min_y, float max_x, float max_y, in compute_pixels_clipped() argument
79 if (!(min_x <= max_x && in compute_pixels_clipped()
81 x0 <= max_x && in compute_pixels_clipped()
94 if (max_x < x1) in compute_pixels_clipped()
95 *clipped_x1 = x1 - max_x; in compute_pixels_clipped()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c112 float min_x, float min_y, float max_x, float max_y, in compute_pixels_clipped() argument
117 if (!(min_x <= max_x && in compute_pixels_clipped()
119 x0 <= max_x && in compute_pixels_clipped()
132 if (max_x < x1) in compute_pixels_clipped()
133 *clipped_x1 = x1 - max_x; in compute_pixels_clipped()
/third_party/skia/tests/
DWangsFormulaTest.cpp49 float min_x = P[0].fX, max_x = min_x, in wangs_formula_conic_reference_impl() local
53 max_x = std::max(max_x, P[i].fX); in wangs_formula_conic_reference_impl()
57 const SkPoint C = SkPoint::Make(0.5f * (min_x + max_x), 0.5f * (min_y + max_y)); in wangs_formula_conic_reference_impl()
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxedit.c434 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local
448 if (max_x_pos > max_x) max_x = max_x_pos; in GetAdjustedCanvasSize()
451 *width = max_x; in GetAdjustedCanvasSize()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local
1041 max_x = (int) u_minify(texture->width0, level); in get_texel_cube_seamless()
1059 if (y < 0 || y >= max_x) { in get_texel_cube_seamless()
1060 y = CLAMP(y, 0, max_x - 1); in get_texel_cube_seamless()
1062 new_x = get_next_xcoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless()
1063 new_y = get_next_ycoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless()
1065 } else if (x >= max_x) { in get_texel_cube_seamless()
1066 if (y < 0 || y >= max_x) { in get_texel_cube_seamless()
1067 y = CLAMP(y, 0, max_x - 1); in get_texel_cube_seamless()
1069 new_x = get_next_xcoord(face, 1, max_x -1, x, y); in get_texel_cube_seamless()
[all …]
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_rcl.c546 const uint32_t max_x = min_x + w - 1; in supertile_in_job_scissors() local
552 const uint32_t max_s_x = job->scissor.rects[i].max_x; in supertile_in_job_scissors()
555 if (max_x < min_s_x || min_x > max_s_x || in supertile_in_job_scissors()
Dv3d_context.h399 uint32_t max_x, max_y; member
Dv3dx_emit.c463 job->scissor.rects[job->scissor.count].max_x = in v3dX()
/third_party/ffmpeg/libavcodec/
Derror_resilience.c561 int max_x, max_y, min_x, min_y, max_r, min_r; in guess_mv() local
579 max_y = max_x = max_r = -99999; in guess_mv()
581 min_x = min_y = max_x = max_y = min_r = max_r = 0; in guess_mv()
584 max_x = FFMAX(max_x, mv_predictor[j][0]); in guess_mv()
591 mv_predictor[pred_count + 1][0] = sum_x - max_x - min_x; in guess_mv()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_meta_common.c198 const uint32_t max_x = framebuffer->max_x_supertile; in emit_supertile_coordinates() local
201 for (int x = min_x; x <= max_x; x++) { in emit_supertile_coordinates()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2017 uint32_t max_x = min_x + scissor->extent.width - 1; in tu6_emit_scissor() local
2022 max_x = max_y = 0; in tu6_emit_scissor()
2028 max_x = MIN2(scissor_max, max_x); in tu6_emit_scissor()
2034 tu_cs_emit(cs, A6XX_GRAS_SC_SCREEN_SCISSOR_BR_X(max_x) | in tu6_emit_scissor()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h1871 stbtt_int32 min_x, max_x, min_y, max_y; member
1881 if (x > c->max_x || !c->started) c->max_x = x; in stbtt__track_vertex()
2260 if (x1) *x1 = r ? c.max_x : 0; in stbtt__GetGlyphInfoT2()
Dimgui_widgets.cpp6147 const float max_x = span_all_columns ? window->ParentWorkRect.Max.x : window->WorkRect.Max.x; in Selectable() local
6149 size.x = ImMax(label_size.x, max_x - min_x); in Selectable()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h1871 stbtt_int32 min_x, max_x, min_y, max_y; member
1881 if (x > c->max_x || !c->started) c->max_x = x; in stbtt__track_vertex()
2260 if (x1) *x1 = r ? c.max_x : 0; in stbtt__GetGlyphInfoT2()
Dimgui_widgets.cpp5043 …float max_x = (flags & ImGuiSelectableFlags_SpanAllColumns) ? GetWindowContentRegionMax().x : GetC… in Selectable() local
5044 float w_draw = ImMax(label_size.x, window->Pos.x + max_x - window_padding.x - pos.x); in Selectable()
5099 bb.Max.x -= (GetContentRegionMax().x - max_x); in Selectable()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp91 uvec3 IndexTo3DCoord(GLuint idx, GLuint max_x, GLuint max_y) in IndexTo3DCoord() argument
93 const GLuint x = idx % max_x; in IndexTo3DCoord()
94 idx /= max_x; in IndexTo3DCoord()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c700 cfg.max_x = maxx; in agx_upload_viewport_scissor()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp95 uvec3 IndexTo3DCoord(GLuint idx, GLuint max_x, GLuint max_y) in IndexTo3DCoord() argument
97 const GLuint x = idx % max_x; in IndexTo3DCoord()
98 idx /= max_x; in IndexTo3DCoord()
/third_party/astc-encoder/Source/
Dstb_image.h6489 int max_x, max_y; member
6594 if (g->cur_x >= g->max_x) { in stbi__out_gif_code()
6775 g->max_x = g->start_x + w * 4; in stbi__gif_load_next()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp107263 F max_x = -std::numeric_limits<F>::max(); in ProjectRectBounds() local
107271 max_x = std::max<F>(point2d.x, max_x); in ProjectRectBounds()
107288 max_x = aClip.XMost(); in ProjectRectBounds()
107298 if (max_x < min_x || max_y < min_y) { in ProjectRectBounds()
107302 return RectTyped<TargetUnits, F>(min_x, min_y, max_x - min_x, max_y - min_y); in ProjectRectBounds()
107318 F max_x = -std::numeric_limits<F>::max(); in TransformAndClipBounds() local
107322 max_x = std::max(max_x, verts[i].x); in TransformAndClipBounds()
107327 if (max_x < min_x || max_y < min_y) { in TransformAndClipBounds()
107331 return RectTyped<TargetUnits, F>(min_x, min_y, max_x - min_x, max_y - min_y); in TransformAndClipBounds()
107494 F min_x, max_x; in TransformBounds() local
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h61065 __u8 max_x; member
73212 unsigned int max_x; member

12