Home
last modified time | relevance | path

Searched refs:corner2 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/plotters/src/element/
Dboxplot.rs226 let corner2 = end_bar(points[1]); in draw() localVariable
227 let upper_left = (corner1.0.min(corner2.0), corner1.1.min(corner2.1)); in draw()
228 let bottom_right = (corner1.0.max(corner2.0), corner1.1.max(corner2.1)); in draw()
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp70 corner2(pos++); in place()
138 void CBC_DefaultPlacement::corner2(int32_t pos) { in corner2() function in CBC_DefaultPlacement
DBC_DefaultPlacement.h35 void corner2(int32_t pos);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp112 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath() local
114 float fRadius2 = corner2->GetRadius(); in GetFillPath()
451 CXFA_Stroke* corner2 = strokes[(n + 2) % 8]; in GetPath() local
453 float fRadius2 = bCorner ? corner2->GetRadius() : 0.0f; in GetPath()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1754 corner2[TGSI_QUAD_SIZE], corner3[TGSI_QUAD_SIZE]; in img_filter_cube_linear() local
1780 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_linear()
1823 corner2[TGSI_QUAD_SIZE], corner3[TGSI_QUAD_SIZE]; in img_filter_cube_array_linear() local
1849 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_array_linear()