Searched defs:normalized (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dnormalize_utf8.h29 string normalized; local
40 normalized.append(utf8, len);
42 normalized.push_back('0' + digitValue);
45 return normalized;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_unicodetext.cc20 icu::UnicodeString normalized; local
22 icu::Normalizer::normalize(source, UNORM_NFC, 0, normalized, status);
25 normalized.toLower();
32 normalized.toUTF8(sink);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp96 GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type, GC3Dboolean normalized, GC3Dsizei stride, GC3Dintptr offset, PassRefPtr<WebGLBuffer> buffer)
111 state.normalized = normalized;
95 setVertexAttribState( GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type, GC3Dboolean normalized, GC3Dsizei stride, GC3Dintptr offset, PassRefPtr<WebGLBuffer> buffer) argument
H A DWebGLVertexArrayObjectOES.h54 , normalized(false)
67 bool normalized; member in struct:WebCore::WebGLVertexArrayObjectOES::VertexAttribState
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DVertexBuffer.h127 bool normalized; member in struct:rx::StaticVertexBufferInterface::VertexElement
/external/chromium_org/third_party/icu/source/i18n/
H A Dnortrans.cpp112 * must not be normalized.
117 UnicodeString input, normalized;
123 fNorm2.normalize(input, normalized, status);
125 text.handleReplaceBetween(start, limit, normalized);
127 int32_t delta = normalized.length() - length;
135 UnicodeString normalized; local
153 fNorm2.normalize(segment, normalized, errorCode);
157 if(segment != normalized) {
158 // replace the input chunk with its normalized form
159 text.handleReplaceBetween(prev, start, normalized);
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp19 GrGLboolean normalized,
32 array->fNormalized != normalized ||
40 normalized,
46 array->fNormalized = normalized;
14 set(const GrGpuGL* gpu, int index, GrGLVertexBuffer* buffer, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLvoid* offset) argument
/external/eigen/Eigen/src/Core/
H A DDot.h138 MatrixBase<Derived>::normalized() const function in class:Eigen::MatrixBase
150 * \sa norm(), normalized()
/external/icu4c/i18n/
H A Dnortrans.cpp113 * must not be normalized.
118 UnicodeString input, normalized;
124 fNorm2.normalize(input, normalized, status);
126 text.handleReplaceBetween(start, limit, normalized);
128 int32_t delta = normalized.length() - length;
136 UnicodeString normalized; local
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {
159 // replace the input chunk with its normalized form
160 text.handleReplaceBetween(prev, start, normalized);
[all...]
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp19 GrGLboolean normalized,
32 array->fNormalized != normalized ||
40 normalized,
46 array->fNormalized = normalized;
14 set(const GrGpuGL* gpu, int index, GrGLVertexBuffer* buffer, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLvoid* offset) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-glib.cc254 gchar *normalized; local
260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
261 len = g_utf8_strlen (normalized, -1);
266 *ab = g_utf8_get_char (normalized);
272 g_free (normalized);
291 gchar *normalized; local
296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
297 len = g_utf8_strlen (normalized, -1);
302 *a = g_utf8_get_char (normalized);
306 *a = g_utf8_get_char (normalized);
[all...]
H A Dhb-icu.cc189 UChar utf16[4], normalized[5]; local
202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
205 if (u_countChar32 (normalized, len) == 1) {
206 U16_GET_UNSAFE (normalized, 0, *ab);
248 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
267 len = u_countChar32 (normalized, len);
270 U16_GET_UNSAFE (normalized,
318 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h86 GLboolean normalized; member in struct:array_state
/external/harfbuzz_ng/src/
H A Dhb-glib.cc254 gchar *normalized; local
260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
261 len = g_utf8_strlen (normalized, -1);
266 *ab = g_utf8_get_char (normalized);
272 g_free (normalized);
291 gchar *normalized; local
296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
297 len = g_utf8_strlen (normalized, -1);
302 *a = g_utf8_get_char (normalized);
306 *a = g_utf8_get_char (normalized);
[all...]
H A Dhb-icu.cc189 UChar utf16[4], normalized[5]; local
202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
205 if (u_countChar32 (normalized, len) == 1) {
206 U16_GET_UNSAFE (normalized, 0, *ab);
248 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
267 len = u_countChar32 (normalized, len);
270 U16_GET_UNSAFE (normalized,
318 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
[all...]
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h86 GLboolean normalized; member in struct:array_state
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.h87 // Whether this module has been normalized (necessary before checking it
89 bool normalized; member in struct:ModuleEnumerator::Module
106 // struct. Module information needs to be normalized before comparing against
281 // The vector containing all the modules enumerated. Will be normalized and
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.h40 GLint normalized; member in struct:android_webview::ScopedAppGLStateRestore::__anon3428
/external/chromium_org/cc/input/
H A Dpage_scale_animation.cc26 gfx::Vector2dF DenormalizeToViewport(gfx::Vector2dF normalized, argument
28 return gfx::ScaleVector2d(normalized,
120 gfx::Vector2dF normalized = NormalizeFromViewport( local
123 start_anchor_ - DenormalizeToViewport(normalized, TargetViewportSize());
127 // The anchor is the point which is at the same normalized relative position
129 // zoom-in double-tap to a perfectly centered rect will have normalized
131 // screen will have normalized anchor (1.0, 1.0). In other words, it obeys
133 // anchor = start_size * normalized + start_offset
134 // anchor = target_size * normalized + target_offset
135 // where both anchor and normalized begi
141 gfx::Vector2dF normalized = gfx::ScaleVector2d( local
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_perftest.cc270 float normalized = 2.f * time_in_one_interval - 1.f; variable
271 float scale_factor = std::abs(normalized) * (max_scale_ - 1.f) + 1.f;
272 float total_scale = normalized < 0.f ? 1.f / scale_factor : scale_factor;
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc39 scoped_ptr<base::DictionaryValue> normalized = local
42 if (normalized.get() == NULL)
46 normalized->RemoveWithoutPathExpansion(kRecommended, NULL);
49 NormalizeCertificate(normalized.get());
51 NormalizeEAP(normalized.get());
53 NormalizeEthernet(normalized.get());
55 NormalizeIPsec(normalized.get());
57 NormalizeNetworkConfiguration(normalized.get());
59 NormalizeOpenVPN(normalized.get());
61 NormalizeProxySettings(normalized
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.cc50 GLboolean normalized,
58 normalized_ = normalized;
213 attrib->normalized(),
228 attrib->normalized(),
46 SetInfo( Buffer* buffer, GLint size, GLenum type, GLboolean normalized, GLsizei gl_stride, GLsizei real_stride, GLsizei offset) argument
H A Dvertex_attrib_manager.h56 GLboolean normalized() const { function in class:gpu::gles2::VertexAttrib
113 GLboolean normalized,
198 GLboolean normalized,
211 buffer, size, type, normalized, gl_stride, real_stride, offset);
193 SetAttribInfo( GLuint index, Buffer* buffer, GLint size, GLenum type, GLboolean normalized, GLsizei gl_stride, GLsizei real_stride, GLsizei offset) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c130 desc->channel[chan].normalized != type.norm) {
159 boolean normalized; local
190 normalized = FALSE;
215 if (desc->channel[i].normalized) {
217 normalized = TRUE;
241 * {255.0, 255.0, 255.0, 255.0}. Next, if the pixel values are normalized
245 if (normalized)
274 boolean normalized; local
300 normalized = FALSE;
317 if (desc->channel[i].normalized) {
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c212 GLboolean normalized, GLboolean integer)
229 if (normalized)
234 if (normalized)
241 if (normalized)
246 if (normalized)
257 assert(normalized);
272 else if (normalized) {
211 st_pipe_vertex_format(GLenum type, GLuint size, GLenum format, GLboolean normalized, GLboolean integer) argument

Completed in 2041 milliseconds

1234