Searched defs:normalize (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DInstance.java50 private void normalize() { method in class:Instance
78 instance.normalize();
/frameworks/base/libs/hwui/
H A DVector.h89 void normalize() { function in struct:android::uirenderer::Vector2
97 v.normalize();
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java84 public Point normalize() { method in class:Point
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp67 if (!normalize(pModule, pBuilder))
76 /// normalize - to convert the command line language to the input tree.
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) function in class:Linker
98 // 4. - normalize the input tree
102 m_pObjLinker->normalize();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java239 info.name = normalize(info.name);
423 private static String normalize(String s) { method in class:CallerInfo
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp118 void ObjectLinker::normalize() function in class:ObjectLinker
/frameworks/native/include/ui/
H A DTVecHelpers.h370 BASE<T> PURE normalize(const BASE<T>& lv) { function in class:android::TVecFunctions
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp303 jboolean normalize) {
321 ToCppBool(normalize));
294 Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame( JNIEnv* env, jobject thiz, jstring attr_name, jobject vertex_frame, jint type, jint component_count, jint stride, jint offset, jboolean normalize) argument
/frameworks/native/services/sensorservice/
H A Dvec.h224 V<TYPE, SIZE> PURE normalize(const V<TYPE, SIZE>& v) { function in namespace:android
/frameworks/base/core/java/android/text/format/
H A DTime.java197 * current value of this calendar is March 32, normalize() will convert it
211 native public long normalize(boolean ignoreDst); method in class:Time
216 * normalize() in some cases
397 * fields, call {@link #normalize(boolean)} after parsing.
406 * long millis = time.normalize(false);
490 * to normalize the fields in this Time object and also get the milliseconds
491 * then use {@link #normalize(boolean)}.
515 * time.normalize(); // this sets isDst = 1
572 * Call {@link #normalize(boolean)} if you need those.
591 * Call {@link #normalize(boolea
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java157 boolean normalize) {
164 normalize)) {
299 boolean normalize);
151 setAttributeValues(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
293 setShaderAttributeVertexFrame(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
/frameworks/rs/driver/runtime/
H A Drs_cl.c955 extern float __attribute__((overloadable)) normalize(float v) { function
958 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
961 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
964 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp957 bool normalize) {
966 attrib.normalized = normalize;
983 bool normalize) {
992 attrib.normalized = normalize;
951 SetAttributeValues(ProgramVar var, const VertexFrame* vbo, GLenum type, int components, int stride, int offset, bool normalize) argument
977 SetAttributeValues(ProgramVar var, const uint8_t* data, GLenum type, int components, int stride, int offset, bool normalize) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { argument
98 mShouldNormalize = normalize;
110 public void set(boolean normalize, int offset, int stride, int components, int type, argument
113 mShouldNormalize = normalize;
406 int stride, int offset, boolean normalize) {
408 attr.set(normalize, offset, stride, components, type, vbo);
405 setAttributeValues(String attributeName, int vbo, int type, int components, int stride, int offset, boolean normalize) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java549 mDocument.pages = PageRangeUtils.normalize(pages);
1773 return PageRangeUtils.normalize(pageRangesArray);
2538 ourRanges = normalize(ourRanges);
2539 otherRanges = normalize(otherRanges);
2566 public static PageRange[] normalize(PageRange[] pageRanges) { method in class:PrintJobConfigActivity.PageRangeUtils

Completed in 337 milliseconds