Home
last modified time | relevance | path

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

/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()