Home
last modified time | relevance | path

Searched refs:PRINTDB (Results 26 – 50 of 81) sorted by relevance

1234

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DFontCache.cc322 PRINTDB("font = \"%s\", lookup = \"%s\"", font % lookup); in find_face()
325 PRINTDB("result = \"%s\", style = \"%s\"", face->family_name % face->style_name); in find_face()
373PRINTDB("charmap = %d: platform = %d, encoding = %d", a % charmap->platform_id % charmap->encoding… in find_face_fontconfig()
377 PRINTDB("Successfully selected unicode charmap: %s/%s", face->family_name % face->style_name); in find_face_fontconfig()
407PRINTDB("Selected charmap: platform_id = %d, encoding_id = %d", charmap->platform_id % charmap->en… in try_charmap()
409PRINTDB("Detected windows symbol font with character codes in the Private Use Area of Unicode at 0… in try_charmap()
H A DOctoPrint.cc68 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in getJsonData()
140 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in upload()
168 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in slice()
H A DCGAL_OGL_Polyhedron.h102 PRINTDB("setColor %i %f %f %f",color_index%c[0]%c[1]%c[2]); in setColor()
108 PRINTDB("setColor %i %i %i %i",color_index%r%g%b); in setColor()
H A DPrintService.cc75 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in init()
136 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in upload()
H A Dmodcontext.cc175 PRINTDB("New lib Context for %s func:", name); in sub_evaluate_function()
176 PRINTDB("%s",ctx->dump(nullptr, nullptr)); in sub_evaluate_function()
212 PRINTDB("%s",ctx->dump(nullptr, &inst)); in instantiate_module()
H A DCamera.cc63PRINTDB("modified obj trans x y z %f %f %f",object_trans.x() % object_trans.y() % object_trans.z()… in viewAll()
64 PRINTDB("modified obj rot x y z %f %f %f",object_rot.x() % object_rot.y() % object_rot.z()); in viewAll()
H A DQSettingsCached.h25PRINTDB("QSettings::setValue(): %s = '%s'", key.toStdString() % value.toString().toStdString()); in setValue()
H A Dnodecache.h45 PRINTDB("NodeCache insert {%i,[%d:%d]}", nodeidx % indexpair.first % endindex ); in insertEnd()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DFontCache.cc322 PRINTDB("font = \"%s\", lookup = \"%s\"", font % lookup); in find_face()
325 PRINTDB("result = \"%s\", style = \"%s\"", face->family_name % face->style_name); in find_face()
373PRINTDB("charmap = %d: platform = %d, encoding = %d", a % charmap->platform_id % charmap->encoding… in find_face_fontconfig()
377 PRINTDB("Successfully selected unicode charmap: %s/%s", face->family_name % face->style_name); in find_face_fontconfig()
407PRINTDB("Selected charmap: platform_id = %d, encoding_id = %d", charmap->platform_id % charmap->en… in try_charmap()
409PRINTDB("Detected windows symbol font with character codes in the Private Use Area of Unicode at 0… in try_charmap()
H A DOctoPrint.cc68 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in getJsonData()
140 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in upload()
168 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in slice()
H A DPrintService.cc75 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in init()
136 PRINTDB("Response: %s", QString{doc.toJson()}.toStdString()); in upload()
H A DCGAL_OGL_Polyhedron.h102 PRINTDB("setColor %i %f %f %f",color_index%c[0]%c[1]%c[2]); in setColor()
108 PRINTDB("setColor %i %i %i %i",color_index%r%g%b); in setColor()
H A DVertexArray.cc255 PRINTDB("vertex index = %d", entry.first->second); in createVertex()
260 PRINTDB("vertex index = %d", entry.first->second); in createVertex()
358PRINTDB("attribute data for vertex incorrect size at index %d = %d", idx % (data->size() / data->c… in createInterleavedVBOs()
359 PRINTDB("last_size = %d", last_size); in createInterleavedVBOs()
388 PRINTDB("use_elements_ = %d, elements_size_ = %d", use_elements_ % elements_size_); in createInterleavedVBOs()
H A Dmodcontext.cc175 PRINTDB("New lib Context for %s func:", name); in sub_evaluate_function()
176 PRINTDB("%s",ctx->dump(nullptr, nullptr)); in sub_evaluate_function()
212 PRINTDB("%s",ctx->dump(nullptr, &inst)); in instantiate_module()
H A DCamera.cc63PRINTDB("modified obj trans x y z %f %f %f",object_trans.x() % object_trans.y() % object_trans.z()… in viewAll()
64 PRINTDB("modified obj rot x y z %f %f %f",object_rot.x() % object_rot.y() % object_rot.z()); in viewAll()
H A DQSettingsCached.h25PRINTDB("QSettings::setValue(): %s = '%s'", key.toStdString() % value.toString().toStdString()); in setValue()
H A DCGAL_OGL_VBOPolyhedron.h48 PRINTDB("VBO draw(showedges = %d)", showedges); in draw()
H A Dnodecache.h45 PRINTDB("NodeCache insert {%i,[%d:%d]}", nodeidx % indexpair.first % endindex ); in insertEnd()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/input/
H A DSpaceNavInputDriver.cc93 PRINTDB("Translate Event: x = %d, y = %d, z = %d", ev.motion.x % ev.motion.y % ev.motion.z); in spnav_input()
96 PRINTDB("Rotate Event: rx = %d, ry = %d, rz = %d", ev.motion.rx % ev.motion.ry % ev.motion.rz); in spnav_input()
136PRINTDB("Button Event: num = %d, %s", ev.button.bnum % (ev.button.press ? "pressed" : "released")); in spnav_input()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/input/
H A DSpaceNavInputDriver.cc93 PRINTDB("Translate Event: x = %d, y = %d, z = %d", ev.motion.x % ev.motion.y % ev.motion.z); in spnav_input()
96 PRINTDB("Rotate Event: rx = %d, ry = %d, rz = %d", ev.motion.rx % ev.motion.ry % ev.motion.rz); in spnav_input()
136PRINTDB("Button Event: num = %d, %s", ev.button.bnum % (ev.button.press ? "pressed" : "released")); in spnav_input()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/atm/
H A Dhorizon.h56 #define PRINTDB(bits,format,args...) \ macro
68 #define PRINTDB(bits,format,args...) macro
H A Dambassador.h55 #define PRINTDB(bits,format,args...) \ macro
67 #define PRINTDB(bits,format,args...) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/atm/
H A Dhorizon.h56 #define PRINTDB(bits,format,args...) \ macro
68 #define PRINTDB(bits,format,args...) macro
H A Dambassador.h55 #define PRINTDB(bits,format,args...) \ macro
67 #define PRINTDB(bits,format,args...) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/atm/
H A Dhorizon.h56 #define PRINTDB(bits,format,args...) \ macro
68 #define PRINTDB(bits,format,args...) macro

1234