Searched refs:corner2 (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 70 corner2(pos++); in place() 138 void CBC_DefaultPlacement::corner2(int32_t pos) { in corner2() function in CBC_DefaultPlacement
|
D | BC_DefaultPlacement.h | 35 void corner2(int32_t pos);
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 112 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/ |
D | sp_tex_sample.c | 1754 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()
|