Searched refs:corner1 (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | boxplot.rs | 225 let corner1 = start_bar(points[3]); 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/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 111 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath() local 113 float fRadius1 = corner1->GetRadius(); in GetFillPath() 115 bool bInverted = corner1->IsInverted(); in GetFillPath() 116 bool bRound = corner1->GetJoinType() == XFA_AttributeValue::Round; in GetFillPath() 450 CXFA_Stroke* corner1 = strokes[n]; in GetPath() local 452 float fRadius1 = bCorner ? corner1->GetRadius() : 0.0f; in GetPath() 454 bool bInverted = corner1->IsInverted(); in GetPath() 457 bool bRound = corner1->GetJoinType() == XFA_AttributeValue::Round; in GetPath()
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 67 corner1(pos++); in place() 128 void CBC_DefaultPlacement::corner1(int32_t pos) { in corner1() function in CBC_DefaultPlacement
|
D | BC_DefaultPlacement.h | 34 void corner1(int32_t pos);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1753 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_linear() local 1779 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_linear() 1822 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_array_linear() local 1848 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_array_linear()
|