normalize
void normalize(double a1, double a2, bool ccw);
const self_type& normalize()
normalize();
void normalize();
m_clip_box.normalize();
rc.normalize();
rc.normalize();
cb.normalize();
cb.normalize();
m_clip_box.normalize();
m_clip_box.normalize();
bool normalize = false);
bool normalize = false);
bool normalize = false);
bool normalize = false);
status_t Append(const char* path, bool normalize = false);
KPath(const char* path, bool normalize = false,
fssh_status_t SetTo(const char *path, bool normalize = false,
fssh_status_t SetPath(const char *path, bool normalize = false);
int ntfs_macosx_normalize_filenames(int normalize) {
if (normalize == 0 || normalize == 1) {
nfconvert_utf8 = normalize;
extern int ntfs_macosx_normalize_filenames(int normalize);
fRotation.normalize();
Quaternion& normalize()
v0.normalize();
v1.normalize();
inline Vector3& normalize()
normal.normalize();
normal.normalize();
Quaternion& normalize()
v0.normalize();
v1.normalize();
inline Vector3& normalize()
BasicTerminalBuffer::NextLinePos(TermPos& pos, bool normalize) const
return !normalize || _NormalizeLinePos(lineBuffer, line, pos);
bool NextLinePos(TermPos& pos, bool normalize) const;
BPath::SetTo(const char* path, const char* leaf, bool normalize)
normalize |= !BPrivate::Storage::is_absolute_path(path);
if (error == B_OK && !normalize)
normalize = _MustNormalize(newPath, &error);
if (normalize) {
BPath::SetTo(const BDirectory* dir, const char* path, bool normalize)
error = SetTo(dirPath.Path(), path, normalize);
BPath::Append(const char* path, bool normalize)
error = SetTo(Path(), path, normalize);
BPath::BPath(const char* dir, const char* leaf, bool normalize)
SetTo(dir, leaf, normalize);
BPath::BPath(const BDirectory* dir, const char* leaf, bool normalize)
SetTo(dir, leaf, normalize);
normalize(a1, a2, ccw);
normalize(a1, a2, ccw);
normalize(m_start, m_end, m_ccw);
normalize(n0);
normalize(q1);
nx = normalize(x);
ny = normalize(y);
nz = normalize(z);
if (normalize) {
KPath::KPath(const char* path, bool normalize, fssh_size_t bufferSize)
SetTo(path, normalize, bufferSize);
KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize)
return SetPath(path, normalize);
KPath::SetPath(const char *path, bool normalize)