HomeSort by relevance Sort by last modified time
    Searched full:componentsize (Results 1 - 9 of 9) sorted by null

  /external/jhead/
gpsinfo.c 145 int ComponentSize;
165 ComponentSize = BytesPerFormat[Format];
166 ByteCount = Components * ComponentSize;
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
214 den = Get32s(ValuePtr+4+a*ComponentSize);
224 Values[a] = ConvertAnyFormat(ValuePtr+a*ComponentSize, Format);
324 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 371 int componentsize = 0; local
376 componentsize = 8;
397 componentsize = 0;
430 pixelsize = components * componentsize;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 621 private void doCopyBuffer(FloatBuffer inBuf, int offset, FloatBuffer outBuf, int componentSize) {
627 offset *= componentSize;
629 for (int i = 0; i < inBuf.capacity() / componentSize; i++) {
630 pos.x = inBuf.get(i * componentSize + 0);
631 pos.y = inBuf.get(i * componentSize + 1);
632 pos.z = inBuf.get(i * componentSize + 2);
634 outBuf.put(offset + i * componentSize + 0, pos.x);
635 outBuf.put(offset + i * componentSize + 1, pos.y);
636 outBuf.put(offset + i * componentSize + 2, pos.z);
VertexBuffer.java 285 private int componentSize = 0;
287 Format(int componentSize){
288 this.componentSize = componentSize;
297 return componentSize;
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 371 int componentsize = 0; local
376 componentsize = 8;
397 componentsize = 0;
430 pixelsize = components * componentsize;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 285 GrGLint componentSize = 0; // size (in bytes) of a single component
289 componentSize = 1;
297 if (componentSize >= alignment) {
301 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
303 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
308 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 649 milliseconds