Home
last modified time | relevance | path

Searched refs:cy1 (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp705 const float cy1 = (p0.y() + p1.y() + p2.y()) / 3.0f; in createSurface() local
711 s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); in createSurface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp705 const float cy1 = (p0.y() + p1.y() + p2.y()) / 3.0f; in createSurface() local
711 s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); in createSurface()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h826 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member
1888 static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument
1894 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()
1899 c->pvertices[c->num_vertices].cy1 = (stbtt_int16) cy1; in stbtt__csctx_v()
1928 float cy1 = ctx->y + dy1; in stbtt__csctx_rccurve_to() local
1930 float cy2 = cy1 + dy2; in stbtt__csctx_rccurve_to()
1933 stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2); in stbtt__csctx_rccurve_to()
3516 vertices[i].cx1, vertices[i].cy1,
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h826 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member
1888 static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument
1894 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()
1899 c->pvertices[c->num_vertices].cy1 = (stbtt_int16) cy1; in stbtt__csctx_v()
1928 float cy1 = ctx->y + dy1; in stbtt__csctx_rccurve_to() local
1930 float cy2 = cy1 + dy2; in stbtt__csctx_rccurve_to()
1933 stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2); in stbtt__csctx_rccurve_to()
3516 vertices[i].cx1, vertices[i].cy1,
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c1574 * cy1 ::
1597 Long cy1, in Cubic_To()
1613 arc[2].y = cy1; in Cubic_To()
1596 Cubic_To( RAS_ARGS Long cx1, Long cy1, Long cx2, Long cy2, Long x, Long y ) Cubic_To() argument

Completed in 21 milliseconds