Searched refs:normalize (Results 1 - 25 of 26) sorted by relevance

12

/haiku/headers/private/fs_shell/
H A DKPath.h18 KPath(const char* path, bool normalize = false,
23 fssh_status_t SetTo(const char *path, bool normalize = false,
28 fssh_status_t SetPath(const char *path, bool normalize = false);
/haiku/headers/os/storage/
H A DPath.h27 bool normalize = false);
30 bool normalize = false);
39 bool normalize = false);
42 bool normalize = false);
45 status_t Append(const char* path, bool normalize = false);
/haiku/src/libs/agg/src/
H A Dagg_arc.cpp33 normalize(a1, a2, ccw);
44 normalize(a1, a2, ccw);
53 normalize(m_start, m_end, m_ccw);
87 void arc::normalize(double a1, double a2, bool ccw) function in class:agg::arc
H A Dagg_image_filters.cpp48 void image_filter_lut::normalize() function in class:agg::image_filter_lut
/haiku/src/kits/storage/
H A DPath.cpp72 BPath::BPath(const char* dir, const char* leaf, bool normalize) argument
77 SetTo(dir, leaf, normalize);
83 BPath::BPath(const BDirectory* dir, const char* leaf, bool normalize) argument
88 SetTo(dir, leaf, normalize);
148 BPath::SetTo(const char* path, const char* leaf, bool normalize) argument
155 // we always normalize relative paths
156 normalize |= !BPrivate::Storage::is_absolute_path(path);
179 // check, if necessary to normalize
180 if (error == B_OK && !normalize)
181 normalize
205 SetTo(const BDirectory* dir, const char* path, bool normalize) argument
236 Append(const char* path, bool normalize) argument
[all...]
/haiku/src/tools/fs_shell/
H A DKPath.cpp32 KPath::KPath(const char* path, bool normalize, fssh_size_t bufferSize) argument
39 SetTo(path, normalize, bufferSize);
61 KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize) argument
84 return SetPath(path, normalize);
96 KPath::SetPath(const char *path, bool normalize) argument
102 if (normalize) {
103 // normalize path
112 // don't normalize path
/haiku/headers/libs/agg/
H A Dagg_arc.h54 void normalize(double a1, double a2, bool ccw);
H A Dagg_vpgen_clip_polygon.h48 m_clip_box.normalize();
H A Dagg_vpgen_clip_polyline.h47 m_clip_box.normalize();
H A Dagg_image_filters.h68 normalize();
84 void normalize();
H A Dagg_renderer_base.h61 cb.normalize();
243 rc.normalize();
259 rc.normalize();
H A Dagg_renderer_mclip.h109 cb.normalize();
H A Dagg_rasterizer_sl_clip.h132 m_clip_box.normalize();
H A Dagg_basics.h298 const self_type& normalize() function in struct:agg::rect_base
/haiku/src/system/libroot/posix/musl/math/
H A Dfma.c11 static struct num normalize(double x) function
46 /* normalize so top 10bits and last bit are 0 */
48 nx = normalize(x);
49 ny = normalize(y);
50 nz = normalize(z);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h85 * normalize=0 : Off
86 * normalize=1 : On
93 * @param normalize decides whether or not the string functions will do automatic filename
98 extern int ntfs_macosx_normalize_filenames(int normalize);
112 * @param composed decides which composition form to normalize the input string to. 0 means
H A Dunistr.c84 * int ntfs_macosx_normalize_filenames(int normalize);
674 ntfs_log_error("Failed to normalize NTFS string to UTF-8 NFD: %s\n", *outs);
822 ntfs_log_error("Failed to normalize NTFS string to UTF-8 NFC: %s\n", ins);
1672 int ntfs_macosx_normalize_filenames(int normalize) { argument
1674 if (normalize == 0 || normalize == 1) {
1675 nfconvert_utf8 = normalize;
/haiku/src/apps/haiku3d/
H A DMeshInstance.cpp101 normal.normalize();
159 normal.normalize();
H A DQuaternion.h181 Quaternion& normalize() function in class:Quaternion
409 v0.normalize();
410 v1.normalize();
H A DVector3.h138 inline Vector3& normalize() function in class:Vector3
/haiku/src/apps/glteapot/
H A DQuaternion.h174 Quaternion& normalize() function in class:Quaternion
401 v0.normalize();
402 v1.normalize();
H A DVector3.h127 inline Vector3& normalize() function in class:Vector3
H A DGLObject.cpp184 fRotation.normalize();
/haiku/src/libs/glut/
H A Dglut_shapes.c300 normalize(GLfloat v[3]) function
306 __glutWarning("normalize: zero length vector");
323 normalize(n0);
382 normalize(q1);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h111 bool NextLinePos(TermPos& pos, bool normalize) const;
112 // normalize specifies that the returned

Completed in 139 milliseconds

12