HomeSort by relevance Sort by last modified time
    Searched refs:componentCount (Results 1 - 14 of 14) sorted by null

  /external/icu4c/layout/
MarkToLigaturePosnSubtables.h 37 le_uint16 componentCount;
MarkToLigaturePosnSubtables.cpp 66 le_int32 componentCount = SWAPW(ligatureAttachTable->componentCount);
69 if (component >= componentCount) {
71 component = componentCount - 1;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexBuffer11.cpp 254 template <typename T, unsigned int componentCount, bool widen, bool normalized>
257 unsigned int attribSize = sizeof(T) * componentCount;
265 unsigned int outputStride = widen ? 4 : componentCount;
273 for (unsigned int j = 0; j < componentCount; j++)
286 template <unsigned int componentCount>
294 float* offsetOutput = reinterpret_cast<float*>(output) + i * componentCount;
296 for (unsigned int j = 0; j < componentCount; j++)
303 template <typename T, unsigned int componentCount, bool normalized>
311 float *offsetOutput = reinterpret_cast<float*>(output) + i * componentCount;
313 for (unsigned int j = 0; j < componentCount; j++
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 144 public void setAttributeValues(String attributeName, float[] data, int componentCount) {
145 if (!setShaderAttributeValues(attributeName, data, componentCount)) {
154 int componentCount,
161 componentCount,
291 int componentCount);
296 int componentCount,
  /external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java 188 final int componentCount = backgroundObject.getCount();
189 for (int x = componentCount - 1; x >= 0; x--) {
GameObjectFactory.java 372 final int componentCount = object.getCount();
373 for (int x = 0; x < componentCount; x++) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js 285 tag.componentCount = br.readScalar(4);
304 tag.format + ', size ' + tag.componentCount + '*' + size + ' ' +
314 var totalSize = tag.componentCount * size;
317 tag.componentCount = 1;
328 if (tag.componentCount == 1) {
333 for (var i = 0; i < tag.componentCount; i++)
355 if (tag.componentCount == 0) {
357 } else if (tag.componentCount == 1) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
exif_encoder.js 288 bw.writeScalar(tag.componentCount, 4);
290 var width = ExifEncoder.getComponentWidth(tag) * tag.componentCount;
294 if (tag.componentCount != 1 || width > 4)
363 if (tag.componentCount != tag.value.length) {
381 if (tag.componentCount == 1) {
384 for (var i = 0; i != tag.componentCount; i++) {
396 * @param {number} componentCount Number of components in this tag.
397 * @return {{id:number, format:number, componentCount:number}}
400 ExifEncoder.findOrCreateTag = function(directory, id, format, componentCount) {
405 componentCount: componentCount ||
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 117 tag.componentCount = br.readScalar(4);

Completed in 956 milliseconds