Home
last modified time | relevance | path

Searched refs:windings (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata)
3344 // now we have to blow out the windings into explicit edge lists
3346 for (i=0; i < windings; ++i)
3354 for (i=0; i < windings; ++i) {
3540 stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata);
3541 if (windings) {
3542 stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata);
3544 STBTT_free(windings, userdata);
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata)
3344 // now we have to blow out the windings into explicit edge lists
3346 for (i=0; i < windings; ++i)
3354 for (i=0; i < windings; ++i) {
3540 stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata);
3541 if (windings) {
3542 stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata);
3544 STBTT_free(windings, userdata);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp3692 vector<Winding> windings;
3695 case WINDINGUSAGE_CCW: windings.push_back(WINDING_CCW); break;
3696 case WINDINGUSAGE_CW: windings.push_back(WINDING_CW); break;
3697 case WINDINGUSAGE_VARY: windings.push_back(WINDING_CCW);
3698 windings.push_back(WINDING_CW); break;
3707 for (int windingCaseNdx = 0; windingCaseNdx < (int)windings.size(); windingCaseNdx++)
3750 + getTessellationEvaluationInLayoutString(m_primitiveType, m_spacing, windings[windingCaseNdx], m_usePointMode) +
3774 m_programs.push_back(Program(windings[windingCaseNdx],
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp3094 const Winding windings[] = { Winding::CW, Winding::CCW }; in initPrograms() local
3097 for (const auto& winding : windings) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp3080 const Winding windings[] = { Winding::CW, Winding::CCW }; in initPrograms() local
3083 for (const auto& winding : windings) in initPrograms()
/third_party/glfw/deps/
H A Dnuklear.h12045 int *wcount, int windings, float scale_x, float scale_y, in nk_tt__rasterize()
12055 /* now we have to blow out the windings into explicit edge lists */ in nk_tt__rasterize()
12057 for (i=0; i < windings; ++i) in nk_tt__rasterize()
12066 for (i=0; i < windings; ++i) in nk_tt__rasterize()
12219 struct nk_tt__point *windings = nk_tt_FlattenCurves(vertices, num_verts, in nk_tt_Rasterize() local
12223 if (windings) { in nk_tt_Rasterize()
12224 nk_tt__rasterize(result, windings, winding_lengths, winding_count, in nk_tt_Rasterize()
12227 alloc->free(alloc->userdata, windings); in nk_tt_Rasterize()
12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, struct nk_allocator *alloc) nk_tt__rasterize() argument

Completed in 71 milliseconds