HomeSort by relevance Sort by last modified time
    Searched defs:normalized (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/qt/
FloatRectQt.cpp 47 FloatRect FloatRect::normalized() const function in class:WebCore::FloatRect
  /frameworks/compile/slang/
slang_rs_export_element.h 46 bool normalized; member in struct:slang::RSExportElement::__anon15791
  /external/icu4c/i18n/
nortrans.cpp 112 * 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...]
  /frameworks/base/libs/rs/driver/
rsdVertexArray.h 41 bool normalized; member in class:RsdVertexArray::Attrib
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 101 String normalized; local
107 normalized = DEFAULT_SCHEME + SCHEME_SEPARATOR + url;
110 normalized = url;
113 int end = normalized.length();
114 if (normalized.indexOf('/', start) == end - 1) {
117 return normalized.substring(0, end);
  /external/webkit/Source/WebCore/html/canvas/
WebGLVertexArrayObjectOES.h 55 , normalized(false)
67 bool normalized; member in struct:WebCore::WebGLVertexArrayObjectOES::VertexAttribState
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 242 String normalized = String::createUninitialized(length, buffer); local
247 return normalized;
WidthIterator.cpp 101 UChar32 normalized = normalizeVoicingMarks(currentCharacter); local
102 if (normalized) {
103 c = normalized;
249 QString res = tmp.normalized(QString::NormalizationForm_C, QChar::Unicode_3_2);
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 178 float normalized = (float) local
180 done = normalized >= 1.0f;
181 normalized = Math.min(normalized, 1.0f);
182 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized);
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 87 // 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 105 bool normalized; member in struct:gl::StaticVertexBuffer::VertexElement
150 FormatConverter mAttributeTypes[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
160 static const TranslationDescription mPossibleTranslations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
header.h 104 GLboolean normalized : 1; member in struct:android::DbgContext::VertexAttrib
107 buffer(0), normalized(0), enabled(0) {}
145 GLboolean normalized, GLsizei stride, const GLvoid* ptr);
  /system/media/mca/filterfw/native/core/
shader_program.h 133 // normalized between 0.0 and 1.0. If this region exceeds the input frame
138 // the passed Quad. Values are considered normalized between 0.0 and 1.0.
147 // normalized between 0.0 and 1.0. If this region exceeds the output frame
152 // the passed Quad. Values are considered normalized between 0.0 and 1.0.
255 // normalize: True, if not float values should be normalized to the range
413 bool normalized; member in struct:android::filterfw::ShaderProgram::VertexAttrib
  /bionic/libc/kernel/common/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /development/ndk/platforms/android-3/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 65 bool normalized; member in struct:GLClientState::__anon1345
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
244 *ptr = (T)(vertexAttrib->normalized);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerVertex.java 68 public boolean normalized; field in class:GLAttribPointer
278 float fetchConvert(final ByteBuffer src, final GLEnum type, final boolean normalized) {
282 if (normalized)
287 if (normalized)
292 if (normalized)
297 if (normalized)
302 if (normalized)
307 if (normalized)
312 if (normalized)
352 attrib.normalized);
    [all...]
  /external/kernel-headers/original/linux/
hdsmart.h 30 unsigned char normalized; member in struct:ata_smart_attribute_s
  /external/opencv/cv/src/
cvsmooth.cpp 84 normalized = false;
96 normalized = false;
118 normalized = _normalized;
120 if( (normalized && CV_MAT_TYPE(_src_type) != CV_MAT_TYPE(_dst_type)) ||
121 (!normalized && CV_MAT_CN(_src_type) != CV_MAT_CN(_dst_type)))
123 "In case of normalized box filter input and output must have the same type.\n"
131 scale = normalized ? 1./(ksize.width*ksize.height) : 1;
142 if( !normalized )
143 CV_ERROR( CV_StsBadArg, "Only normalized box filter can be used for 8u->8u transformation" );
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U
447 bool normalized = state->is_normalized(); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdsmart.h 30 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s

Completed in 1219 milliseconds

1 2