Searched defs:ok (Results 1 - 6 of 6) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DRealDescriptions.cpp42 bool ok; local
43 _TS_TRY { ok = gf->setUp(); }
44 _TS_LAST_CATCH( { ok = false; } );
46 if ( !ok ) {
71 bool ok; local
72 _TS_TRY { ok = gf->tearDown(); }
73 _TS_LAST_CATCH( { ok = false; } );
75 if ( !ok ) {
265 bool ok; local
266 _TS_TRY { ok
281 bool ok; local
[all...]
/inkscape/src/extension/internal/
H A Dimage-resolution.cpp71 bool ImageResolution::ok() const { function in class:Inkscape::Extension::Internal::ImageResolution
139 x_ = res_x * 1.0; // FIXME: implicit conversion of png_uint_32 to double ok?
140 y_ = res_y * 1.0; // FIXME: implicit conversion of png_uint_32 to double ok?
H A Dtext_reassemble.c2267 int ok; local
2540 ok = 1;
2541 for(j=i+1; ok && (j < cxi->phase1); j++){
2545 ok = 0; /* force exit from j loop */
2553 ok = 0; /* force exit from j loop */
2709 int ok = 1; local
2800 while(ok){
2932 ok = 0;
2949 ok = 1;
/inkscape/src/libdepixelize/priv/
H A Dhomogeneoussplines.h119 bool ok; //< share an edge member in struct:Tracer::HomogeneousSplines::CommonEdge
131 bool ok; //< share an edge member in struct:Tracer::HomogeneousSplines::SelfCommonEdge
141 * Return ok == true if they share an edge (more than one point).
146 * Return ok == true if they share an edge (more than one point).
199 if ( common_edge.ok ) {
209 if ( common_edge2.ok ) {
235 while ( ce.ok ) {
321 ret.ok = true;
335 ret.ok = false;
367 ret.ok
[all...]
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1281 BOOL ok = FALSE; local
1292 ok = GetEnhMetaFileHeader(hemf, sizeof(emh), &emh) != 0;
1300 if (ok)
1327 return ok;
/inkscape/src/ui/tools/
H A Dflood-tool.cpp593 bool ok; local
613 ok = false;
674 ok = true;
679 ok = true;
692 } while (ok);

Completed in 29 milliseconds