Symbol: normalize
headers/libs/agg/agg_arc.h
54
void normalize(double a1, double a2, bool ccw);
headers/libs/agg/agg_basics.h
298
const self_type& normalize()
headers/libs/agg/agg_image_filters.h
68
normalize();
headers/libs/agg/agg_image_filters.h
84
void normalize();
headers/libs/agg/agg_rasterizer_sl_clip.h
132
m_clip_box.normalize();
headers/libs/agg/agg_renderer_base.h
243
rc.normalize();
headers/libs/agg/agg_renderer_base.h
259
rc.normalize();
headers/libs/agg/agg_renderer_base.h
61
cb.normalize();
headers/libs/agg/agg_renderer_mclip.h
109
cb.normalize();
headers/libs/agg/agg_vpgen_clip_polygon.h
48
m_clip_box.normalize();
headers/libs/agg/agg_vpgen_clip_polyline.h
47
m_clip_box.normalize();
headers/os/storage/Path.h
27
bool normalize = false);
headers/os/storage/Path.h
30
bool normalize = false);
headers/os/storage/Path.h
39
bool normalize = false);
headers/os/storage/Path.h
42
bool normalize = false);
headers/os/storage/Path.h
45
status_t Append(const char* path, bool normalize = false);
headers/private/fs_shell/KPath.h
18
KPath(const char* path, bool normalize = false,
headers/private/fs_shell/KPath.h
23
fssh_status_t SetTo(const char *path, bool normalize = false,
headers/private/fs_shell/KPath.h
28
fssh_status_t SetPath(const char *path, bool normalize = false);
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
1672
int ntfs_macosx_normalize_filenames(int normalize) {
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
1674
if (normalize == 0 || normalize == 1) {
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.c
1675
nfconvert_utf8 = normalize;
src/add-ons/kernel/file_systems/ntfs/libntfs/unistr.h
98
extern int ntfs_macosx_normalize_filenames(int normalize);
src/apps/glteapot/GLObject.cpp
184
fRotation.normalize();
src/apps/glteapot/Quaternion.h
174
Quaternion& normalize()
src/apps/glteapot/Quaternion.h
401
v0.normalize();
src/apps/glteapot/Quaternion.h
402
v1.normalize();
src/apps/glteapot/Vector3.h
127
inline Vector3& normalize()
src/apps/haiku3d/MeshInstance.cpp
101
normal.normalize();
src/apps/haiku3d/MeshInstance.cpp
159
normal.normalize();
src/apps/haiku3d/Quaternion.h
181
Quaternion& normalize()
src/apps/haiku3d/Quaternion.h
409
v0.normalize();
src/apps/haiku3d/Quaternion.h
410
v1.normalize();
src/apps/haiku3d/Vector3.h
138
inline Vector3& normalize()
src/apps/terminal/BasicTerminalBuffer.cpp
482
BasicTerminalBuffer::NextLinePos(TermPos& pos, bool normalize) const
src/apps/terminal/BasicTerminalBuffer.cpp
493
return !normalize || _NormalizeLinePos(lineBuffer, line, pos);
src/apps/terminal/BasicTerminalBuffer.h
111
bool NextLinePos(TermPos& pos, bool normalize) const;
src/kits/storage/Path.cpp
148
BPath::SetTo(const char* path, const char* leaf, bool normalize)
src/kits/storage/Path.cpp
156
normalize |= !BPrivate::Storage::is_absolute_path(path);
src/kits/storage/Path.cpp
180
if (error == B_OK && !normalize)
src/kits/storage/Path.cpp
181
normalize = _MustNormalize(newPath, &error);
src/kits/storage/Path.cpp
185
if (normalize) {
src/kits/storage/Path.cpp
205
BPath::SetTo(const BDirectory* dir, const char* path, bool normalize)
src/kits/storage/Path.cpp
217
error = SetTo(dirPath.Path(), path, normalize);
src/kits/storage/Path.cpp
236
BPath::Append(const char* path, bool normalize)
src/kits/storage/Path.cpp
240
error = SetTo(Path(), path, normalize);
src/kits/storage/Path.cpp
72
BPath::BPath(const char* dir, const char* leaf, bool normalize)
src/kits/storage/Path.cpp
77
SetTo(dir, leaf, normalize);
src/kits/storage/Path.cpp
83
BPath::BPath(const BDirectory* dir, const char* leaf, bool normalize)
src/kits/storage/Path.cpp
88
SetTo(dir, leaf, normalize);
src/libs/agg/src/agg_arc.cpp
33
normalize(a1, a2, ccw);
src/libs/agg/src/agg_arc.cpp
44
normalize(a1, a2, ccw);
src/libs/agg/src/agg_arc.cpp
53
normalize(m_start, m_end, m_ccw);
src/libs/glut/glut_shapes.c
323
normalize(n0);
src/libs/glut/glut_shapes.c
382
normalize(q1);
src/system/libroot/posix/musl/math/fma.c
48
nx = normalize(x);
src/system/libroot/posix/musl/math/fma.c
49
ny = normalize(y);
src/system/libroot/posix/musl/math/fma.c
50
nz = normalize(z);
src/tools/fs_shell/KPath.cpp
102
if (normalize) {
src/tools/fs_shell/KPath.cpp
32
KPath::KPath(const char* path, bool normalize, fssh_size_t bufferSize)
src/tools/fs_shell/KPath.cpp
39
SetTo(path, normalize, bufferSize);
src/tools/fs_shell/KPath.cpp
61
KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize)
src/tools/fs_shell/KPath.cpp
84
return SetPath(path, normalize);
src/tools/fs_shell/KPath.cpp
96
KPath::SetPath(const char *path, bool normalize)