Home
last modified time | relevance | path

Searched refs:pt0 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c205 float pt0[2], pt1[2], pt2[2], pt3[2]; in add_vertex_data1() local
207 pt0[0] = srcX; in add_vertex_data1()
208 pt0[1] = srcY; in add_vertex_data1()
217 map_point((float *)src_matrix, pt0[0], pt0[1], &pt0[0], &pt0[1]); in add_vertex_data1()
223 s0 = pt0[0] / src->width0; in add_vertex_data1()
227 t0 = pt0[1] / src->height0; in add_vertex_data1()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp709 int quad_proc(const FT_Vector* pt0, const FT_Vector* pt1, void* ctx) { in quad_proc() argument
711 path->quadTo(SkFDot6ToScalar(pt0->x), -SkFDot6ToScalar(pt0->y), in quad_proc()
716 int cubic_proc(const FT_Vector* pt0, const FT_Vector* pt1, const FT_Vector* pt2, void* ctx) { in cubic_proc() argument
718 path->cubicTo(SkFDot6ToScalar(pt0->x), -SkFDot6ToScalar(pt0->y), in cubic_proc()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp709 int quad_proc(const FT_Vector* pt0, const FT_Vector* pt1, void* ctx) { in quad_proc() argument
711 path->quadTo(SkFDot6ToScalar(pt0->x), -SkFDot6ToScalar(pt0->y), in quad_proc()
716 int cubic_proc(const FT_Vector* pt0, const FT_Vector* pt1, const FT_Vector* pt2, void* ctx) { in cubic_proc() argument
718 path->cubicTo(SkFDot6ToScalar(pt0->x), -SkFDot6ToScalar(pt0->y), in cubic_proc()
/external/freetype/src/psaux/
Dpsglue.h104 FT_Vector pt0; member
Dpsft.c173 params->pt0.x, in cf2_builder_lineTo()
174 params->pt0.y ); in cf2_builder_lineTo()
217 params->pt0.x, in cf2_builder_cubeTo()
218 params->pt0.y ); in cf2_builder_cubeTo()
Dpshints.c1371 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1399 if ( params.pt0.x != params.pt1.x || params.pt0.y != params.pt1.y ) in cf2_glyphpath_pushPrevElem()
1465 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1492 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushMove()
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp929 …Vec3 pt0 (3.0f*deFloatCos(angle + 2.0f*DE_PI*0.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*0.0f/… in renderPattern() local
933 renderTriangle(pt0, pt1, pt2, color); in renderPattern()
1152 const Vec2 pt0 (-1.0f, -1.0f); in iterate() local
1174 renderQuad(pt0, pt1, pt2, pt3, quadColor); in iterate()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp1091 …Vec3 pt0 (3.0f*deFloatCos(angle + 2.0f*DE_PI*0.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*0.0f/… in renderPattern() local
1095 renderTriangle(pt0, pt1, pt2, color); in renderPattern()
1308 const Vec2 pt0 (-1.0f, -1.0f); in iterate() local
1330 renderQuad(pt0, pt1, pt2, pt3, quadColor); in iterate()
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp600 const Vec2 pt0 (-1.0f, -1.0f); in iterate() local
619 renderQuad(pt0, pt1, pt2, pt3, quadColor); in iterate()