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

/haiku/src/apps/deskbar/
H A DResourceSet.cpp357 char* orig = strings; local
363 while (orig < end) {
364 if (*orig == '\n' || *orig == '\r' || *orig == 0) {
365 if (!in_cr && *orig == '\r')
367 if (in_cr && *orig == '\n') {
368 orig++;
375 } else if (first && *orig == '#') {
378 orig
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c733 ns_nname_ct orig = nname; local
748 return (nname - orig);
/haiku/headers/os/interface/
H A DTextView.h221 static text_run_array* CopyRunArray(const text_run_array* orig,
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp585 BRect orig(rect);
636 rect = orig;
2892 BRect orig(rect);
2952 rect = orig;
2987 BRect orig(rect);
3039 rect = orig;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h789 static float nsvg__convertToPixels(NSVGparser* p, NSVGcoordinate c, float orig, float length) argument
802 case NSVG_UNITS_PERCENT: return orig + c.value / 100.0f * length;
1476 static float nsvg__parseCoordinate(NSVGparser* p, const char* str, float orig, float length) argument
1479 return nsvg__convertToPixels(p, coord, orig, length);
/haiku/src/kits/interface/
H A DTextView.cpp2879 BTextView::CopyRunArray(const text_run_array* orig, int32 countDelta) argument
2884 copy->runs[i].offset = orig->runs[i].offset;
2885 copy->runs[i].font = orig->runs[i].font;
2886 copy->runs[i].color = orig->runs[i].color;

Completed in 212 milliseconds